llvm-project/clang/test
Mehdi Amini ebff247d41 test/CodeGen/builtins.c: reinstate #ifdef __x86_64__ around __builtin_longjmp
Unadvertently removed in r285019

llvm-svn: 285041
2016-10-24 23:38:24 +00:00
..
ARCMT [test/objcmt] Add a follow-up test case for r275600. 2016-07-15 20:40:24 +00:00
ASTMerge ASTMerge: explicitly specify arch for GCCAsmStmt test to calm non-x86 buildbots 2016-09-28 11:04:42 +00:00
Analysis [analyzer] Fix an ARM buildbot after r284960. 2016-10-24 12:54:27 +00:00
CXX Add another testcase missed from r284905. 2016-10-22 01:32:45 +00:00
CodeCompletion [CodeCompletion] Show protocol properties that are accessed through qualified id 2016-10-12 11:40:15 +00:00
CodeGen test/CodeGen/builtins.c: reinstate #ifdef __x86_64__ around __builtin_longjmp 2016-10-24 23:38:24 +00:00
CodeGenCUDA [CUDA] Rename cuda_builtin_vars.h to __clang_cuda_builtin_vars.h. 2016-10-08 22:16:08 +00:00
CodeGenCXX Fix bug where one of the cases where we mangle a <bare-unresolved-name> failed 2016-10-24 20:47:04 +00:00
CodeGenCoroutines [coroutines] Adding builtins for coroutine intrinsics and backendutil support. 2016-10-03 22:44:48 +00:00
CodeGenObjC Add support for __builtin_os_log_format[_buffer_size] 2016-10-24 20:39:34 +00:00
CodeGenObjCXX DebugInfo: pass alignment value only if it was forced 2016-10-20 00:13:19 +00:00
CodeGenOpenCL [OpenCL] Allow partial initializer for array and struct 2016-10-11 15:53:28 +00:00
Coverage
CoverageMapping [Coverage] Support for C++17 if initializers 2016-10-14 23:38:16 +00:00
Driver Fix myriad test with CLANG_DEFAULT_CXX_STDLIB 2016-10-24 08:04:17 +00:00
FixIt ObjC Class Property: diagnostics when accessing a class property using instance. 2016-06-28 23:01:49 +00:00
Format Make clang-format remove duplicate headers when sorting #includes. 2016-08-10 09:32:23 +00:00
Frontend [clang] Limit clang test to ARM and AArch64 only 2016-10-23 00:53:03 +00:00
Headers Implement __stosb intrinsic as a volatile memset 2016-10-14 17:33:05 +00:00
Index [CodeCompletion] Add a block property setter completion result 2016-10-18 10:55:01 +00:00
Integration
Layout [MS ABI] Implement __declspec(empty_bases) and __declspec(layout_version) 2016-05-23 17:16:12 +00:00
Lexer Mark aligned allocation as done. 2016-10-10 06:55:42 +00:00
Misc DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules. 2016-10-21 22:00:42 +00:00
Modules Module: correctly set the module file kind when emitting file_modified. 2016-10-21 23:35:03 +00:00
OpenMP DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules. 2016-10-21 22:00:42 +00:00
PCH Remove 24 instances of 'REQUIRES: shell' 2016-10-20 23:11:45 +00:00
Parser Fix off-by-one error in PPCaching.cpp token annotation assertion 2016-10-20 20:53:20 +00:00
Preprocessor [ARM]: Add Cortex-R52 target 2016-10-07 12:08:41 +00:00
Profile [Coverage] Support for C++17 if initializers 2016-10-14 23:38:16 +00:00
Rewriter
Sema Fix crash on noreturn conversion in unprototyped function type. Thanks to Keith 2016-10-20 00:01:36 +00:00
SemaCUDA [CUDA] Simplify some repeated diagnostic expectations in CUDA tests. 2016-10-21 20:50:47 +00:00
SemaCXX [Sema][TreeTransform] Re-create DesignatedInitExpr when a field designator 2016-10-24 09:33:32 +00:00
SemaObjC [Sema][ObjC] Warn about implicitly autoreleasing out-parameters captured 2016-10-24 21:45:54 +00:00
SemaObjCXX DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules. 2016-10-21 22:00:42 +00:00
SemaOpenCL [AMDGPU] Expose flat work group size, register and wave control attributes 2016-09-26 01:02:57 +00:00
SemaTemplate Fix crash if StmtProfile finds a type-dependent member access for which we have 2016-10-24 18:47:04 +00:00
TableGen
Tooling Back out the test case for r266973 for now. 2016-04-21 10:46:14 +00:00
Unit Replace hardcoded comment at 'lit.site.cfg.in' 2016-04-16 06:54:46 +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 Revert "[test] Add libLTO as a clang test dependency on Darwin" 2016-08-30 20:36:48 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg [Driver] Make -print-libgcc-file-name print compiler-rt lib when used 2016-10-10 12:23:40 +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