1. 1bb8cb5 Move a test that requires 64-bit mode to a separate test with a triple in by Richard Trieu · 11 years ago
  2. 910f17e When computing the size of large arrays, use char units instead of bits. by Richard Trieu · 11 years ago
  3. d82e5d3 Perform an lvalue-to-rvalue conversion on an array index in a __builtin_offsetof expression. by Richard Smith · 13 years ago
  4. 72be24f Fix a thinko that caused us not to compute __builtin_offset as a by Douglas Gregor · 15 years ago
  5. 9d5d60f Diagnose __builtin_offsetof expressions that refer to bit-fields by Douglas Gregor · 15 years ago
  6. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  7. d00f200 Diagnose __builtin_offsetof on incomplete types. Fixes rdar://problem/7222956 by John McCall · 15 years ago
  8. e935696 Fix for PR4079: make sure to construct the member expressions for by Eli Friedman · 16 years ago
  9. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  10. 35183ac Change the AST generated for offsetof a bit so that it looks like a by Eli Friedman · 16 years ago
  11. 601bae3 Simplify test. by Anders Carlsson · 16 years ago
  12. e0c5414 make this pass by adding an expected error, add some tests. by Chris Lattner · 17 years ago
  13. 5a1deb8 Implement __builtin_offsetof. by Anders Carlsson · 17 years ago
  14. 3b427b3 rename -parse-ast-print to -ast-print by Chris Lattner · 17 years ago
  15. 9f3d942 Removed option "-parse-ast-check" from clang driver. This is now implemented by Ted Kremenek · 17 years ago
  16. d3fb6ad a new testcase by Chris Lattner · 17 years ago