1. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  2. 8e8fb3b Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. by Andy Gibbs · 12 years ago
  3. c1de52d Fix PR9253, allowing attribute(aligned) to reduce the alignment of a typedef. by Chris Lattner · 13 years ago
  4. 0b4c9b5 Support __attribute__((packed)) (along with other attributes) at the by Douglas Gregor · 14 years ago
  5. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  6. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  7. 7549c55 __attribute__((aligned)) was being ignored! by Daniel Dunbar · 15 years ago
  8. 7d07664 Merge postfix attributes on record decls. by Daniel Dunbar · 16 years ago
  9. 4bd998b Cleanup/refactoring of Sema struct layout. This patch unifies the struct by Eli Friedman · 16 years ago
  10. abb5758 Fix rdar://5921025 a crash on the included testcase. by Chris Lattner · 16 years ago
  11. 5a1b0c4 Add more tests by Anders Carlsson · 16 years ago
  12. 6a24acb Make sizeof and __alignof work correctly with packed structs. by Anders Carlsson · 16 years ago