Skip to content

Commit 551cd8f

Browse files
authored
Apply suggested changes
Apply suggested changes
1 parent 867dd72 commit 551cd8f

File tree

1 file changed

+5
-2
lines changed
  • clang/include/clang/Analysis/Analyses/LifetimeSafety

1 file changed

+5
-2
lines changed

clang/include/clang/Analysis/Analyses/LifetimeSafety/Reporter.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
//===- Reporter.h - TODO: FILL ME -*----------- C++-*-===//
1+
//===- Reporter.h - Lifetime Safety Error Reporter -------------*- C++ -*-===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
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+
//
912
//===----------------------------------------------------------------------===//
1013
#ifndef LLVM_CLANG_ANALYSIS_ANALYSES_LIFETIMESAFETY_REPORTER_H
1114
#define LLVM_CLANG_ANALYSIS_ANALYSES_LIFETIMESAFETY_REPORTER_H

0 commit comments

Comments
 (0)