clang-1/test
Chris Lattner 810f6d5d62 introduce a new -fheinous-gnu-extensions flag that enables really
really horrible extensions that are disabled by default but that can
be accepted by -fheinous-gnu-extensions (but which always emit a 
warning when enabled).

As our first instance of this, implement PR3788/PR3794, which allows
non-lvalues in inline asms in contexts where lvalues are required. bleh.




git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66910 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-13 17:38:01 +00:00
..
Analysis Add a hack in the analyzer to recover some path-sensitivity at branch 2009-03-13 16:32:54 +00:00
CodeGen x86_32 ABI: Don't try and expand structures with bitfields. 2009-03-11 22:05:26 +00:00
CodeGenCXX Address Doug's comments wrt the mangler and fix Eli's test case 2009-03-10 17:07:44 +00:00
CodeGenObjC Fix test. 2009-03-13 00:43:34 +00:00
Coverage Don't mangle names of local variables. 2009-03-05 22:59:19 +00:00
Frontend Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* 2009-03-02 06:16:29 +00:00
Lexer this test isn't testing anything. 2009-03-08 20:12:34 +00:00
Misc add \n characters to the scratch buffer *before* returned tokens. 2009-03-08 08:16:41 +00:00
Parser Implement property '.' notation on Factory/Class objects. Parser changes aren't very pretty:-( 2009-03-09 21:12:44 +00:00
Preprocessor fix PR3764 - A redefinition of a pre-processor macro fails 2009-03-09 20:33:32 +00:00
Rewriter Extend builtin "attribute" syntax to include a notation for 2009-02-14 00:32:47 +00:00
Sema introduce a new -fheinous-gnu-extensions flag that enables really 2009-03-13 17:38:01 +00:00
SemaCXX Fix various problems with matching out-of-line definitions of static 2009-03-11 23:52:16 +00:00
SemaObjC Implement FIXME related to <rdar://problem/6496506> Implement class setter/getter for properties. 2009-03-11 20:12:18 +00:00
SemaObjCXX When inside an Objective-C++ method, name lookup should look into the 2009-02-16 19:28:42 +00:00
SemaTemplate Implement template instantiation for builtin binary operators 2009-03-12 22:46:12 +00:00
Serialization true is pass, false is success. 2009-02-03 07:28:12 +00:00
Makefile Fix spelling error, and add target triplet to header. 2009-03-13 00:41:24 +00:00
TestRunner.sh Test commit. 2008-10-15 00:26:06 +00:00