summaryrefslogtreecommitdiff
path: root/test/SemaCXX/offsetof.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Lit Test] Updated 26 Lit tests to be C++11 compatible.Charles Li2015-11-111-1/+1
* Sema: Consider it an error to apply __builtin_offsetof to a member in a virtu...David Majnemer2013-10-151-0/+10
* Perform lvalue-to-rvalue conversions on __builtin_offsetof array argument indexRichard Smith2011-10-171-0/+7
* PR7769: Fix references to anonymous structs/unions in base classes inEli Friedman2010-08-051-0/+13
* Implement support for variable length arrays in C++. VLAs are limitedDouglas Gregor2010-05-221-1/+1
* Teach __builtin_offsetof to compute the offsets of members of baseDouglas Gregor2010-04-291-1/+18
* Diagnose __builtin_offsetof expressions that refer to bit-fieldsDouglas Gregor2010-04-281-0/+8
* Completely reimplement __builtin_offsetof, based on a patch by RobertoDouglas Gregor2010-04-281-0/+10
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Suppress warnings and errors about certain uses of non-POD types (inDouglas Gregor2009-12-121-0/+2
* Make sure to call PerformObjectMemberConversion where necessary.Eli Friedman2009-12-041-0/+3
* Fix/re-enable test.Eli Friedman2009-05-031-3/+1
* Disable this test case, I'm tired of seeing red. :)Daniel Dunbar2009-05-031-1/+3
* Fix a thinko and a test.Anders Carlsson2009-05-021-1/+1
* Downgrade the invalid offsetof error to a warning.Anders Carlsson2009-05-021-1/+1
* It's an error to call offsetof on a non-POD type.Anders Carlsson2009-05-011-0/+15