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-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-18
Replace all uses of PathV1::get{Basename,Dirname,Suffix} with their PathV2 eq...
Michael J. Spencer
2010-12-03
Remove leftover code and use the text path diagnostic client even without a s...
Argyrios Kyrtzidis
2010-12-03
Rename Create[*]DiagnosticClient -> create[*]DiagnosticClient.
Argyrios Kyrtzidis
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-12
Make sure to always check the result of
Douglas Gregor
2010-10-31
Make Clang static analyzer skip function template definitions. This fixes Cl...
Zhanyong Wan
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