aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/offsetof.c
AgeCommit message (Expand)Author
2011-10-17Perform an lvalue-to-rvalue conversion on an array index in a __builtin_offse...Richard Smith
2010-04-30Fix a thinko that caused us not to compute __builtin_offset as aDouglas Gregor
2010-04-28Diagnose __builtin_offsetof expressions that refer to bit-fieldsDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-04Diagnose __builtin_offsetof on incomplete types. FixesJohn McCall
2009-04-26Fix for PR4079: make sure to construct the member expressions for Eli Friedman
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-27Change the AST generated for offsetof a bit so that it looks like a Eli Friedman
2008-12-06Simplify test.Anders Carlsson
2008-01-30make this pass by adding an expected error, add some tests.Chris Lattner
2008-01-29Implement __builtin_offsetof.Anders Carlsson
2007-10-11rename -parse-ast-print to -ast-printChris Lattner
2007-09-26Removed option "-parse-ast-check" from clang driver. This is now implementedTed Kremenek
2007-08-30a new testcaseChris Lattner