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
/
uninit-vals.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Prune calls to functions with linear CFGs that return a non-zero c...
Kristof Umann
2019-08-13
1
-10
/
+2
*
[analyzer] Improve tracing for uninitialized struct fields
George Karpenkov
2018-08-29
1
-0
/
+199
*
Remove old UninitializedValues analysis.
Ted Kremenek
2011-03-15
1
-55
/
+0
*
[analyzer] The current UninitializedValuesChecker will go away, remove '-warn...
Argyrios Kyrtzidis
2011-02-28
1
-0
/
+2
*
make clang print types as "const int *" instead of "int const*",
Chris Lattner
2010-09-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
*
Prep for new warning.
Mike Stump
2009-07-21
1
-1
/
+1
*
Add another uninitialized values test case illustrating that the CFG correctly
Ted Kremenek
2009-03-30
1
-0
/
+7
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Extend builtin "attribute" syntax to include a notation for
Douglas Gregor
2009-02-14
1
-1
/
+3
*
Add -analyze action to run static analyzer, instead of inferring from
Daniel Dunbar
2009-01-20
1
-1
/
+1
*
Changed merge operation for uninitialized values analysis to "intersect" (pre...
Ted Kremenek
2008-03-22
1
-1
/
+1
*
The checking for the delimiters of expected error/warning messages was
Bill Wendling
2007-11-26
1
-6
/
+6
*
Added more test cases for uninitialized values checker.
Ted Kremenek
2007-11-24
1
-0
/
+15
*
Fixed bogus culling of uninitialized-values "taint" propagation during assign...
Ted Kremenek
2007-11-24
1
-0
/
+29