llvm-project/clang/test
Sebastian Redl 4c018663b2 Track down return statements in the handlers of a function-try-block of constructors. Meh ...
llvm-svn: 70256
2009-04-27 21:33:24 +00:00
..
Analysis Add two new checker-specific attributes: 'objc_ownership_release' and 2009-04-27 19:36:56 +00:00
CodeGen x86-32 ABI: Fix crash on return of structure with flexible array 2009-04-27 18:31:32 +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 The mysterious bug turns out to be an incredibly bone-headed mistake. 2009-04-26 21:08:36 +00:00
Preprocessor Change our silencing of C typedef redefinition handling to what we had 2009-04-27 01:46:12 +00:00
Rewriter Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
Sema Add a bit more handling for declarations like "int a[*]". 2009-04-26 21:57:51 +00:00
SemaCXX Track down return statements in the handlers of a function-try-block of constructors. Meh ... 2009-04-27 21:33:24 +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