hanchenye-llvm-project/clang/test
David Blaikie 35d0e27b78 FileCheck-ify some debug info scope related tests.
llvm-svn: 173379
2013-01-24 22:47:48 +00:00
..
ARCMT [objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionary literal 2013-01-16 23:54:48 +00:00
ASTMerge Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then 2012-12-20 02:22:15 +00:00
Analysis Add a test case for 'analyzer_noreturn' on category methods. 2013-01-23 21:29:13 +00:00
CXX Handle universal character names and Unicode characters outside of literals. 2013-01-24 20:50:46 +00:00
CodeCompletion PR14381: Never skip constexpr function bodies when code-completing. We may need 2012-11-19 21:13:18 +00:00
CodeGen FileCheck-ify some debug info scope related tests. 2013-01-24 22:47:48 +00:00
CodeGenCUDA CUDA: give static storage class to __shared__ and __constant__ 2012-08-28 20:37:50 +00:00
CodeGenCXX First step towards vftable generation with -cxx-abi microsoft PR13231 2013-01-21 13:02:41 +00:00
CodeGenObjC objC block layout: Patch reorders block layout to 2013-01-17 00:25:06 +00:00
CodeGenObjCXX Use the correct field to copy/dispose a __block variable. 2013-01-22 03:56:22 +00:00
CodeGenOpenCL Add a new LangOpt NativeHalfType. This option allows for native half/fp16 2013-01-23 11:56:20 +00:00
Coverage Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532." 2012-10-24 03:59:09 +00:00
Driver [driver] Associate a JobAction with each result file. This enables the driver 2013-01-24 19:14:47 +00:00
FixIt Test fix-it ranges for Unicode characters. 2013-01-24 21:19:51 +00:00
Frontend [driver] Warnings for warning options are handled by the frontend. The driver needs to process the 2013-01-15 01:21:53 +00:00
Headers Parsing support for C11's _Noreturn keyword. No semantics yet. 2013-01-17 22:16:11 +00:00
Index clang/test/Index/comment-to-html-xml-conversion.cpp: Mark this as XFAIL:valgrind, for now. Working in progress. 2013-01-22 03:49:16 +00:00
Lexer As an extension, treat Unicode whitespace characters as whitespace. 2013-01-24 20:50:50 +00:00
Misc Give warn_redecl_library_builtin a flag name: -Wincompatible-library-redeclaration. 2013-01-24 03:43:15 +00:00
Modules clang/GlobalModuleIndex: Don't open the same file twice. Use raw_fd_ostream(fd, ...) instead. 2013-01-24 08:20:11 +00:00
OpenMP Add initial rough support for synthesizing linker options when passed 2013-01-17 13:19:29 +00:00
PCH [PCH] Temporarily disable the "ambiguous macro" warning that is currently bogus with a PCH 2013-01-23 18:21:56 +00:00
Parser Fail these tests in a way that doesn't cause unexpected successes, per Daniel's 2013-01-24 20:46:39 +00:00
Preprocessor Test fix-it ranges for Unicode characters. 2013-01-24 21:19:51 +00:00
Rewriter -arch is a darwin-specific driver feature, use a triple instead in rewriter test. 2012-10-02 09:42:36 +00:00
Sema Patch to check for integer overflow. It has been 2013-01-24 22:11:45 +00:00
SemaCUDA
SemaCXX PR14922: when printing an attribute, use the real syntax of the attribute (GNU, C++11, MS Declspec) instead of hardcoded GNU syntax. 2013-01-24 16:46:58 +00:00
SemaObjC objectiveC (take two): don't warn when in -Wselector mode and 2013-01-22 18:35:43 +00:00
SemaObjCXX One can override an Objective-C ARC ownership qualifier that came from 2013-01-17 23:59:28 +00:00
SemaOpenCL Fix a non-conformant OpenCL test case. 2013-01-24 15:24:54 +00:00
SemaTemplate Apply adjustment to function- and array-typed non-type template 2013-01-16 00:52:15 +00:00
TableGen Revert "tg-fixits.td: fixup for Linux" 2013-01-11 02:37:47 +00:00
Tooling Implement Attr dumping for -ast-dump. 2013-01-07 17:53:08 +00:00
Unit
CMakeLists.txt clang/test: [CMake] check-clang doesn't require llvm-dis any more. 2013-01-22 01:52:04 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg clang/test/Driver/darwin-sdkroot.c: Suppress this on msys bash, to introduce the feature "shell-preserves-root". 2013-01-16 06:10:16 +00:00
lit.site.cfg.in
make_test_dirs.pl