Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
579d8d1b77564bf5ce14245b8474066728f54e53
/
test
/
SemaObjC
/
uninit-variables.m
25c1d57
Teach -Wuninitialized to recognize common "noreturn" idioms in
by Ted Kremenek
· 12 years ago
4f4f349
Show either a location or a fixit note, not both, for uninitialized variable warnings.
by David Blaikie
· 13 years ago
f04eb2d
Now that the analyzer is distinguishing between uninitialized uses that
by Chandler Carruth
· 14 years ago
908c09f
Take 2: merge -Wuninitialized-experimental into -Wuninitialized. Only *must-be-uninitialized* warnings are reported, with *maybe-uninitialized* under a separate flag. I await any fallout/comments/feedback, although hopefully this will produce no noise for users.
by Ted Kremenek
· 14 years ago
1b52844
Move uninitialized variable checking back under -Wuninitialized-experimental. It is clear from user feedback that this warning is not quite ready.
by Ted Kremenek
· 14 years ago
609e317
Based on user feedback, swap -Wuninitialized diagnostics to have the warning refer to the bad use, and the note to the variable declaration.
by Ted Kremenek
· 14 years ago
1ea800c
Teach -Wuninitialized about ObjC fast enumeration loops.
by Ted Kremenek
· 14 years ago