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
/
AnalysisConsumer.cpp
Age
Commit message (
Expand
)
Author
2010-10-22
Fix '-analyzer-display-progress' for Objective-C methods. Also remove obsole...
Ted Kremenek
2010-09-30
Added two new command line arguments:
Marcin Swiderski
2010-09-10
Added AnalyzerStatsChecker, a path sensitive check that reports visitation st...
Tom Care
2010-08-06
Removed IdempotentOperationChecker from default analysis and returned back to...
Tom Care
2010-08-03
Add -cc1 option '-unoptimized-cfg' to toggle using a CFG (for static analysis...
Ted Kremenek
2010-07-19
Reapply r108617.
Zhongxing Xu
2010-07-17
Revert r108617, it broke the build.
Benjamin Kramer
2010-07-17
Prepare the analyzer for the callee in another translation unit:
Zhongxing Xu
2010-07-16
Improved false positive rate for the idempotent operations checker and moved ...
Tom Care
2010-07-07
Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of...
Argyrios Kyrtzidis
2010-07-06
Added a path-sensitive idempotent operation checker (-analyzer-idempotent-ope...
Tom Care
2010-06-25
Fix -analyze-display-progress (once again), this time with an additional regr...
Ted Kremenek
2010-06-15
Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...
Daniel Dunbar