llvm-project/clang/test
Ted Kremenek 868dbda367 [analyzer] do not warn about returning stack-allocated memory when it comes from an ancestor stack frame.
llvm-svn: 151964
2012-03-03 01:22:03 +00:00
..
ARCMT [arcmt] GC migrator: don't try to remove redundant __strong, it does 2012-02-25 01:57:42 +00:00
ASTMerge Improve location fidelity of objc decls. 2011-10-04 04:48:02 +00:00
Analysis [analyzer] do not warn about returning stack-allocated memory when it comes from an ancestor stack frame. 2012-03-03 01:22:03 +00:00
CXX Ensure that we instantiate static reference data members of class templates 2012-03-02 04:14:40 +00:00
CodeCompletion Provide result types for code completions that describe built-in 2011-10-18 21:20:17 +00:00
CodeGen I referenced the incorrect rdar in my previous commit (r151745). Add the 2012-02-29 20:18:57 +00:00
CodeGenCUDA CUDA: IR generation support for device stubs 2011-10-06 18:51:56 +00:00
CodeGenCXX Reinstate r151879, r151880, reverted in r151922, along with a bugfix for 2012-03-02 23:27:11 +00:00
CodeGenObjC Test is fixed. 2012-02-23 20:43:56 +00:00
CodeGenObjCXX Make CodeGenFunction::EmitBlockCopyAndAutorelease actually do what its name says. 2012-03-01 22:52:28 +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 Add a flag -fthread-sanitizer. 2012-03-01 22:27:08 +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 Change @import to @__experimental_modules_import. We are not ready to commit to a particular syntax for modules, 2012-03-01 22:07:04 +00:00
Lexer Merge __has_attribute tests. Patch by Jonathan Sauer! 2012-03-01 17:45:53 +00:00
Misc Move int<->pointer conversion warnings behind -Wint-conversions. 2012-03-02 20:23:08 +00:00
Modules Change @import to @__experimental_modules_import. We are not ready to commit to a particular syntax for modules, 2012-03-01 22:07:04 +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 Adding support for #pragma include_alias in MS compatibility mode. This implements PR 10705. 2012-03-02 22:51:54 +00:00
Rewriter Modern objective-c translator. rewriting ivars of aggregate type. 2012-02-28 22:45:07 +00:00
Sema Add -Wstring-plus-int, which warns on "str" + int and int + "str". 2012-03-02 22:01:22 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Thread safety analysis: expand set of expressions that can be used to denote locks. 2012-03-02 23:36:05 +00:00
SemaObjC objc: When issue diagnostic about deprecated method, also 2012-03-02 21:50:02 +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 Ensure that we instantiate static reference data members of class templates 2012-03-02 04:14:40 +00:00
Unit test/Unit: Fixup lit.cfg to allow running inside test/Unit (with llvm-config in 2011-06-22 21:46:43 +00:00
CMakeLists.txt CMake: Promote the testing targets out of folders on IDE. 2012-01-30 03:15:47 +00:00
Makefile lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
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 lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
make_test_dirs.pl