1. eb82a53 For -Wignored-qualifiers, don't warn on qualifiers which we acquire via a by Richard Smith · 11 years ago
  2. 8c952cd Teach -Wigored-qualifiers about exotic flavors of declarator and the _Atomic type qualifier. by Richard Smith · 11 years ago
  3. 150fee8 Move test/Sema/return.cpp into test/SemaCXX/return.cpp by Hans Wennborg · 13 years ago
  4. a08fcb8 Make -Wignored-qualifiers point to the first ignored qualifier. by Hans Wennborg · 13 years ago
  5. 8d79461 Even a return statement of an expression with a dependent type in a void by Nick Lewycky · 13 years ago
  6. 1e15394 Fix PR9453 by not trying to print a warning about ignored qualifiers by Rafael Espindola · 13 years ago
  7. fff9513 When digging into a cv-qualified return type that is a pointer type to by Douglas Gregor · 13 years ago
  8. abea951 Add -fcxx-exceptions to all tests that use C++ exceptions. by Anders Carlsson · 13 years ago
  9. d067c07 Fix the behavior of -Wignored-qualifiers on return type qualifiers in by Chandler Carruth · 13 years ago
  10. e41721e Pass -fexceptions to all tests that use try/catch/throw. by Anders Carlsson · 14 years ago
  11. 5495f37 Wire up '-Wignored-qualifiers' to the warning on 'const' in 'const int f()'. by Chandler Carruth · 14 years ago
  12. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  13. 1be8aee When the return type of a function is dependent, don't perform any by Douglas Gregor · 15 years ago
  14. b1682c5 Add warning for falling off the end of a function that should return a by Mike Stump · 15 years ago