llvm-project/clang/lib
Bruno Cardoso Lopes 95ff11b7d1 [ASTImporter] Move structural equivalence context to its own file. NFCI
Create a header and impl file for the structural equivalence context.
This is to allow other users outside clang importer. NFCI

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

rdar://problem/30167717

llvm-svn: 301604
2017-04-28 00:31:30 +00:00
..
ARCMigrate [ARCMigrate] When applying changes from remap files, disable the 'adjustRemovals' functionality of EditedSource 2017-04-28 00:25:06 +00:00
AST [ASTImporter] Move structural equivalence context to its own file. NFCI 2017-04-28 00:31:30 +00:00
ASTMatchers [clang] Register isConstexpr matcher 2017-04-16 19:05:17 +00:00
Analysis Fix PR13910: Don't warn that __builtin_unreachable() is unreachable 2017-04-11 15:36:06 +00:00
Basic Darwin: Define __STDC_NO_THREADS__ on Darwin targets 2017-04-27 01:47:22 +00:00
CodeGen [Profile] Add off-by-default -Wprofile-instr-missing warning 2017-04-27 17:30:58 +00:00
Driver [Hexagon] Handle -O4 when checking optimization level 2017-04-25 21:31:55 +00:00
Edit [ARCMigrate] When applying changes from remap files, disable the 'adjustRemovals' functionality of EditedSource 2017-04-28 00:25:06 +00:00
Format clang-format: [JS] parse async function declarations. 2017-04-27 13:07:24 +00:00
Frontend Preprocessor: Suppress -Wnonportable-include-path for header maps 2017-04-27 21:41:51 +00:00
FrontendTool unique_ptrify createDriverOptTable 2017-01-13 17:34:15 +00:00
Headers Headers: Make the type of SIZE_MAX the same as size_t 2017-04-27 21:49:45 +00:00
Index [index] Mark the ObjC implicit accessor method definitions as 'dynamic' as well 2017-04-27 15:05:18 +00:00
Lex [Modules] Improve diagnostics for incomplete umbrella 2017-04-27 22:29:14 +00:00
Parse P0629R0: Switch to latest proposal for distinguishing module interface from implementation. 2017-04-21 22:39:18 +00:00
Rewrite [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last) 2016-10-07 19:25:10 +00:00
Sema Use a consistent style. NFC 2017-04-27 23:59:45 +00:00
Serialization [X86] Support of no_caller_saved_registers attribute 2017-04-27 12:01:00 +00:00
StaticAnalyzer Refactor frontend InputKind to prepare for treating module maps as a distinct kind of input. 2017-04-26 18:57:40 +00:00
Tooling Add `replace` interface with range in AtomicChange. 2017-03-30 13:07:38 +00:00
CMakeLists.txt