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
/
BugReporterVisitors.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-12-16
Start migration of static analyzer to using the
Ted Kremenek
2010-12-01
Rename all 'AssumeXXX' methods in libChecker
Ted Kremenek
2010-09-02
Reapply 112850 and 112839 with a constructor for the BinaryOperatorData struc...
Tom Care
2010-09-02
Reverting 112850 and 112839 due to test failures on some systems
Tom Care
2010-09-02
Improved error reporting in IdempotentOperationChecker
Tom Care
2010-08-25
GCC didn't care for my attempt at API compatibility, so brute-force everything
John McCall
2010-08-11
MemRegion can refer to ASTContext without external help.
Zhongxing Xu
2010-07-20
Constify all references to Stmt* and CFGBlock* in libChecker.
Zhongxing Xu
2010-04-21
Overhaul the AST representation of Objective-C message send
Douglas Gregor
2010-04-17
Add raw_ostream operators to NamedDecl for convenience. Switch over all users...
Benjamin Kramer
2010-03-27
Checker: random include cleanup.
Benjamin Kramer
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-16
Add simpler checker to check if variables captured by a block are uninitialized.
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