1. 7132be1 Diagnose uses of 'alignof' on functions in -pedantic mode. by Richard Smith · 11 years ago
  2. f6565a9 Handle alignas(foo...) pack expansions. by Richard Smith · 11 years ago
  3. 5f838aa Fix diagnostic for bad alignas use: it can't be applied to functions. by Richard Smith · 12 years ago
  4. be507b6 Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign. by Richard Smith · 12 years ago
  5. a0109e2 Produce a diagnostic if alignas is applied to an expression. Neither C11 nor by Richard Smith · 12 years ago
  6. d03de6a Downgrade 'attribute ignored when parsing type' from error to warning, to match by Richard Smith · 12 years ago
  7. 4cd81c5 Implement C++11 [dcl.align]p1 and C11 6.7.5/2 rules for alignas and _Alignas. by Richard Smith · 12 years ago
  8. fc038e9 Remove a non-gcc-compatible extension that would apply attributes on declarations without a declarator to structs. Add a warning for ignored attributes. Patch by Michael Han. by Eli Friedman · 13 years ago
  9. 0b64ba9 Fix grammar for C++11 alignment specifiers, and add a few FIXMEs. by Peter Collingbourne · 13 years ago
  10. 0661bd0c Attach class template attributes to the templated CXXRecordDecl, by Peter Collingbourne · 13 years ago
  11. 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
  12. 82d0b0a Add support for alignment-specifiers in C1X and C++11, remove by Peter Collingbourne · 13 years ago
  13. 3e4c6c4 Implement support for C++0x alias templates. by Richard Smith · 13 years ago
  14. 15e14a2 Get rid of [[hiding]], [[override]] and [[base_check]]. by Anders Carlsson · 14 years ago
  15. f89e042 Get rid of the [[final]] C++0x attribute. by Anders Carlsson · 14 years ago
  16. 4081a5c __attribute__((aligned(n))) directly specifies the alignment of a declaration by John McCall · 14 years ago
  17. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  18. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  19. 9af2f52 Don't automatically assume that an id-expression refers to a by Douglas Gregor · 15 years ago
  20. 7725e67 Parse C++ member check attributes - base_check, hiding, and override. by Sean Hunt · 15 years ago
  21. bbd37c6 Added rudimentary C++0x attribute support. by Sean Hunt · 15 years ago