llvm-project/clang/test
Argyrios Kyrtzidis 953ef33f59 [frontend] -frewrite-includes: if there was no inclusion, don't add lineinfo that indicates return from another file.
llvm-svn: 179143
2013-04-10 01:53:37 +00:00
..
ARCMT [objcmt] Fix a mishandled conversion to objc directory literal. 2013-04-06 01:13:17 +00:00
ASTMerge Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then 2012-12-20 02:22:15 +00:00
Analysis [analyzer] Replace isIntegerType() with isIntegerOrEnumerationType(). 2013-04-09 02:30:33 +00:00
CXX Skip transparent contexts when looking for using directives in name lookup. 2013-04-09 01:49:26 +00:00
CodeCompletion PR14381: Never skip constexpr function bodies when code-completing. We may need 2012-11-19 21:13:18 +00:00
CodeGen The PNaCl target no longer permits __attribute__((regparm)). 2013-04-08 21:31:01 +00:00
CodeGenCUDA Use kernel metadata to differentiate between kernel and device 2013-03-30 14:38:24 +00:00
CodeGenCXX [ms-cxxabi] Add "$$C" when mangling template arg QualTypes 2013-04-09 12:47:38 +00:00
CodeGenObjC Don't copy just to capture a strong block pointer under ARC. 2013-04-08 23:27:49 +00:00
CodeGenObjCXX In ObjC++ on legacy runtimes, push an EH cleanup as well as 2013-04-03 00:56:07 +00:00
CodeGenOpenCL Use kernel metadata to differentiate between kernel and device 2013-03-30 14:38:24 +00:00
Coverage Objective-C: When using super.prop, property should be 2013-03-11 22:26:33 +00:00
Driver One more follow-up to r179082 - parse PIC/PIE arguments even on platfroms that force default PIC (like Darwin x86-64), otherwise specifying -fPIC will produce bogus unused argument warning 2013-04-09 12:28:19 +00:00
FixIt Objective-C arc [qui]. Don't issue the bridge cast 2013-04-02 23:48:59 +00:00
Format Re-add clang-format tests to clang/test. 2013-03-25 09:14:25 +00:00
Frontend [frontend] -frewrite-includes: if there was no inclusion, don't add lineinfo that indicates return from another file. 2013-04-10 01:53:37 +00:00
Headers Don't build this test with modules for now, it's causing buildbot failures. 2013-04-04 03:48:33 +00:00
Index clang/test/Index/annotate-tokens.cpp: Appease msvc-targets with -fno-delayed-template-parsing. 2013-04-08 23:05:10 +00:00
Lexer Add -Wc99-compat warning for C11 unicode string and character literals. 2013-03-11 18:01:42 +00:00
Misc Do not assume the template argument is an integer only because the 2013-04-03 02:31:17 +00:00
Modules Add a module testcase with a using declaration. 2013-04-05 00:52:14 +00:00
OpenMP OpenMP threadprivate directive parsing and semantic analysis 2013-03-22 06:34:35 +00:00
PCH Fix 41 of the 61 tests which fail with modules enabled: we were computing and 2013-04-04 01:51:11 +00:00
Parser Make the ObjC attributes diagnostics a bit more informative. 2013-04-04 00:15:10 +00:00
Preprocessor Repeat some #line directive tests for the GNU line marker directive. 2013-04-10 01:41:19 +00:00
Rewriter Objective-C modern rewriter. Fixes a bug 2013-04-03 19:11:21 +00:00
Sema Remove outdated run lines from tests. 2013-04-09 22:06:27 +00:00
SemaCUDA
SemaCXX Suppress -Wunused-variable for variables declared in headers, which may in 2013-04-10 00:47:10 +00:00
SemaObjC Objective-C: This patch fixes a none-issuance of warning 2013-04-09 17:52:29 +00:00
SemaObjCXX When checking for illegal expressions in a default-argument 2013-04-09 01:56:28 +00:00
SemaOpenCL Add an error to check that all program scope variables are in the constant address space in OpenCL. 2013-04-05 20:14:50 +00:00
SemaTemplate Fix PR15634, better error message for template deduction failure. 2013-04-08 21:11:40 +00:00
TableGen Revert "tg-fixits.td: fixup for Linux" 2013-01-11 02:37:47 +00:00
Tooling Added PR number for failing win64 tests. 2013-03-25 18:56:45 +00:00
Unit Propagate path to ASan/MSan symbolizer into test environment to produce useful reports on errors. 2013-04-04 07:41:20 +00:00
CMakeLists.txt Re-add clang-format tests to clang/test. 2013-03-25 09:14:25 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg Propagate path to ASan/MSan symbolizer into test environment to produce useful reports on errors. 2013-04-04 07:41:20 +00:00
lit.site.cfg.in Add asan/msan to the list of available features in LIT test runner. Mark ASan-unfriendly test as XFAIL. 2013-03-26 08:28:18 +00:00
make_test_dirs.pl