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