Age | Commit message (Expand) | Author |
---|---|---|
2012-09-13 | Teach -Wuninitialized to recognize common "noreturn" idioms in | Ted Kremenek |
2011-09-10 | Show either a location or a fixit note, not both, for uninitialized variable ... | David Blaikie |
2011-04-08 | Now that the analyzer is distinguishing between uninitialized uses that | Chandler Carruth |
2011-03-15 | Take 2: merge -Wuninitialized-experimental into -Wuninitialized. Only *must-... | Ted Kremenek |
2011-02-07 | Move uninitialized variable checking back under -Wuninitialized-experimental.... | Ted Kremenek |
2011-02-02 | Based on user feedback, swap -Wuninitialized diagnostics to have the warning ... | Ted Kremenek |
2011-01-27 | Teach -Wuninitialized about ObjC fast enumeration loops. | Ted Kremenek |