index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
StaticAnalyzer
/
Core
/
TextPathDiagnostics.cpp
Age
Commit message (
Expand
)
Author
2012-02-08
Change PathDiagnosticPieces to be reference counted (simplifying their manage...
Ted Kremenek
2012-02-07
Revert my patches which removed Diagnostic.h includes by moving some operator...
Benjamin Kramer
2012-02-04
Remove Diagnostic.h include from Preprocessor.h.
Benjamin Kramer
2012-01-25
Rework flushing of diagnostics to PathDiagnosticConsumer. Now all the report...
Ted Kremenek
2011-09-27
Renaming PathDiagnosticClients.h to PathDiagnosticConsumers.h (issue 5397)
David Blaikie
2011-09-26
Rename PathDiagnosticClient to PathDiagnosticConsumer as per issue 5397
David Blaikie
2011-09-25
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-08-27
[analyzer] Rename current PathDiagnosticClient::HandlePathDiagnostic() to Han...
Ted Kremenek
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-02-10
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-08
[analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.
Argyrios Kyrtzidis