llvm-project/clang/test
Elad Cohen b107a22afb [X86] Remove the mm_malloc.h include guard hack from the X86 builtins tests
The X86 clang/test/CodeGen/*builtins.c tests define the mm_malloc.h include
guard as a hack for avoiding its inclusion (mm_malloc.h requires a hosted
environment since it expects stdlib.h to be available - which is not the case
in these internal clang codegen tests).
This patch removes this hack and instead passes -ffreestanding to clang cc1.

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

llvm-svn: 282581
2016-09-28 11:59:09 +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 [StaticAnalyzer] Fix false positives for vardecls that are technically unreachable but they are needed. 2016-09-28 10:39:53 +00:00
CXX Try contextually converting condition of constexpr if to Boolean value 2016-09-07 18:24:54 +00:00
CodeCompletion Implement filtering for code completion of identifiers. 2016-07-27 14:56:59 +00:00
CodeGen [X86] Remove the mm_malloc.h include guard hack from the X86 builtins tests 2016-09-28 11:59:09 +00:00
CodeGenCUDA [CUDA] Raise an error if a wrong-side call is codegen'ed. 2016-08-15 23:00:49 +00:00
CodeGenCXX Revert r282556. This change made several bots unhappy. 2016-09-28 02:20:06 +00:00
CodeGenObjC CodeGen: mark ObjC cstring literals as unnamed_addr 2016-09-18 16:12:14 +00:00
CodeGenObjCXX Revert r282556. This change made several bots unhappy. 2016-09-28 02:20:06 +00:00
CodeGenOpenCL [AMDGPU] Expose flat work group size, register and wave control attributes 2016-09-26 01:02:57 +00:00
Coverage
CoverageMapping [Coverage] The coverage region for switch covers the code after the switch. 2016-09-27 23:30:36 +00:00
Driver [Power9] Builtins for ELF v.2 ABI conformance - front end portion 2016-09-27 10:45:22 +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 CC1: Add -save-stats option 2016-09-26 18:53:34 +00:00
Headers Add some MS aliases for existing intrinsics 2016-09-14 21:19:43 +00:00
Index [index] Fix crash with indexing designated init expressions inside templates. 2016-08-03 05:38:53 +00:00
Integration
Layout [MS ABI] Implement __declspec(empty_bases) and __declspec(layout_version) 2016-05-23 17:16:12 +00:00
Lexer Add -fmodules-ts flag to cc1 for the provisional C++ modules TS, and mark 2016-07-23 02:32:21 +00:00
Misc Put new warning in a diagnostic group. 2016-09-27 23:44:38 +00:00
Modules Revert "[modules] When merging one definition into another, propagate the list of re-exporting modules from the discarded definition to the retained definition." 2016-09-14 10:05:10 +00:00
OpenMP Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma" 2016-08-18 09:25:07 +00:00
PCH Do not validate pch when -fno-validate-pch is set 2016-09-07 18:40:20 +00:00
Parser C++ Modules TS: Add parsing and some semantic analysis support for 2016-09-08 23:14:54 +00:00
Preprocessor [Power9] Builtins for ELF v.2 ABI conformance - front end portion 2016-09-27 10:45:22 +00:00
Profile [Profile] Enable profile merging with -fprofile-generat[=<dir>] 2016-07-22 22:25:01 +00:00
Rewriter
Sema Fix indentation 2016-09-23 08:27:24 +00:00
SemaCUDA [AMDGPU] Expose flat work group size, register and wave control attributes 2016-09-26 01:02:57 +00:00
SemaCXX Revert r282547 and add test to show correct behavior. 2016-09-27 23:44:07 +00:00
SemaObjC [SemaObjC] Be more strict while parsing type arguments and protocols 2016-09-13 20:04:35 +00:00
SemaObjCXX Sema: support __declspec(dll*) on ObjC interfaces 2016-07-15 20:41:10 +00:00
SemaOpenCL [AMDGPU] Expose flat work group size, register and wave control attributes 2016-09-26 01:02:57 +00:00
SemaTemplate [Sema] Don't diagnose an array type mismatch when the new or previous 2016-09-01 01:03:21 +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 C++ Modules TS: add frontend support for building pcm files from module 2016-08-26 00:14:38 +00:00
lit.site.cfg.in Replace hardcoded comment at 'lit.site.cfg.in' 2016-04-16 06:54:46 +00:00
make_test_dirs.pl