llvm-project/clang/lib
Renato Golin 41189656ed Revert "DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules."
This reverts commit r284800, as it failed all ARM/AArch64 bots.

llvm-svn: 284811
2016-10-21 08:03:49 +00:00
..
ARCMigrate [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
AST Retire llvm::alignOf in favor of C++11 alignof. 2016-10-20 14:27:22 +00:00
ASTMatchers [AST] Convert Marshallers to use unique_ptr. 2016-10-10 16:26:40 +00:00
Analysis Retire llvm::alignOf in favor of C++11 alignof. 2016-10-20 14:27:22 +00:00
Basic [Modules] Add 'no_undeclared_includes' module map attribute 2016-10-21 01:41:56 +00:00
CodeGen [CodeGen] Devirtualize calls to methods marked final in a derived class 2016-10-20 18:44:14 +00:00
Driver [Driver][Darwin] Pass -no_deduplicate to ld64 2016-10-21 01:49:14 +00:00
Edit [OpenCL] Generate opaque type for sampler_t and function call for the initializer 2016-07-28 19:26:30 +00:00
Format clang-format: [JS] Fix template string ASI. 2016-10-21 05:11:38 +00:00
Frontend Use noexcept instead of LLVM_NOEXCEPT now that all compilers support it 2016-10-19 23:39:55 +00:00
FrontendTool C++ Modules TS: add frontend support for building pcm files from module 2016-08-26 00:14:38 +00:00
Headers Add more doxygen comments to emmintrin.h's intrinsics. 2016-10-20 17:59:15 +00:00
Index Visit lambda capture inits from RecursiveASTVisitor::TraverseLambdaCapture(). 2016-08-17 14:59:53 +00:00
Lex [Modules] Add 'no_undeclared_includes' module map attribute 2016-10-21 01:41:56 +00:00
Parse Add missing warning for use of C++1z init-statements in C++14 and before. 2016-10-18 20:27:16 +00:00
Rewrite [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last) 2016-10-07 19:25:10 +00:00
Sema Revert "DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules." 2016-10-21 08:03:49 +00:00
Serialization Revert "Reinstate r281429, reverted in r281452, with a fix for its mishandling of" 2016-10-17 13:00:44 +00:00
StaticAnalyzer alpha.core.UnreachableCode - don't warn about unreachable code inside macro 2016-10-18 13:16:53 +00:00
Tooling Deduplicate sets of replacements by file names. 2016-10-14 09:32:06 +00:00
CMakeLists.txt