.. |
Analysis
|
Add test case.
|
2009-04-28 13:52:13 +00:00 |
CodeGen
|
Improve compatibility with GCC regarding inline semantics in GNU89
|
2009-04-28 06:37:30 +00:00 |
CodeGenCXX
|
Use the new guard variable mangling function and get rid of the old code.
|
2009-04-13 18:03:33 +00:00 |
CodeGenObjC
|
rdar://6827200 - [sema] reject statically allocated arrays of interface types
|
2009-04-27 01:55:56 +00:00 |
Coverage
|
remove obsolete tests.
|
2009-04-22 22:06:26 +00:00 |
Driver
|
Don't run dsymutil when making a fat executable direct source.
|
2009-04-24 03:03:52 +00:00 |
FixIt
|
Fixed the Fix-It hints for comparison against a string literal. Thanks, Chris!
|
2009-04-06 18:45:53 +00:00 |
Frontend
|
Fixed the test.
|
2009-04-10 22:09:52 +00:00 |
Lexer
|
implement the microsoft/gnu "__COUNTER__" macro: rdar://4329310
|
2009-04-13 01:29:17 +00:00 |
Misc
|
Fix rdar://6814950 - stdint.h isn't "-pedantic -std=c89" clean,
|
2009-04-22 03:42:19 +00:00 |
PCH
|
Add Sema::ExtVectorDecls and Sema::ObjCCategoryImpls to the PCH file. Since these vectors are very, very rarely used and, when used in headers, and even when used are relatively small, we load them eagerly.
|
2009-04-27 20:06:05 +00:00 |
Parser
|
Simplify the scheme used for keywords, and change the classification
|
2009-04-28 03:13:54 +00:00 |
Preprocessor
|
Simplify the scheme used for keywords, and change the classification
|
2009-04-28 03:13:54 +00:00 |
Rewriter
|
Rename clang to clang-cc.
|
2009-03-24 02:24:46 +00:00 |
Sema
|
Simplify the scheme used for keywords, and change the classification
|
2009-04-28 03:13:54 +00:00 |
SemaCXX
|
Emit keyword extension warning in all modes, not just C99 mode.
|
2009-04-28 03:59:15 +00:00 |
SemaObjC
|
rdar://6827200 - [sema] reject statically allocated arrays of interface types
|
2009-04-27 01:55:56 +00:00 |
SemaObjCXX
|
Pull clang-cc code for generating PTH files based on the input type.
|
2009-04-01 05:09:09 +00:00 |
SemaTemplate
|
Make the implicit-int handling error recovery stuff handle C++
|
2009-04-14 22:17:06 +00:00 |
Makefile
|
Update to account for the great driver renaming.
|
2009-03-25 17:56:16 +00:00 |
TestRunner.sh
|
Implementation of pre-compiled headers (PCH) based on lazy
|
2009-04-09 22:27:44 +00:00 |