summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/uninitialized.cpp
Commit message (Expand)AuthorAgeFilesLines
* Modify the uninitialized field visitor to detect uninitialized use across theRichard Trieu2013-09-201-2/+109
* Refactor the uninitialized field visitor. Also moved the calls to the visitorRichard Trieu2013-09-131-0/+38
* PR15906: The body of a lambda is not an evaluated subexpression; don't visit ...Richard Smith2013-05-031-0/+12
* Handle CXXOperatorCallExpr when checking self referrnce during initialization ofRichard Trieu2013-03-261-0/+15
* Reapply r172878 with test case.Ted Kremenek2013-01-191-16/+16
* -Wuninitialized: warn about uninitialized values resulting from ?: that evalu...Ted Kremenek2013-01-191-4/+4
* Change how the SelfReferenceChecker handles MemberExpr. Instead of treatingRichard Trieu2012-10-031-0/+63
* Cleaning up the self initialization checker.Richard Trieu2012-10-011-0/+10
* Make warnings about uninitialized fields include the field name.Hans Wennborg2012-09-211-25/+25
* Warn about self references in in-class initializers.Hans Wennborg2012-09-181-1/+27
* Better wording for reference self-initialization warning.Hans Wennborg2012-08-201-3/+3
* Warn about self-initialization of references.Hans Wennborg2012-08-171-0/+19
* Check local static variables for self reference on initialization.Richard Trieu2012-08-141-0/+62
* For global record types, the self reference checker was called twice, resultingRichard Trieu2012-08-061-0/+23
* Refine CFG so that '&&' and '||' don't lead to extra confluence points when u...Ted Kremenek2012-07-141-1/+1
* Use a proper visitor to recursively check for uninitialized use in constructors.Richard Trieu2012-06-141-3/+83
* Removing the lambda extension warning concerning single return statements, as...Aaron Ballman2012-06-041-1/+1
* Pull some cases of initialization with self-reference warnings out ofRichard Trieu2012-05-091-3/+42
* Update the SelfReferenceChecker. Refactored some of the visitor methods.Richard Trieu2012-05-091-1/+8
* Add -Wuninitialized test for C++11 lambdas.Ted Kremenek2012-04-121-1/+6
* Fix broken CFG when an initializer is a statement expression that starts with...Ted Kremenek2012-03-221-0/+15
* Fix -Wuninitialized to catch the case of a class being initialized with a callRichard Trieu2012-03-081-0/+2
* Improvements to the uninitialized variable warning: Check if the constructorRafael Espindola2012-01-061-0/+1
* Teach the CFG builder how to properly destroy temporaries whoDouglas Gregor2011-11-151-0/+27
* Change the self-reference visitor (which gives the warning for self-reference...Richard Trieu2011-09-071-0/+2
* Extend the self-reference warning to catch when a constructor references itse...Richard Trieu2011-09-011-0/+72
* Fix PR9624 by explicitly disabling uninitialized warnings for direct self-init:Chandler Carruth2011-04-051-1/+1
* Fix PR 9626 (duplicated self-init warnings under -Wuninitialized) with numero...Ted Kremenek2011-04-041-1/+1
* Add tests for the uninitialized checks added in r128376. Also clean upChandler Carruth2011-03-271-11/+42
* Add test case for <rdar://problem/8610363> (a bogus report of using an uninit...Ted Kremenek2010-10-301-0/+14
OpenPOWER on IntegriCloud