summaryrefslogtreecommitdiff
path: root/test/SemaCXX/uninit-variables.cpp
AgeCommit message (Expand)Author
2014-06-11PR19996: don't crash if -Wuninitialized sees a c++1y lambda init-capture.Richard Smith
2012-07-17-Wuninitialized: Split the classification of DeclRefExprs as initialization orRichard Smith
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
2011-09-10Show either a location or a fixit note, not both, for uninitialized variable ...David Blaikie
2011-08-08Fix another -Wuninitialized assertion failure (this one involving bit casts) ...Ted Kremenek
2011-08-04Fix assertion failure in -Wuninitialized involving no-op casts. Fixes PR 10577.Ted Kremenek
2011-07-20Fix -Wuninitialized regression involving functions invalidating parameters pa...Ted Kremenek
2011-04-13Teach -Wuninitialized about C++'s typeid expression, including both theChandler Carruth
2011-04-08Now that the analyzer is distinguishing between uninitialized uses thatChandler Carruth
2011-04-07Teach -Wuninitialized to not warn about variables declared in C++ catch state...Ted Kremenek
2011-04-04-Wuninitialized: don't warn about uninitialized variables in unreachable code.Ted Kremenek
2011-03-29Add workaround for Sema issue found in <rdar://problem/9188004>, which leads ...Ted Kremenek
2011-03-15Take 2: merge -Wuninitialized-experimental into -Wuninitialized. Only *must-...Ted Kremenek
2011-02-07Move uninitialized variable checking back under -Wuninitialized-experimental....Ted Kremenek
2011-02-05Don't suggest -Wuninitialized fixits for uninitialized enum types.Ted Kremenek
2011-02-02Based on user feedback, swap -Wuninitialized diagnostics to have the warning ...Ted Kremenek
2011-01-26Merge -Wuninitialized-experimental into -Wuninitialized.Ted Kremenek
2011-01-21Provide -Wuninitialized-experimental fixitsTed Kremenek
2011-01-21Enhance -Wuninitialized-experimental diagnosticsTed Kremenek
2011-01-20Relax CFG assertions in UninitializedValuesV2 whenTed Kremenek
2011-01-18Teach UninitializedValuesV2 to implicitly reason about C++Ted Kremenek