index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Checker
/
AnalysisConsumer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...
Argyrios Kyrtzidis
2010-12-22
1
-603
/
+0
*
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
Argyrios Kyrtzidis
2010-12-22
1
-9
/
+9
*
Replace all uses of PathV1::get{Basename,Dirname,Suffix} with their PathV2 eq...
Michael J. Spencer
2010-12-18
1
-2
/
+2
*
Remove leftover code and use the text path diagnostic client even without a s...
Argyrios Kyrtzidis
2010-12-03
1
-0
/
+4
*
Rename Create[*]DiagnosticClient -> create[*]DiagnosticClient.
Argyrios Kyrtzidis
2010-12-03
1
-3
/
+3
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-2
/
+2
*
Make sure to always check the result of
Douglas Gregor
2010-11-12
1
-12
/
+14
*
Make Clang static analyzer skip function template definitions. This fixes Cl...
Zhanyong Wan
2010-10-31
1
-2
/
+4
*
Fix '-analyzer-display-progress' for Objective-C methods. Also remove obsole...
Ted Kremenek
2010-10-22
1
-13
/
+5
*
Added two new command line arguments:
Marcin Swiderski
2010-09-30
1
-1
/
+2
*
Added AnalyzerStatsChecker, a path sensitive check that reports visitation st...
Tom Care
2010-09-10
1
-0
/
+4
*
Removed IdempotentOperationChecker from default analysis and returned back to...
Tom Care
2010-08-06
1
-0
/
+7
*
Add -cc1 option '-unoptimized-cfg' to toggle using a CFG (for static analysis...
Ted Kremenek
2010-08-03
1
-1
/
+2
*
Reapply r108617.
Zhongxing Xu
2010-07-19
1
-1
/
+2
*
Revert r108617, it broke the build.
Benjamin Kramer
2010-07-17
1
-2
/
+1
*
Prepare the analyzer for the callee in another translation unit:
Zhongxing Xu
2010-07-17
1
-1
/
+2
*
Improved false positive rate for the idempotent operations checker and moved ...
Tom Care
2010-07-16
1
-3
/
+0
*
Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of...
Argyrios Kyrtzidis
2010-07-07
1
-7
/
+7
*
Added a path-sensitive idempotent operation checker (-analyzer-idempotent-ope...
Tom Care
2010-07-06
1
-0
/
+4
*
Fix -analyze-display-progress (once again), this time with an additional regr...
Ted Kremenek
2010-06-25
1
-5
/
+4
*
Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...
Daniel Dunbar
2010-06-15
1
-0
/
+589