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
/
uninitialized.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modify the uninitialized field visitor to detect uninitialized use across the
Richard Trieu
2013-09-20
1
-2
/
+109
*
Refactor the uninitialized field visitor. Also moved the calls to the visitor
Richard Trieu
2013-09-13
1
-0
/
+38
*
PR15906: The body of a lambda is not an evaluated subexpression; don't visit ...
Richard Smith
2013-05-03
1
-0
/
+12
*
Handle CXXOperatorCallExpr when checking self referrnce during initialization of
Richard Trieu
2013-03-26
1
-0
/
+15
*
Reapply r172878 with test case.
Ted Kremenek
2013-01-19
1
-16
/
+16
*
-Wuninitialized: warn about uninitialized values resulting from ?: that evalu...
Ted Kremenek
2013-01-19
1
-4
/
+4
*
Change how the SelfReferenceChecker handles MemberExpr. Instead of treating
Richard Trieu
2012-10-03
1
-0
/
+63
*
Cleaning up the self initialization checker.
Richard Trieu
2012-10-01
1
-0
/
+10
*
Make warnings about uninitialized fields include the field name.
Hans Wennborg
2012-09-21
1
-25
/
+25
*
Warn about self references in in-class initializers.
Hans Wennborg
2012-09-18
1
-1
/
+27
*
Better wording for reference self-initialization warning.
Hans Wennborg
2012-08-20
1
-3
/
+3
*
Warn about self-initialization of references.
Hans Wennborg
2012-08-17
1
-0
/
+19
*
Check local static variables for self reference on initialization.
Richard Trieu
2012-08-14
1
-0
/
+62
*
For global record types, the self reference checker was called twice, resulting
Richard Trieu
2012-08-06
1
-0
/
+23
*
Refine CFG so that '&&' and '||' don't lead to extra confluence points when u...
Ted Kremenek
2012-07-14
1
-1
/
+1
*
Use a proper visitor to recursively check for uninitialized use in constructors.
Richard Trieu
2012-06-14
1
-3
/
+83
*
Removing the lambda extension warning concerning single return statements, as...
Aaron Ballman
2012-06-04
1
-1
/
+1
*
Pull some cases of initialization with self-reference warnings out of
Richard Trieu
2012-05-09
1
-3
/
+42
*
Update the SelfReferenceChecker. Refactored some of the visitor methods.
Richard Trieu
2012-05-09
1
-1
/
+8
*
Add -Wuninitialized test for C++11 lambdas.
Ted Kremenek
2012-04-12
1
-1
/
+6
*
Fix broken CFG when an initializer is a statement expression that starts with...
Ted Kremenek
2012-03-22
1
-0
/
+15
*
Fix -Wuninitialized to catch the case of a class being initialized with a call
Richard Trieu
2012-03-08
1
-0
/
+2
*
Improvements to the uninitialized variable warning: Check if the constructor
Rafael Espindola
2012-01-06
1
-0
/
+1
*
Teach the CFG builder how to properly destroy temporaries who
Douglas Gregor
2011-11-15
1
-0
/
+27
*
Change the self-reference visitor (which gives the warning for self-reference...
Richard Trieu
2011-09-07
1
-0
/
+2
*
Extend the self-reference warning to catch when a constructor references itse...
Richard Trieu
2011-09-01
1
-0
/
+72
*
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
*
Add tests for the uninitialized checks added in r128376. Also clean up
Chandler Carruth
2011-03-27
1
-11
/
+42
*
Add test case for <rdar://problem/8610363> (a bogus report of using an uninit...
Ted Kremenek
2010-10-30
1
-0
/
+14