1. dc7a4f5 Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there by Richard Smith · 11 years ago
  2. 601e6e8 Fixed an assertion failure triggered by invalid code. by Enea Zaffanella · 12 years ago
  3. b9c6261 Improvements to vexing-parse warnings. Make the no-parameters case more by Richard Smith · 12 years ago
  4. 625bb56 Generalize -Wempty-body: warn when statement body is empty (closes: PR11329) by Dmitri Gribenko · 13 years ago
  5. 7984de3 Improve 0-argument -Wvexing-parse diagnostic by adding notes with fix-its: by Richard Smith · 13 years ago
  6. 2f0e88a David Blaikie and Chandler would like us to diagnose by Richard Smith · 13 years ago
  7. 2def773 Add notes for suppressing and (if it's a zero-arg function returning bool) fixing the function-to-bool conversion warning. by David Blaikie · 13 years ago
  8. 26b45d8 Switch a cast to a dyn_cast and check the pointer before using. Fixes a crash by Richard Trieu · 13 years ago
  9. e14ca9f Add a warning for implicit conversion from function literals (and static by Lang Hames · 13 years ago
  10. db7abf7 Remove the call to GetTypeForDeclarator in Sema::ActOnCXXConditionDeclaration. by Argyrios Kyrtzidis · 13 years ago
  11. 2ba68b2 Cut down a few of the excess errors in the test. by Argyrios Kyrtzidis · 13 years ago
  12. abc56c7 When deciding whether to complain about the type of a boolean condition, use by John McCall · 14 years ago
  13. 73061d0 Pretty-print anonymous types using their kind and presumed location. by John McCall · 14 years ago
  14. 30ab371 For -Wswitch-enum warnings, be sure to look through typedefs of enum by Douglas Gregor · 15 years ago
  15. 220ccbf Improve the reporting of non-viable overload candidates by noting the reason by John McCall · 15 years ago
  16. b1622a1 Improve the diagnostics used to report implicitly-generated class members by John McCall · 15 years ago
  17. cfdc81a Initialization improvements: addition of string initialization and a few by Eli Friedman · 15 years ago
  18. 7abfbdb Switch more of Sema::CheckInitializerTypes over to by Douglas Gregor · 15 years ago
  19. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  20. 99e9b4d Eliminate CXXConditionDeclExpr with extreme prejudice. by Douglas Gregor · 15 years ago
  21. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  22. 3cb0692 Make one expected-diag directive match exactly one actual diagnostic. by Sebastian Redl · 16 years ago
  23. 09f41cf Introduce support for C++0x explicit conversion operators (N2437) by Douglas Gregor · 16 years ago
  24. 61366e9 Correct the order in which we cope with end-of-class-definition by Douglas Gregor · 16 years ago
  25. 5f4a682 Make all the 'redefinition' diagnostics more consistent, and make the by Chris Lattner · 16 years ago
  26. 9f4d863 Fix test cases broken by quote normalization in diagnostics. by Sebastian Redl · 16 years ago
  27. 0777972 Implement semantic checking of static_cast and dynamic_cast. by Sebastian Redl · 16 years ago
  28. 6314ff2 Do implicit conversion to bool for the condition in a do-while statement. by Argyrios Kyrtzidis · 16 years ago
  29. 4c0f56b In the 'condition.cpp' test case, make sure that condition declarations are local to the statement. by Argyrios Kyrtzidis · 16 years ago
  30. 5921093 Implement Sema support for the 'condition' part of C++ selection-statements and iteration-statements (if/switch/while/for). by Argyrios Kyrtzidis · 16 years ago