.. |
Analysis
|
Fix <rdar://problem/6859457> [NSData dataWithBytesNoCopy] does not return a retained object.
|
2009-05-14 21:29:16 +00:00 |
CodeGen
|
Avoid generating temp in source directory
|
2009-05-14 17:00:11 +00:00 |
CodeGenCXX
|
push GlobalDecl through enough of the CodeGenModule interfaces
|
2009-05-12 21:21:08 +00:00 |
CodeGenObjC
|
Skip the asm prefix when storing the name in block info.
|
2009-05-14 16:42:16 +00:00 |
Coverage
|
remove obsolete tests.
|
2009-04-22 22:06:26 +00:00 |
Driver
|
Test for x86 target features, I forgot to commit this.
|
2009-05-11 23:06:15 +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
|
accept "#pragma clang foo" where we accept "#pragma GCC foo".
|
2009-05-12 18:21:11 +00:00 |
Misc
|
adjust this to bourne shell syntax
|
2009-05-06 06:00:28 +00:00 |
PCH
|
Make precompiled headers work with -E. When we're only preprocessing
|
2009-05-12 01:31:05 +00:00 |
Parser
|
Refactor the parsing of declarations so that template declarations can
|
2009-05-12 21:31:51 +00:00 |
Preprocessor
|
Fix rdar://6880630 - # in _Pragma does not start a preprocessor directive.
|
2009-05-13 06:10:29 +00:00 |
Rewriter
|
Rename clang to clang-cc.
|
2009-03-24 02:24:46 +00:00 |
Sema
|
Adds recognition of sentinel attribute on block declarations.
|
2009-05-14 20:53:39 +00:00 |
SemaCXX
|
Fix the same speling error in the test case (Duh).
|
2009-05-14 21:20:16 +00:00 |
SemaObjC
|
Look for and diagnose missing sentinel argument on message
|
2009-05-13 23:20:50 +00:00 |
SemaObjCXX
|
Improve handling of (X86) target features.
|
2009-05-06 03:16:41 +00:00 |
SemaTemplate
|
Introduce a stack of instantiation scopes that are used to store the mapping from variable declarations that occur within templates to their instantiated counterparts
|
2009-05-14 21:44:34 +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 |