diff options
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/AllocationDiagnostics.h')
-rw-r--r-- | clang/lib/StaticAnalyzer/Checkers/AllocationDiagnostics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/Checkers/AllocationDiagnostics.h b/clang/lib/StaticAnalyzer/Checkers/AllocationDiagnostics.h index 048418ef62d..62b7fab0739 100644 --- a/clang/lib/StaticAnalyzer/Checkers/AllocationDiagnostics.h +++ b/clang/lib/StaticAnalyzer/Checkers/AllocationDiagnostics.h @@ -18,7 +18,7 @@ namespace clang { namespace ento { -/// \brief Returns true if leak diagnostics should directly reference +/// Returns true if leak diagnostics should directly reference /// the allocatin site (where possible). /// /// The default is false. |