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
/
test
/
Analysis
/
conditional-op-missing-lhs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove old UninitializedValues analysis.
Ted Kremenek
2011-03-15
1
-28
/
+0
*
Re-enable the IdempotentOperations checker for --analyze, and put it and the ...
Ted Kremenek
2011-03-12
1
-1
/
+1
*
[analyzer] The current UninitializedValuesChecker will go away, remove '-warn...
Argyrios Kyrtzidis
2011-02-28
1
-0
/
+2
*
[analyzer] Move the DeadStores checker out of the 'core' package.
Argyrios Kyrtzidis
2011-02-28
1
-1
/
+1
*
[analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...
Argyrios Kyrtzidis
2011-02-24
1
-1
/
+1
*
[analyzer] Use the new registration mechanism on the non-path-sensitive-check...
Argyrios Kyrtzidis
2011-02-17
1
-1
/
+1
*
Rename -cc1 option '-warn-dead-stores' to '-analyzer-check-dead-stores'.
Ted Kremenek
2010-02-05
1
-1
/
+1
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Replace clang-cc with clang -cc1.
Zhongxing Xu
2009-12-14
1
-1
/
+1
*
Add clang-cc option "--analyzer-experimental-internal-checks". This
Ted Kremenek
2009-11-13
1
-1
/
+1
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Convert tabs to spaces.
Ted Kremenek
2009-02-17
1
-8
/
+8
*
Add -analyze action to run static analyzer, instead of inferring from
Daniel Dunbar
2009-01-20
1
-1
/
+1
*
Distinguish between dead stores and dead initializations.
Ted Kremenek
2008-07-15
1
-1
/
+1
*
Added AnalysisConsumer, a meta-level ASTConsumer class to drive various
Ted Kremenek
2008-07-02
1
-1
/
+1
*
GCC has an extension where the left hand side of the ? : operator can be omit...
Anders Carlsson
2007-11-30
1
-0
/
+26