1. cfc1485 Remove duplicate, nonsense information from an attribute diagnostic. The NonParmVar subject does not need to mention functions, and the resulting diagnostic definitely does not need to mention functions twice. by Aaron Ballman · 8 years ago
  2. adf66b6 Determine the attribute subject for diagnostics based on declarative information in DeclNodes.td. This greatly reduces the number of enumerated values used for more complex diagnostics; these are now only required when the "attribute only applies to" diagnostic needs to be generated manually as part of semantic processing. by Aaron Ballman · 8 years ago
  3. afd2dde Allow 'nodebug' on local variables. by Paul Robinson · 9 years ago
  4. e801f6a Add a Subjects line to NoDebugAttr [NFC]. by Paul Robinson · 9 years ago
  5. b724338 Added the attribute name to the err_attribute_wrong_number_arguments diagnostic for clarity; updated almost all of the affected test cases. by Aaron Ballman · 12 years ago
  6. 0859707 Emit debug info for dynamic initializers. Permit __attribute__((nodebug)) on by Nick Lewycky · 13 years ago
  7. 80ee596 Pretty up the wrong-number-of-arguments-for-attribute diagnostic by by John McCall · 15 years ago
  8. 4bb4836 Change the wording of the bad-decl-for-attribute warning and error by John McCall · 15 years ago
  9. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  10. a45cf5b Rename clang to clang-cc. by Daniel Dunbar · 17 years ago
  11. 76187b4 Add sema support for the nodebug attribute. by Anders Carlsson · 17 years ago