llvm-project/clang/test
Kelvin Li bf594a5600 [OpenMP] Sema and parsing for 'target teams' pragma
This patch is to implement sema and parsing for 'target teams' pragma.

Differential Revision: https://reviews.llvm.org/D27818

llvm-svn: 290038
2016-12-17 05:48:59 +00:00
..
ARCMT [test/objcmt] Add a follow-up test case for r275600. 2016-07-15 20:40:24 +00:00
ASTMerge Fixed layout of test/ASTMerge. 2016-11-16 18:21:00 +00:00
Analysis [analyzer] UnixAPIChecker: Don't diagnose for functions in C++ namespaces 2016-12-17 01:08:17 +00:00
CXX Move checks for creation of objects of abstract class type from the various 2016-12-15 02:28:18 +00:00
CodeCompletion Fix heuristics skipping invalid ctor-initializers with C++11 2016-11-03 07:36:17 +00:00
CodeGen Add explicit triple to test to fix arm bots. 2016-12-16 23:43:51 +00:00
CodeGenCUDA [CUDA] Improve target attribute checking for function templates. 2016-12-07 19:27:16 +00:00
CodeGenCXX Revert "Update for LLVM global variable debug info API change." 2016-12-16 19:39:18 +00:00
CodeGenCoroutines [coroutines] Add allocation and deallocation substatements. 2016-10-27 16:28:31 +00:00
CodeGenObjC [CodeGen][ObjC] Emit objc_unsafeClaimAutoreleasedReturnValue for 2016-12-13 23:32:22 +00:00
CodeGenObjCXX Remove custom handling of array copies in lambda by-value array capture and 2016-12-14 00:03:17 +00:00
CodeGenOpenCL Revert r289979 due to regressions 2016-12-16 21:23:55 +00:00
Coverage Make output of -ast-print a valid C++ code. 2016-11-10 08:49:37 +00:00
CoverageMapping [Coverage] Support for C++17 if initializers 2016-10-14 23:38:16 +00:00
Driver [CUDA] Add --ptxas-path= flag. 2016-12-15 18:44:57 +00:00
FixIt Warn when 'assume_nonnull' infers nullability within an array. 2016-11-10 23:28:30 +00:00
Format Make clang-format remove duplicate headers when sorting #includes. 2016-08-10 09:32:23 +00:00
Frontend [Frontend] Fix an issue where a quoted search path is incorrectly 2016-12-02 09:51:51 +00:00
Headers Revert "[Headers] Add #include_next for tgmath.h on Darwin" 2016-12-12 23:06:58 +00:00
Import Testbed and skeleton of a new expression parser 2016-12-16 23:21:38 +00:00
Index [libclang] Restore the CXXRecordDecl path for clang_Type_getNumTemplateArguments and clang_Type_getTemplateArgumentAsType 2016-12-16 21:40:16 +00:00
Integration
Layout [MS ABI] Implement __declspec(empty_bases) and __declspec(layout_version) 2016-05-23 17:16:12 +00:00
Lexer p0012r1: define corresponding feature test macro 2016-12-02 02:02:23 +00:00
Misc Store decls in prototypes on the declarator instead of in the AST 2016-12-09 17:14:05 +00:00
Modules [CrashReproducer] Collect PCH included via -include-pch 2016-12-12 19:28:25 +00:00
OpenMP [OpenMP] Sema and parsing for 'target teams' pragma 2016-12-17 05:48:59 +00:00
PCH Relax IRgen check in decl-in-prototype.c to match signext on PPC64 2016-12-09 17:56:04 +00:00
Parser Revert r289979 due to regressions 2016-12-16 21:23:55 +00:00
Preprocessor Add support for Samsung Exynos M3 (NFC) 2016-12-13 23:31:57 +00:00
Profile Add test for D21736. 2016-11-22 20:03:40 +00:00
Rewriter Specify -std=gnu++98 on some Rewriter tests. NFC. 2016-12-09 01:20:40 +00:00
Sema Fix printf specifier handling: invalid specifier should not be marked as "consuming data arguments" 2016-12-15 18:54:00 +00:00
SemaCUDA [CUDA] Ignore implicit target attributes during function template instantiation. 2016-12-08 19:38:13 +00:00
SemaCXX [Sema] Transform the default arguments of a lambda expression when the 2016-12-16 21:16:57 +00:00
SemaObjC Fix printf specifier handling: invalid specifier should not be marked as "consuming data arguments" 2016-12-15 18:54:00 +00:00
SemaObjCXX [ObjC++] Don't enter a C++ declarator scope when the current context is 2016-12-07 10:24:44 +00:00
SemaOpenCL Revert r289979 due to regressions 2016-12-16 21:23:55 +00:00
SemaTemplate Remove the temporary fix to the RUN line that was committed in r289924. 2016-12-16 20:25:11 +00:00
TableGen
Tooling
Unit [test] Extend llvm_shlib_dir fix to unittests 2016-12-15 20:31:08 +00:00
VFS Don't diagnose non-modular includes when we are not compiling a module. 2016-08-26 17:16:46 +00:00
.clang-format
CMakeLists.txt Testbed and skeleton of a new expression parser 2016-12-16 23:21:38 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg [test] Correctly include build llvm_shlib_dir in stand-alone builds 2016-11-15 12:54:10 +00:00
lit.site.cfg.in XFAIL Driver/darwin-stdlib.cpp if CLANG_DEFAULT_CXX_STDLIB is set 2016-09-29 07:43:08 +00:00
make_test_dirs.pl