hanchenye-llvm-project/clang/test
Eric Christopher 6672b33511 Migrate, FileCheckize and update:
2004-03-08-ReinterpretCastCopy.cpp
2004-03-09-UnmangledBuiltinMethods.cpp
2004-03-15-CleanupsAndGotos.cpp
2004-06-08-LateTemplateInstantiation.cpp
2004-09-27-CompilerCrash.cpp
2004-09-27-DidntEmitTemplate.cpp
2004-11-27-ExceptionCleanupAssertion.cpp
2004-11-27-FriendDefaultArgCrash.cpp
2005-01-03-StaticInitializers.cpp

from llvm/test/FrontendC++.

llvm-svn: 138157
2011-08-20 00:09:39 +00:00
..
ARCMT [arcmt] When checking whether properties needs to be strong or not, take into account 2011-08-10 21:46:48 +00:00
ASTMerge
Analysis Add a test for checking that custom diagnostic visitors are working. 2011-08-18 19:02:46 +00:00
CXX Track in the AST whether a function is constexpr. 2011-08-15 21:04:07 +00:00
CodeCompletion
CodeGen Add new test. 2011-08-19 23:26:54 +00:00
CodeGenCXX Migrate, FileCheckize and update: 2011-08-20 00:09:39 +00:00
CodeGenObjC Add new test. 2011-08-19 23:26:54 +00:00
CodeGenObjCXX Fix a couple of problems with initialization and assignment to 2011-07-28 07:23:35 +00:00
CodeGenOpenCL This handles the missing cases of opencl vector literals. 2011-07-15 23:07:01 +00:00
Coverage
Driver [driver] Implement in a more table-like manner and add many more warning options 2011-08-18 01:18:28 +00:00
FixIt Improve overloaded function handling in the typo correction code. 2011-08-03 20:36:05 +00:00
Frontend Revert r134898, "test/Frontend/dependency-gen.c: Mark XFAIL: mingw due to PR10331. to appease mingw-target (and non-mingw-host) builds. 2011-07-11 22:34:14 +00:00
Headers Use -ffreestanding with clang_cc1 to make the test picks the clang builtin include. 2011-07-22 10:49:54 +00:00
Index Revers r138040. Need to look at a few buildbot failures. 2011-08-19 18:02:47 +00:00
Lexer Warn about and truncate UCNs that are too big for their character literal type. 2011-08-19 03:20:12 +00:00
Misc Fix -ferror-limit= to properly emit notes following the last error 2011-08-17 19:13:00 +00:00
Modules Teach ModuleManager::addModule() to check whether a particular module 2011-08-19 02:29:29 +00:00
PCH Add serialization support for ClassScopeFunctionSpecializationDecl. 2011-08-17 01:06:54 +00:00
Parser Remove the last FIXMEs on -Wunused-comparison since it got moved to 2011-08-18 02:04:29 +00:00
Preprocessor A couple fixes for preprocessor expressions: 2011-08-03 00:04:13 +00:00
Rewriter objc rewriter: Fixes a rewriting of implicit casting of an integral 2011-08-04 23:58:03 +00:00
Sema Rename -Wstrl-incorrect-size to -Wstrlcpy-strlcat-size. This warning really is just specific to strlcpy and strlcat. 2011-08-19 14:35:32 +00:00
SemaCUDA
SemaCXX Improve the correctness and accuracy of the message for -Wdynamic-class-memaccess 2011-08-19 20:40:18 +00:00
SemaObjC objc-arc: @property definitions should default to (strong) when not 2011-08-19 19:28:44 +00:00
SemaObjCXX Objective-C++ ARC: When performing template argument deduction for a 2011-07-26 14:53:44 +00:00
SemaOpenCL This handles the missing cases of opencl vector literals. 2011-07-15 23:07:01 +00:00
SemaTemplate Whitelist operator== and operator!= as valid for unused value warnings, 2011-08-17 09:49:44 +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: "clang-test" may not depend on check.deps. 2011-08-16 03:45:31 +00:00
Makefile lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg Added registered targets for in-test dependency declarations. 2011-06-03 18:36:30 +00:00
lit.site.cfg.in lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
make_test_dirs.pl