.. |
Analysis
|
Add special cases to retain checker for 'create' methods in QCView, QCRenderer, and CIContext (Apple APIs).
|
2009-05-20 22:39:57 +00:00 |
CodeGen
|
Fix a use-of-undefined, IRgen expects the RValue for "void" to be a scalar RValue.
|
2009-05-27 23:45:33 +00:00 |
CodeGenCXX
|
Add a target triple, because this test depends on details of the x86-64 ABI
|
2009-05-27 23:32:34 +00:00 |
CodeGenObjC
|
No write-barrier for initializations.
|
2009-05-27 19:54:11 +00:00 |
Coverage
|
AST XML dump, from Olaf Krzikalla!
|
2009-05-21 20:55:50 +00:00 |
Driver
|
Test for x86 target features, I forgot to commit this.
|
2009-05-11 23:06:15 +00:00 |
FixIt
|
Update test case; I'm confused why this wasn't failing on the buildbot
|
2009-05-16 19:30:01 +00:00 |
Frontend
|
Fixed the test.
|
2009-04-10 22:09:52 +00:00 |
Lexer
|
accept "#pragma clang foo" where we accept "#pragma GCC foo".
|
2009-05-12 18:21:11 +00:00 |
Misc
|
Fix for PR2386: distinguish between insertion and replacements in the
|
2009-05-18 13:56:52 +00:00 |
PCH
|
Make precompiled headers work with -E. When we're only preprocessing
|
2009-05-12 01:31:05 +00:00 |
Parser
|
PR4122: Tweak the ambiguity handling to handle (S())() correctly. I've
|
2009-05-25 19:41:42 +00:00 |
Preprocessor
|
update test for r72519
|
2009-05-28 05:41:32 +00:00 |
Rewriter
|
Rename clang to clang-cc.
|
2009-03-24 02:24:46 +00:00 |
Sema
|
restrict is not a keyword in gnu89 mode. Change TokenKinds.def to
|
2009-05-27 22:48:34 +00:00 |
SemaCXX
|
Add a big test case for I-C-Es in C++, and a fix to make it work. The fix might not be the right way to do it.
|
2009-05-27 19:34:06 +00:00 |
SemaObjC
|
Cannot type cast @selector expressions.
|
2009-05-22 21:42:52 +00:00 |
SemaObjCXX
|
Improve handling of (X86) target features.
|
2009-05-06 03:16:41 +00:00 |
SemaTemplate
|
Add the missing public: thanks, Fariborz
|
2009-05-28 16:41:44 +00:00 |
Makefile
|
Update to account for the great driver renaming.
|
2009-03-25 17:56:16 +00:00 |
TestRunner.sh
|
If stderr isn't a terminal, don't try to guess the terminal width or
|
2009-05-06 21:28:42 +00:00 |