hanchenye-llvm-project/clang/test
Anton Yartsev 28ccef788b supported: AltiVec vector initialization with a single literal according to PIM section 2.5.1 - after initialization all elements have the value specified by the literal
llvm-svn: 128375
2011-03-27 09:32:40 +00:00
..
ASTMerge Fix two thinkos and add a test for importing the AST of a category 2010-12-08 16:41:55 +00:00
Analysis Don't add a symbolic region for 'this' if the member function is static. 2011-03-26 14:30:44 +00:00
CXX Replace the call to ParseOptionalCXX0XClassVirtSpecifierSeq with code to only parse an optional 'final' keyword. 2011-03-25 14:46:08 +00:00
CodeCompletion Don't crash when code-completing after "#include <". It would be far 2010-12-09 23:35:36 +00:00
CodeGen supported: AltiVec vector initialization with a single literal according to PIM section 2.5.1 - after initialization all elements have the value specified by the literal 2011-03-27 09:32:40 +00:00
CodeGenCXX We were emitting construction v-tables with internal linkage all the time. 2011-03-27 09:00:25 +00:00
CodeGenObjC On Mac OS X, the presence of an 'availability' attribute for that 2011-03-26 12:10:19 +00:00
CodeGenObjCXX The emission of an Objective-C++'s class .cxx_destruct method should be 2011-03-22 07:05:39 +00:00
CodeGenOpenCL Add support for language-specific address spaces. On top of that, 2011-03-18 22:38:29 +00:00
Coverage Remove the AST printer (-ast-print-xml), which is too incomplete and 2011-03-07 01:03:30 +00:00
Driver Driver/Darwin: Dsymutil actions should put the dSYM adjacent to the output file. 2011-03-25 18:16:51 +00:00
FixIt Provide Fixit warning when 'auto' is intended as storage 2011-02-22 23:17:49 +00:00
Frontend test: Add the feature "shell". Frontend/dependency-gen.c would be executable with shell. 2011-02-28 09:41:07 +00:00
Headers Attempt to fix linux buildbots by adding -ffreestanding for arm_neon tests. 2010-12-02 17:31:16 +00:00
Index For Diagnostic::Reset() also reset the state related to #pragma diagnostic. Fixes rdar://9170766. 2011-03-26 18:58:17 +00:00
Lexer we can now claim to fully support the override control feature in C++0x. 2011-03-25 15:04:23 +00:00
Misc FileCheckize this test. 2011-03-09 10:56:54 +00:00
PCH The emission of an Objective-C++'s class .cxx_destruct method should be 2011-03-22 07:05:39 +00:00
Parser fix the second part of rdar://8366474 - clang fails to parse ObjC selectors with '::', when :: isn't the first part of the selector. 2011-03-26 18:11:38 +00:00
Preprocessor Lexer: Add extremely limited support for -traditional-cpp, ignoring BCPL 2011-03-18 21:23:38 +00:00
Rewriter Fix objc rewriting bug casting to qualified objective-c pointetr. 2011-02-26 01:31:36 +00:00
Sema supported: AltiVec vector initialization with a single literal according to PIM section 2.5.1 - after initialization all elements have the value specified by the literal 2011-03-27 09:32:40 +00:00
SemaCUDA Sema: diagnose kernel calls to non-global functions 2011-02-23 01:53:29 +00:00
SemaCXX Improve -Wheader-hygiene to warn about using directives inside linkage 2011-03-26 22:25:30 +00:00
SemaObjC More coherent diagnostic attempting to assign to a member of a const object returned 2011-03-26 19:48:30 +00:00
SemaObjCXX Fix an objc++ diagnostic initializing objc pointers. 2011-03-21 19:08:42 +00:00
SemaOpenCL OpenCL: if double precision floating point constant encountered 2011-03-11 19:24:59 +00:00
SemaTemplate Clean up our handling of template-ids that resolve down to a single 2011-03-16 19:16:25 +00:00
Unit Add CMake support to the clang unittests. 2011-02-15 07:54:28 +00:00
CMakeLists.txt Nth time's a charm? 2011-02-25 00:46:48 +00:00
Makefile test/Makefile: Reapply r127079, use $(ECHOPATH) to make lit.site.cfg(s). 2011-03-08 22:17:40 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg test/lit.cfg: bash is available on MSYS. 2011-03-05 11:16:06 +00:00
lit.site.cfg.in test: CMake: Be aware of LLVM_LIT_TOOLS_DIR. 2011-02-09 04:19:57 +00:00
make_test_dirs.pl