llvm-project/clang/test
Chris Lattner cd7bc144f6 fix rdar://6586493, a bug in codegen of the GNU
missing-?:-true-value extension.

llvm-svn: 64505
2009-02-13 23:35:32 +00:00
..
Analysis Implicitly declare certain C library functions (malloc, strcpy, memmove, 2009-02-13 23:20:09 +00:00
CodeGen fix rdar://6586493, a bug in codegen of the GNU 2009-02-13 23:35:32 +00:00
CodeGenCXX Add basic support for C++ name mangling according to the Itanium C++ 2009-02-13 00:10:09 +00:00
CodeGenObjC Fixed a 64bit code gen bug of a cateogory 2009-02-13 17:52:22 +00:00
Coverage Support va_arg on _Complex. 2009-02-10 03:03:30 +00:00
Driver just remove this insane testcase :) 2009-02-08 19:44:51 +00:00
Lexer Fix PR2477 - clang misparses "//*" in C89 mode 2009-01-16 22:39:25 +00:00
Misc Fix rdar://6562329, a static analyzer crash Ted noticed on 2009-02-13 19:33:24 +00:00
Parser Fix capitalization in a diagnostic 2009-02-13 18:20:19 +00:00
Preprocessor Fix limits.h for linux, as glibc does a #include_next unless 2009-02-12 23:06:31 +00:00
Rewriter Fix <rdar://problem/6465284> clang ObjC rewriter: objc_super messed up again. 2008-12-23 20:11:22 +00:00
Sema Implicitly declare certain C library functions (malloc, strcpy, memmove, 2009-02-13 23:20:09 +00:00
SemaCXX Expand the definition of a complex promotion to include complex -> 2009-02-12 00:26:06 +00:00
SemaObjC Fix <rdar://problem/6499801> clang does not detect objc type mismatch in conditional expr 2009-02-12 19:05:07 +00:00
SemaObjCXX id<Foo> is a POD type. 2009-02-09 21:53:01 +00:00
SemaTemplate Finished semantic analysis of non-type template arguments, to check 2009-02-11 19:52:55 +00:00
Serialization true is pass, false is success. 2009-02-03 07:28:12 +00:00
Makefile Add test case for __ASSEMBLER__ definition. 2008-12-01 19:23:47 +00:00
TestRunner.sh Test commit. 2008-10-15 00:26:06 +00:00