aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/offsetof.cpp
AgeCommit message (Expand)Author
2011-10-17Perform lvalue-to-rvalue conversions on __builtin_offsetof array argument indexRichard Smith
2010-08-05PR7769: Fix references to anonymous structs/unions in base classes inEli Friedman
2010-05-22Implement support for variable length arrays in C++. VLAs are limitedDouglas Gregor
2010-04-29Teach __builtin_offsetof to compute the offsets of members of baseDouglas Gregor
2010-04-28Diagnose __builtin_offsetof expressions that refer to bit-fieldsDouglas Gregor
2010-04-28Completely reimplement __builtin_offsetof, based on a patch by RobertoDouglas Gregor
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-12Suppress warnings and errors about certain uses of non-POD types (inDouglas Gregor
2009-12-04Make sure to call PerformObjectMemberConversion where necessary.Eli Friedman
2009-05-03Fix/re-enable test.Eli Friedman
2009-05-03Disable this test case, I'm tired of seeing red. :)Daniel Dunbar
2009-05-02Fix a thinko and a test.Anders Carlsson
2009-05-02Downgrade the invalid offsetof error to a warning.Anders Carlsson
2009-05-01It's an error to call offsetof on a non-POD type.Anders Carlsson