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
/
Sema
/
uninit-variables.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix false negative reported in PR 10358 by using 'Unknown' in -Wuninitialized...
Ted Kremenek
2011-07-14
1
-4
/
+4
*
Fix crash in -Wuninitialized when using switch statments whose condition is a...
Ted Kremenek
2011-05-10
1
-0
/
+13
*
Switch 'is possibly uninitialized' to 'may be uninitialized' based on
Chandler Carruth
2011-04-08
1
-12
/
+12
*
Now that the analyzer is distinguishing between uninitialized uses that
Chandler Carruth
2011-04-08
1
-14
/
+14
*
Commit a bit of a hack to fully handle the situation where variables are
Chandler Carruth
2011-04-05
1
-2
/
+4
*
Fix PR9624 by explicitly disabling uninitialized warnings for direct self-init:
Chandler Carruth
2011-04-05
1
-1
/
+1
*
Fix PR 9626 (duplicated self-init warnings under -Wuninitialized) with numero...
Ted Kremenek
2011-04-04
1
-1
/
+1
*
-Wuninitialized: use "self-init" warning when issue uninitialized values warn...
Ted Kremenek
2011-04-04
1
-1
/
+1
*
-Wuninitialized: don't issue fixit for initializer if a variable declaration ...
Ted Kremenek
2011-04-04
1
-1
/
+1
*
-Wuninitialized should not warn about variables captured by blocks as byref.
Ted Kremenek
2011-03-31
1
-0
/
+9
*
Rename -Wuninitialized-maybe to -Wconditional-uninitialized.
Ted Kremenek
2011-03-17
1
-1
/
+1
*
Take 2: merge -Wuninitialized-experimental into -Wuninitialized. Only *must-...
Ted Kremenek
2011-03-15
1
-1
/
+1
*
Split warnings from -Wuninitialized-experimental into "must-be-initialized" a...
Ted Kremenek
2011-03-15
1
-1
/
+1
*
Remove old UninitializedValues analysis.
Ted Kremenek
2011-03-15
1
-0
/
+68
*
Move uninitialized variable checking back under -Wuninitialized-experimental....
Ted Kremenek
2011-02-07
1
-1
/
+1
*
Reenable -Wuninitialized warning for captured block variables.
Ted Kremenek
2011-02-03
1
-2
/
+2
*
Based on user feedback, swap -Wuninitialized diagnostics to have the warning ...
Ted Kremenek
2011-02-02
1
-39
/
+39
*
Enhance -Wuninitialized to better reason about || and &&, tracking dual dataf...
Ted Kremenek
2011-02-01
1
-0
/
+20
*
Teach -Wuninitialized about indirect goto. Fixes PR 9071.
Ted Kremenek
2011-01-27
1
-0
/
+11
*
Teach -Wuninitialized not to assert when analyzing
Ted Kremenek
2011-01-27
1
-0
/
+6
*
Merge -Wuninitialized-experimental into -Wuninitialized.
Ted Kremenek
2011-01-26
1
-1
/
+1
*
Tweak -Wuninitialized-experimental to not emit
Ted Kremenek
2011-01-26
1
-0
/
+11
*
Teach -Wuninitialized-experimental to also warn
Ted Kremenek
2011-01-25
1
-1
/
+21
*
Teach -Wuninitialized-experimental about sizeof().
Ted Kremenek
2011-01-23
1
-0
/
+12
*
Provide -Wuninitialized-experimental fixits
Ted Kremenek
2011-01-21
1
-13
/
+23
*
Add basic fixits for -Wuninitialized-experimental
Ted Kremenek
2011-01-21
1
-1
/
+1
*
Enhance -Wuninitialized-experimental diagnostics
Ted Kremenek
2011-01-21
1
-27
/
+27
*
Add rudimentary path-sensitivity to UnintializedValuesV2
Ted Kremenek
2011-01-20
1
-1
/
+60
*
Teach UninitializedValuesV2 to implicitly reason about C++
Ted Kremenek
2011-01-18
1
-0
/
+9
*
Correctly enable test/Sema/unit-variables.c,
Ted Kremenek
2011-01-18
1
-1
/
+1
*
Teach UninitializedValuesV2 about "int x = x" and
Ted Kremenek
2011-01-18
1
-0
/
+16
*
Add initial prototype for implementation of
Ted Kremenek
2011-01-15
1
-0
/
+88