1. be9e8bf Add more of the command line options as attribute flags. by Bill Wendling · 11 years ago
  2. 8992457 Reapply r176133 with testcase fixes. by Bill Wendling · 11 years ago
  3. c283311 Revert "Add more attributes from the command line to functions." by Anna Zaks · 11 years ago
  4. d620e09 Add more attributes from the command line to functions. by Bill Wendling · 11 years ago
  5. f7a9da0 Modify the tests to use attribute group references instead of listing the by Bill Wendling · 11 years ago
  6. 0ae287a Restore the lvalue-to-rvalue conversion patch with a minimal fix. by John McCall · 14 years ago
  7. 905a100 When performing a derived-to-base cast that we know will not change the offset, we don't need to null check the input pointer. Fixes PR5965. by Anders Carlsson · 15 years ago
  8. a552ea7 When doing a base-to-derived cast we don't need to null check the derived value if the class offset is 0. by Anders Carlsson · 15 years ago
  9. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  10. 0ee33cf Handle CK_DerivedToBase when emitting lvalue casts. by Anders Carlsson · 15 years ago