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++ -*-===//
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
You can’t perform that action at this time.
0 commit comments