1. cc8a5d5 Teach __builtin_offsetof to compute the offsets of members of base by Douglas Gregor · 14 years ago
  2. 9d5d60f Diagnose __builtin_offsetof expressions that refer to bit-fields by Douglas Gregor · 14 years ago
  3. 8ecdb65 Completely reimplement __builtin_offsetof, based on a patch by Roberto Amadini. by Douglas Gregor · 14 years ago
  4. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 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. 75b699a Suppress warnings and errors about certain uses of non-POD types (in by Douglas Gregor · 15 years ago
  7. 16c5378 Make sure to call PerformObjectMemberConversion where necessary. by Eli Friedman · 15 years ago
  8. c0d600c Fix/re-enable test. by Eli Friedman · 15 years ago
  9. 9c2b347 Disable this test case, I'm tired of seeing red. :) by Daniel Dunbar · 15 years ago
  10. 5992e4a Fix a thinko and a test. by Anders Carlsson · 15 years ago
  11. f9b8bc6 Downgrade the invalid offsetof error to a warning. by Anders Carlsson · 15 years ago
  12. 6d7f149 It's an error to call offsetof on a non-POD type. by Anders Carlsson · 15 years ago