llvm-project/clang/test
Richard Smith ef99e4d88a Fix interaction of max_align_t and modules.
When building with modules enabled, we were defining max_align_t as a typedef
for a different anonymous struct type each time it was included, resulting in
an error if <stddef.h> is not covered by a module map and is included more than
once in the same modules-enabled compilation of C11 or C++11 code.

llvm-svn: 218931
2014-10-03 00:31:35 +00:00
..
ARCMT Objective-C Modernizer. Patch to remove dangling space 2014-10-01 20:46:32 +00:00
ASTMerge
Analysis [analyzer] Fix pthread lock tests so that the API comes from a system header. 2014-09-10 16:17:42 +00:00
CXX Patch to warn if 'override' is missing 2014-10-02 23:13:51 +00:00
CodeCompletion When completing Objective-C instance method invocations, perform a contextual conversion to an Objective-C pointer type of the target expression if needed. This fixes code completion of method invocations where the target is a smart pointer that has an explicit conversion operator to an Objective-C type. 2014-02-28 19:07:22 +00:00
CodeGen Revert "DI: LLVM schema change: fold constants into string" 2014-10-02 22:15:09 +00:00
CodeGenCUDA Move all CUDA testing inputs to Inputs/ subdirectory inside the tests. 2014-04-28 22:21:28 +00:00
CodeGenCXX Revert "DI: LLVM schema change: fold constants into string" 2014-10-02 22:15:09 +00:00
CodeGenObjC Revert "DI: LLVM schema change: fold constants into string" 2014-10-02 22:15:09 +00:00
CodeGenObjCXX Fix an assertion failure trying to emit a trivial destructor in ObjC++ 2014-09-26 15:27:29 +00:00
CodeGenOpenCL Driver: Implement -cl-denorms-are-zero 2014-08-21 13:58:36 +00:00
Coverage Revert "clang/test/Driver/crash-report.c: This requires rewriter for -frewrite-includes. [PR20321]" 2014-07-16 15:12:48 +00:00
CoverageMapping InstrProf: Avoid repeated linear searches in a hot path 2014-10-01 03:33:52 +00:00
Driver Fix a broken test case. 2014-10-02 10:45:58 +00:00
FixIt Patch to warn if 'override' is missing 2014-10-02 23:13:51 +00:00
Format Revert "clang/test/Driver/crash-report.c: This requires rewriter for -frewrite-includes. [PR20321]" 2014-07-16 15:12:48 +00:00
Frontend This test was updated in r216397, but was failing on Windows due to mixed path separators as well as case sensitivity of the "no" in "no such file or directory." Rather than revert this file back to its original form, I've made some incredibly ugly regexes so that it will pass everywhere. 2014-08-26 14:09:25 +00:00
Headers Fix interaction of max_align_t and modules. 2014-10-03 00:31:35 +00:00
Index Avoid a crash after loading an #undef'd macro in code completion 2014-09-30 20:00:18 +00:00
Integration Split out header integration tests 2014-05-04 13:00:32 +00:00
Layout MS ABI: Correct layout for empty records 2014-09-30 06:45:43 +00:00
Lexer Don't destroy MacroInfos if we find the macro definition is invalid; it'll get 2014-08-03 23:41:04 +00:00
Misc Objective-C [qoi] - provide group name for 2014-09-29 20:17:04 +00:00
Modules Fix interaction of max_align_t and modules. 2014-10-03 00:31:35 +00:00
OpenMP [OPENMP] Loop collapsing and codegen for 'omp simd' directive. 2014-10-01 06:03:56 +00:00
PCH Follow-up to r218292: Add more REVERTIBLE_TYPE_TRAITs. 2014-09-24 03:28:54 +00:00
Parser Patch to warn if 'override' is missing 2014-10-02 23:13:51 +00:00
Preprocessor [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP 2014-10-01 09:03:02 +00:00
Profile InstrProf: Update for LLVM API change 2014-08-01 22:50:16 +00:00
Rewriter Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
Sema Initial support for the align_value attribute 2014-10-02 21:21:25 +00:00
SemaCUDA CUDA: mark the target of implicit intrinsics properly 2014-09-30 17:38:34 +00:00
SemaCXX Patch to warn if 'override' is missing 2014-10-02 23:13:51 +00:00
SemaObjC Diagnose mixed use of '_' and '.' as version 2014-10-02 17:57:26 +00:00
SemaObjCXX Allow @synchronized to contextually convert a C++ object to an ObjC object pointer. 2014-08-12 16:20:36 +00:00
SemaOpenCL [OpenCL] Reject reqd_work_group_size(X, Y, Z) where X, Y or Z == 0. 2014-05-19 14:41:38 +00:00
SemaTemplate Revert r217995 and follow-ups: 2014-09-18 16:01:32 +00:00
TableGen
Tooling clang/test: Introduce the feature "staticanalyzer" for --enable-clang-static-analyzer. 2014-07-16 12:05:45 +00:00
Unit Let test/Unit/lit.cfg add config.shlibdir to $PATH on DLL platforms like cygming. 2014-07-04 05:11:55 +00:00
VFS Revert "DI: LLVM schema change: fold constants into string" 2014-10-02 22:15:09 +00:00
.clang-format
CMakeLists.txt Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg pass environment when invoking llvm-config and clang from lit.cfg 2014-09-24 18:37:52 +00:00
lit.site.cfg.in Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
make_test_dirs.pl