Change PathDiagnosticPieces to be reference counted (simplifying their...
Change PathDiagnosticPieces to be reference counted (simplifying their management), and introduce 'PathPieces' as a common container for PathDiagnosticPieces. llvm-svn: 150054
Showing
- clang/include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h 21 additions, 120 deletions...de/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h
- clang/lib/StaticAnalyzer/Core/BugReporter.cpp 39 additions, 38 deletionsclang/lib/StaticAnalyzer/Core/BugReporter.cpp
- clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp 16 additions, 18 deletionsclang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
- clang/lib/StaticAnalyzer/Core/PathDiagnostic.cpp 14 additions, 34 deletionsclang/lib/StaticAnalyzer/Core/PathDiagnostic.cpp
- clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp 10 additions, 8 deletionsclang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
- clang/lib/StaticAnalyzer/Core/TextPathDiagnostics.cpp 4 additions, 3 deletionsclang/lib/StaticAnalyzer/Core/TextPathDiagnostics.cpp
Loading
Please register or sign in to comment