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
/
Checker
/
PathDiagnostic.cpp
Age
Commit message (
Expand
)
Author
2010-12-22
[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...
Argyrios Kyrtzidis
2010-12-22
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
Argyrios Kyrtzidis
2010-11-18
Since multiple diagnostics can share one diagnostic client, have the client k...
Argyrios Kyrtzidis
2010-11-18
Refactoring of Diagnostic class.
Argyrios Kyrtzidis
2010-07-07
Simplify code and remove comment that is no longer relevant.
Argyrios Kyrtzidis
2010-06-18
introduce a new CharSourceRange class, and enhance the diagnostics routines
Chris Lattner
2010-03-31
Reinstate my CodeModificationHint -> FixItHint renaming patch, without
Douglas Gregor
2010-03-31
Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder
Douglas Gregor
2010-03-31
Rename CodeModificationHint to FixItHint, since we've been using the
Douglas Gregor
2010-01-25
Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugRe...
Ted Kremenek
2010-01-25
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek