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
/
BugReporter.cpp
Age
Commit message (
Expand
)
Author
2010-04-17
Add raw_ostream operators to NamedDecl for convenience. Switch over all users...
Benjamin Kramer
2010-04-06
Fix PR 6725. It looks like the copy constructor gets elided during inlining.
Zhongxing Xu
2010-03-27
Checker: random include cleanup.
Benjamin Kramer
2010-03-23
merge line.
Zhongxing Xu
2010-03-21
Delete the new visitor if an old one already exists.
Ted Kremenek
2010-03-20
Reapply r99024 (but with the memory issue now fixed).
Ted Kremenek
2010-03-20
Check if a BugReporterVisitor has already been added to a BugReporterContext.
Ted Kremenek
2010-03-20
Revert r99024, "Augment path diagnostics to include displaying when a message
Daniel Dunbar
2010-03-20
Augment path diagnostics to include displaying when a message expression
Ted Kremenek
2010-02-08
Revert 95541.
Ted Kremenek
2010-02-08
Rename: GRState::getSVal(Stmt*) => getExprVal(),
Zhongxing Xu
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