.. |
Analysis
|
Add more retain-checker tests for GC mode when using NSMakeCollectable.
|
2009-06-03 19:19:06 +00:00 |
CodeGen
|
PR4316: Fix IRGen for cast-to-union extension.
|
2009-06-03 20:45:06 +00:00 |
CodeGenCXX
|
Fix a thinko.
|
2009-06-01 00:26:14 +00:00 |
CodeGenObjC
|
Place the GC attribute on the same relative pointer
|
2009-06-03 17:15:17 +00:00 |
Coverage
|
AST printing for C++ base classes
|
2009-05-30 06:58:37 +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
|
Use "()" instead of "(void)" when pretty-printing a parameter-less function type for C++.
|
2009-06-03 02:06:50 +00:00 |
Preprocessor
|
PR4288: Make -dD (dump macros with preprocessed source) play nicely with
|
2009-06-02 07:55:39 +00:00 |
Rewriter
|
Rename clang to clang-cc.
|
2009-03-24 02:24:46 +00:00 |
Sema
|
Back out r72764; I should have looked more carefully before committing
|
2009-06-03 10:41:42 +00:00 |
SemaCXX
|
Use "()" instead of "(void)" when pretty-printing a parameter-less function type for C++.
|
2009-06-03 02:06:50 +00:00 |
SemaObjC
|
Diagnose misuse of __strong attribute in a redeclaration.
|
2009-06-02 20:58:58 +00:00 |
SemaObjCXX
|
Use "()" instead of "(void)" when pretty-printing a parameter-less function type for C++.
|
2009-06-03 02:06:50 +00:00 |
SemaTemplate
|
Template argument deduction for incomplete and constant array types. Doug, please review.
|
2009-06-04 04:11:30 +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 |