hanchenye-llvm-project/clang/test
Anna Zaks 8dc53af5dc [analyzer] Fix a regression introduced in malloc with
attributes, introduced in r151188.

+ the test to catch it.

Thanks to Ahmed Charles for pointing this out.

llvm-svn: 151840
2012-03-01 22:06:06 +00:00
..
ARCMT [arcmt] GC migrator: don't try to remove redundant __strong, it does 2012-02-25 01:57:42 +00:00
ASTMerge
Analysis [analyzer] Fix a regression introduced in malloc with 2012-03-01 22:06:06 +00:00
CXX Reject 'a = {0} = {0}' rather than parsing it as '(a = {0}) = {0}'. Also 2012-03-01 02:59:17 +00:00
CodeCompletion
CodeGen I referenced the incorrect rdar in my previous commit (r151745). Add the 2012-02-29 20:18:57 +00:00
CodeGenCUDA
CodeGenCXX Reapply r151702 with a small fix for a failure to cut and paste 2012-03-01 21:36:52 +00:00
CodeGenObjC Test is fixed. 2012-02-23 20:43:56 +00:00
CodeGenObjCXX Implement "optimization" for lambda-to-block conversion which inlines the generated block literal for lambdas which are immediately converted to block pointer type. This simplifies the AST, avoids an unnecessary copy of the lambda and makes it much easier to avoid copying the result onto the heap. 2012-03-01 04:01:32 +00:00
CodeGenOpenCL A few style changes. 2012-01-19 01:16:16 +00:00
Coverage rename -ccc-host-triple into -target 2012-01-20 22:01:23 +00:00
Driver [driver] Emit an error when trying to use ARC on macosx earlier than 10.6 2012-02-29 03:43:52 +00:00
FixIt Test for my last patch. // rdar://10267155. 2012-02-29 22:21:36 +00:00
Frontend Remove the unuseful -fdiagnostics-show-name 2012-02-15 19:45:34 +00:00
Headers rename -ccc-host-triple into -target 2012-01-20 22:01:23 +00:00
Index [libclang] Add a test I forgot to commit. 2012-02-28 23:39:24 +00:00
Lexer Merge __has_attribute tests. Patch by Jonathan Sauer! 2012-03-01 17:45:53 +00:00
Misc Reapply r151638 and r151641. 2012-02-29 10:24:19 +00:00
Modules Use -isystem rather than relying on -isysroot to work consistently 2012-02-02 19:35:15 +00:00
PCH [PCH] Include a darwin-only PCH test on Cocoa.h. 2012-02-28 23:39:20 +00:00
Parser Added support for parsing declspecs on enumerations. Fixes PR8783 2012-03-01 04:09:28 +00:00
Preprocessor Merge __has_attribute tests. Patch by Jonathan Sauer! 2012-03-01 17:45:53 +00:00
Rewriter Modern objective-c translator. rewriting ivars of aggregate type. 2012-02-28 22:45:07 +00:00
Sema Remove test/Sema/many-logical-ops.c since it fails in linux variants. 2012-03-01 19:47:26 +00:00
SemaCUDA
SemaCXX Fix the isReferenced bit on parameters in a couple of edge cases. PR12153. 2012-03-01 21:32:56 +00:00
SemaObjC Fix regression from llvm-gcc where we should NOT emit a warning about __attribute__((NSObject)) on a property declaration. This is needed to have retain properties for non-object pointers. Fixes <rdar://problem/10930507>. 2012-03-01 01:40:32 +00:00
SemaObjCXX objective-c++: Type of an objc string literal is NSString, not 'id'. 2012-02-23 22:51:36 +00:00
SemaOpenCL Support constant evaluation for OpenCL nested vector literals. Patch by Anton Lokhmotov. 2012-01-03 23:24:20 +00:00
SemaTemplate A couple minor bug-fixes for template instantiation for expressions which are sometimes potentially evaluated. 2012-02-29 04:03:55 +00:00
Unit
CMakeLists.txt CMake: Promote the testing targets out of folders on IDE. 2012-01-30 03:15:47 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg Have the driver pass CPU and target feature information to cc1as. 2012-02-10 20:37:10 +00:00
lit.site.cfg.in
make_test_dirs.pl