..
Analysis
GRExprEngine: Handle empty statement expressions.
2009-02-14 05:55:08 +00:00
CodeGen
x86_64 ABI: Pass simple types directly when possible. This is
2009-02-14 02:09:24 +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 problem caused by foreward @class use
2009-02-14 20:13:28 +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
Extend builtin "attribute" syntax to include a notation for
2009-02-14 00:32:47 +00:00
Sema
Add hook to add attributes to function declarations that we know
2009-02-14 18:57:46 +00:00
SemaCXX
Add test case to insure that implicit builtin declarations for C library functions aren't created in C++
2009-02-14 00:37:42 +00:00
SemaObjC
Add support for deprecated Obj-C methods. The semantics mostly match what gcc has.
2009-02-14 19:08:58 +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