File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
clang/include/clang/Analysis/Analyses/LifetimeSafety Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
- // ===- Reporter.h - TODO: FILL ME -* ----------- C++-*-===//
1
+ // ===- Reporter.h - Lifetime Safety Error Reporter - ------------*- C++ -*-===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
- // TODO: FILLME
8
+ //
9
+ // This file defines the LifetimeSafetyReporter interface for reporting
10
+ // lifetime safety violations and the Confidence enum for diagnostic severity.
11
+ //
9
12
// ===----------------------------------------------------------------------===//
10
13
#ifndef LLVM_CLANG_ANALYSIS_ANALYSES_LIFETIMESAFETY_REPORTER_H
11
14
#define LLVM_CLANG_ANALYSIS_ANALYSES_LIFETIMESAFETY_REPORTER_H
You can’t perform that action at this time.
0 commit comments