.. |
Analysis
|
Add a few more analyzer test cases.
|
2009-04-02 17:25:00 +00:00 |
CodeGen
|
Ignore plus operands when looking up the operand number from a named operand. This matches llvm-gcc and fixes PR3908.
|
2009-04-03 05:57:08 +00:00 |
CodeGenCXX
|
Implement mangling of declarations inside functions.
|
2009-04-02 16:24:45 +00:00 |
CodeGenObjC
|
Fix a bug in declaration of property in continuation
|
2009-04-01 23:23:53 +00:00 |
Coverage
|
Support member reference on ?: of struct type.
|
2009-03-24 02:38:23 +00:00 |
Driver
|
Pull clang-cc code for generating PTH files based on the input type.
|
2009-04-01 05:09:09 +00:00 |
FixIt
|
add fixit advice to an archiac ObjC issue.
|
2009-04-03 18:38:42 +00:00 |
Frontend
|
Fix -MD with no -MT when -o is specified (and fix test case).
|
2009-03-30 17:59:58 +00:00 |
Lexer
|
Move the rest of the fixit tests to the FixIt area.
|
2009-04-02 23:44:32 +00:00 |
Misc
|
Rename clang to clang-cc.
|
2009-03-24 02:24:46 +00:00 |
Parser
|
hoist some code for handling objc foreach construct out of Declaration processing
|
2009-03-29 17:27:48 +00:00 |
Preprocessor
|
Pull clang-cc code for generating PTH files based on the input type.
|
2009-04-01 05:09:09 +00:00 |
Rewriter
|
Rename clang to clang-cc.
|
2009-03-24 02:24:46 +00:00 |
Sema
|
Move the fix-it tests into their own subdirectory
|
2009-04-02 17:19:13 +00:00 |
SemaCXX
|
Move the fix-it tests into their own subdirectory
|
2009-04-02 17:19:13 +00:00 |
SemaObjC
|
Tweak test (now that http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20090330/015001.html is fixed).
|
2009-04-03 01:25:18 +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 parsing a semantic analysis a little more robust following Sema
|
2009-04-01 21:51:26 +00:00 |
Makefile
|
Update to account for the great driver renaming.
|
2009-03-25 17:56:16 +00:00 |
TestRunner.sh
|
Update TestRunner.sh for renaming.
|
2009-03-24 06:17:45 +00:00 |