hanchenye-llvm-project/clang/test
Anna Zaks 265087721a [analyzer] Bound the size of the functions being inlined + provide
command line options for inlining tuning.

This adds the option for stack depth bound as well as function size
bound. 

+ minor doxygenification

llvm-svn: 151930
2012-03-02 19:05: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
Analysis [analyzer] Bound the size of the functions being inlined + provide 2012-03-02 19:05:03 +00:00
CXX Ensure that we instantiate static reference data members of class templates 2012-03-02 04:14:40 +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 Revert r151879, r151880, "PR12145: Avoid emitting loads of constexpr variables in contexts where there" and "Fix buildbot: make this test less dependent on the value names in the produced IR." 2012-03-02 16:24:25 +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 Reapply r151638 and r151641. 2012-02-29 10:24:19 +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 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 Change diagnostic test for my last patch. 2012-03-02 17:05:03 +00:00
SemaCUDA
SemaCXX Ensure that we instantiate static reference data members of class templates 2012-03-02 04:14:40 +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 Ensure that we instantiate static reference data members of class templates 2012-03-02 04:14:40 +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