1. 8668494 Teach -Wuninitialized about C++'s typeid expression, including both the by Chandler Carruth · 14 years ago
  2. f04eb2d Now that the analyzer is distinguishing between uninitialized uses that by Chandler Carruth · 14 years ago
  3. a21612f Teach -Wuninitialized to not warn about variables declared in C++ catch statements. by Ted Kremenek · 14 years ago
  4. f8adeef -Wuninitialized: don't warn about uninitialized variables in unreachable code. by Ted Kremenek · 14 years ago
  5. 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
  6. 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
  7. 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
  8. 09f57b9 Don't suggest -Wuninitialized fixits for uninitialized enum types. by Ted Kremenek · 15 years ago
  9. 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
  10. fd6b874 Merge -Wuninitialized-experimental into -Wuninitialized. by Ted Kremenek · 15 years ago
  11. dcfb360 Provide -Wuninitialized-experimental fixits by Ted Kremenek · 15 years ago
  12. 94b1b4d Enhance -Wuninitialized-experimental diagnostics by Ted Kremenek · 15 years ago
  13. 2d4bed1 Relax CFG assertions in UninitializedValuesV2 when by Ted Kremenek · 15 years ago
  14. c21fed3 Teach UninitializedValuesV2 to implicitly reason about C++ by Ted Kremenek · 15 years ago