1. 1c6f15d Move a test that requires 64-bit mode to a separate test with a triple in by Richard Trieu · 12 years ago
  2. 04d2d94 When computing the size of large arrays, use char units instead of bits. by Richard Trieu · 12 years ago
  3. eda61288 Perform an lvalue-to-rvalue conversion on an array index in a __builtin_offsetof expression. by Richard Smith · 14 years ago
  4. 0be628f Fix a thinko that caused us not to compute __builtin_offset as a by Douglas Gregor · 16 years ago
  5. 10982ea Diagnose __builtin_offsetof expressions that refer to bit-fields by Douglas Gregor · 16 years ago
  6. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  7. 9eff4e6 Diagnose __builtin_offsetof on incomplete types. Fixes rdar://problem/7222956 by John McCall · 16 years ago
  8. 64fc3c6 Fix for PR4079: make sure to construct the member expressions for by Eli Friedman · 17 years ago
  9. a45cf5b Rename clang to clang-cc. by Daniel Dunbar · 17 years ago
  10. 988a16b Change the AST generated for offsetof a bit so that it looks like a by Eli Friedman · 17 years ago
  11. 3bb1ffc Simplify test. by Anders Carlsson · 17 years ago
  12. e850fa2 make this pass by adding an expected error, add some tests. by Chris Lattner · 18 years ago
  13. a8dc3e6 Implement __builtin_offsetof. by Anders Carlsson · 18 years ago
  14. 5e4c75f rename -parse-ast-print to -ast-print by Chris Lattner · 18 years ago
  15. 0883fd5 Removed option "-parse-ast-check" from clang driver. This is now implemented by Ted Kremenek · 18 years ago
  16. 8718fcf a new testcase by Chris Lattner · 18 years ago