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
/
SemaCXX
/
uninit-variables.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
-Wuninitialized: Split the classification of DeclRefExprs as initialization or
Richard Smith
2012-07-17
1
-0
/
+6
*
Modify how the -verify flag works. Currently, the verification string and
Richard Trieu
2011-12-15
1
-1
/
+1
*
Show either a location or a fixit note, not both, for uninitialized variable ...
David Blaikie
2011-09-10
1
-4
/
+4
*
Fix another -Wuninitialized assertion failure (this one involving bit casts) ...
Ted Kremenek
2011-08-08
1
-0
/
+11
*
Fix assertion failure in -Wuninitialized involving no-op casts. Fixes PR 10577.
Ted Kremenek
2011-08-04
1
-0
/
+11
*
Fix -Wuninitialized regression involving functions invalidating parameters pa...
Ted Kremenek
2011-07-20
1
-0
/
+10
*
Teach -Wuninitialized about C++'s typeid expression, including both the
Chandler Carruth
2011-04-13
1
-0
/
+17
*
Now that the analyzer is distinguishing between uninitialized uses that
Chandler Carruth
2011-04-08
1
-2
/
+2
*
Teach -Wuninitialized to not warn about variables declared in C++ catch state...
Ted Kremenek
2011-04-07
1
-0
/
+14
*
-Wuninitialized: don't warn about uninitialized variables in unreachable code.
Ted Kremenek
2011-04-04
1
-0
/
+8
*
Add workaround for Sema issue found in <rdar://problem/9188004>, which leads ...
Ted Kremenek
2011-03-29
1
-1
/
+22
*
Take 2: merge -Wuninitialized-experimental into -Wuninitialized. Only *must-...
Ted Kremenek
2011-03-15
1
-1
/
+1
*
Move uninitialized variable checking back under -Wuninitialized-experimental....
Ted Kremenek
2011-02-07
1
-1
/
+1
*
Don't suggest -Wuninitialized fixits for uninitialized enum types.
Ted Kremenek
2011-02-05
1
-0
/
+8
*
Based on user feedback, swap -Wuninitialized diagnostics to have the warning ...
Ted Kremenek
2011-02-02
1
-2
/
+2
*
Merge -Wuninitialized-experimental into -Wuninitialized.
Ted Kremenek
2011-01-26
1
-1
/
+1
*
Provide -Wuninitialized-experimental fixits
Ted Kremenek
2011-01-21
1
-1
/
+1
*
Enhance -Wuninitialized-experimental diagnostics
Ted Kremenek
2011-01-21
1
-2
/
+2
*
Relax CFG assertions in UninitializedValuesV2 when
Ted Kremenek
2011-01-20
1
-0
/
+28
*
Teach UninitializedValuesV2 to implicitly reason about C++
Ted Kremenek
2011-01-18
1
-0
/
+15