aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/uninit-variables.m
AgeCommit message (Expand)Author
2012-09-13Teach -Wuninitialized to recognize common "noreturn" idioms inTed Kremenek
2011-09-10Show either a location or a fixit note, not both, for uninitialized variable ...David Blaikie
2011-04-08Now that the analyzer is distinguishing between uninitialized uses thatChandler Carruth
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-02Based on user feedback, swap -Wuninitialized diagnostics to have the warning ...Ted Kremenek
2011-01-27Teach -Wuninitialized about ObjC fast enumeration loops.Ted Kremenek