Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
f50e88a793dd5bc7073c717fec78912e3234e95a
/
test
/
SemaCXX
/
uninit-variables.cpp
8668494
Teach -Wuninitialized about C++'s typeid expression, including both the
by Chandler Carruth
· 14 years ago
f04eb2d
Now that the analyzer is distinguishing between uninitialized uses that
by Chandler Carruth
· 14 years ago
a21612f
Teach -Wuninitialized to not warn about variables declared in C++ catch statements.
by Ted Kremenek
· 14 years ago
f8adeef
-Wuninitialized: don't warn about uninitialized variables in unreachable code.
by Ted Kremenek
· 14 years ago
b831c67
Add workaround for Sema issue found in <rdar://problem/9188004>, which leads to an assertion failure in the uninitialized variables analysis. The problem is that Sema isn't properly registering a variable in a DeclContext (which -Wuninitialized relies on), but
by Ted Kremenek
· 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
· 15 years ago
09f57b9
Don't suggest -Wuninitialized fixits for uninitialized enum types.
by Ted Kremenek
· 15 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
· 15 years ago
fd6b874
Merge -Wuninitialized-experimental into -Wuninitialized.
by Ted Kremenek
· 15 years ago
dcfb360
Provide -Wuninitialized-experimental fixits
by Ted Kremenek
· 15 years ago
94b1b4d
Enhance -Wuninitialized-experimental diagnostics
by Ted Kremenek
· 15 years ago
2d4bed1
Relax CFG assertions in UninitializedValuesV2 when
by Ted Kremenek
· 15 years ago
c21fed3
Teach UninitializedValuesV2 to implicitly reason about C++
by Ted Kremenek
· 15 years ago