aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/offsetof.c
AgeCommit message (Expand)Author
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