hanchenye-llvm-project/clang/lib
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
..
ARCMigrate Objective-C Modernizer. Patch to remove dangling space 2014-10-01 20:46:32 +00:00
AST Adds 'override' to overriding methods. NFC. 2014-10-01 16:56:40 +00:00
ASTMatchers Adds 'override' to overriding methods. NFC. 2014-10-01 16:56:40 +00:00
Analysis Reverting r214064 and r215650 while investigating a pesky performance regression 2014-09-23 08:34:41 +00:00
Basic Adds 'override' to overriding methods. NFC. 2014-10-01 16:56:40 +00:00
CodeGen Initial support for the align_value attribute 2014-10-02 21:21:25 +00:00
Driver [ARM] Handle conflicts between -mfpu and -mfloat-abi options. 2014-10-02 09:56:07 +00:00
Edit Edit: Do not extend a removal to include trailing whitespace if we're at the end 2014-09-15 11:47:10 +00:00
Format clang-format: [JS] Support AllowShortFunctionsOnASingleLine. 2014-09-30 17:57:06 +00:00
Frontend Ensure that all module build failures get diagnosed 2014-09-26 22:42:23 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers Fix interaction of max_align_t and modules. 2014-10-03 00:31:35 +00:00
Index clang-format: [JS] Support regex literals with trailing escaped slash. 2014-09-09 14:37:39 +00:00
Lex Avoid a crash after loading an #undef'd macro in code completion 2014-09-30 20:00:18 +00:00
Parse Diagnose mixed use of '_' and '.' as version 2014-10-02 17:57:26 +00:00
Rewrite Use intrusive refcounted pointers to manage RopeRefCountString lifetime. 2014-09-15 17:58:03 +00:00
Sema Patch to warn if 'override' is missing 2014-10-02 23:13:51 +00:00
Serialization [OPENMP] Loop collapsing and codegen for 'omp simd' directive. 2014-10-01 06:03:56 +00:00
StaticAnalyzer [OPENMP] Parsing/Sema of directive omp parallel for simd 2014-09-23 09:33:00 +00:00
Tooling Clean up ClangTool's argument adjuster handling a bit with unique_ptr. 2014-09-24 11:47:42 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00