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
/
BugReporterVisitors.cpp
Age
Commit message (
Expand
)
Author
2011-12-20
Fix inversion of static analyzer path diagnostics for path conditions.
Ted Kremenek
2011-10-14
Change operator<< for raw_ostream and NamedDecl to take a reference instead o...
Benjamin Kramer
2011-10-01
Address PR10616. The crash has already been fixed by Ted in r140725, so just ...
Anna Zaks
2011-09-28
Check for empty predecessors for walking them.
Ted Kremenek
2011-09-20
[analyzer] Use more create methods in the PathDiagnostic, cleanup.
Anna Zaks
2011-09-16
[analyzer] Refactor: make PathDiagnosticLocation responsible for validation o...
Anna Zaks
2011-09-15
[analyzer] Refactor: make PathDiagnosticLocation responsible for validation o...
Anna Zaks
2011-09-15
[analyzer] Refactor: make PathDiagnosticLocation responsible for validation o...
Anna Zaks
2011-09-12
[analyzer] Fix a failure encountered while analyzing bind (radar://10105448).
Anna Zaks
2011-08-20
Static Analyzer Diagnostics: Move the responsibility for generating the endOf...
Anna Zaks
2011-08-19
Static Analyzer Diagnostics: Kill the addVisitorCreator(callbackTy, void*) AP...
Anna Zaks
2011-08-18
Static Analyzer Diagnostics: Move custom diagnostic visitors from BugReporter...
Anna Zaks
2011-08-16
[analyzer] Enhance ConditionVisitor to handle arbitrary ValueDecls in binary ...
Ted Kremenek
2011-08-16
[analyzer] fix operation inversion calculation in ConditionVisitor.
Ted Kremenek
2011-08-16
[analyzer] Enhance ConditionVisitor to understand eagerly evaluated (simple) ...
Ted Kremenek
2011-08-15
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-08-12
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-08-12
[analyzer] Introduce new MemRegion, "TypedValueRegion", so that we can separa...
Ted Kremenek
2011-08-06
[analyzer] Start sketching out a new BugReporterVisitor that inspects branche...
Ted Kremenek
2011-07-28
[analyzer] Overhaul how the static analyzer expects CFGs by forcing CFGs to b...
Ted Kremenek
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