llvm-project/clang/lib
Bruno Cardoso Lopes ba1b5c98ba [Modules] Support #import when entering files with modules
Textual headers and builtins that are #import'd from different
modules should get re-entered when these modules are independent
from each other.

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

rdar://problem/25881934

llvm-svn: 291644
2017-01-11 02:14:51 +00:00
..
ARCMigrate Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer" 2017-01-06 19:49:01 +00:00
AST [OpenMP] Sema and parsing for 'target teams distribute simd’ pragma 2017-01-10 18:08:18 +00:00
ASTMatchers Move VariantMatcher's Payload to std::shared_ptr rather than IntrusiveRefCntPtr 2017-01-05 18:51:54 +00:00
Analysis [analyzer] Fix crash in body farm for getter without implicit self. 2017-01-11 01:02:34 +00:00
Basic [OpenMP] Sema and parsing for 'target teams distribute simd’ pragma 2017-01-10 18:08:18 +00:00
CodeGen [ARM] Use generic bitreverse intrinsic, rather than ARM specific rbit. 2017-01-10 18:55:11 +00:00
Driver [Driver] Add openSuse AArch64 Triple 2017-01-10 21:13:08 +00:00
Edit Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand." 2016-12-23 14:55:49 +00:00
Format clang-format: Improve support for override/final as variable names. 2017-01-09 11:04:07 +00:00
Frontend [Frontend] Correct values of ATOMIC_*_LOCK_FREE to match builtin 2017-01-09 20:54:20 +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 vec_insert4b and vec_extract4b functions to altivec.h 2017-01-05 21:43:30 +00:00
Index [index] Introduce SymbolSubKind for reporting language-specific details. 2017-01-08 23:21:35 +00:00
Lex [Modules] Support #import when entering files with modules 2017-01-11 02:14:51 +00:00
Parse Remove dead code. 2017-01-10 23:04:46 +00:00
Rewrite [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last) 2016-10-07 19:25:10 +00:00
Sema Module: Do not create Implicit ImportDecl for module X if we 2017-01-11 00:48:19 +00:00
Serialization Serialize the UsesSEH bit on FunctionDecl 2017-01-10 21:27:03 +00:00
StaticAnalyzer [analyzer] Treat pointers to static member functions as function pointers 2017-01-10 18:49:27 +00:00
Tooling Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer" 2017-01-06 19:49:01 +00:00
CMakeLists.txt