]> granicus.if.org Git - clang/commit
[ASTImporter] Move structural equivalence context to its own file. NFCI
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Fri, 28 Apr 2017 00:31:30 +0000 (00:31 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Fri, 28 Apr 2017 00:31:30 +0000 (00:31 +0000)
commitecd30bdd0122f58936d648ab1f457370e84c0662
tree12ae2ac5d3e9858e90f3b9663b7b6af06d717a11
parent232bf3f19ad64866774ba4d448ae07f555f133d8
[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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@301604 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTStructuralEquivalence.h [new file with mode: 0644]
lib/AST/ASTImporter.cpp
lib/AST/ASTStructuralEquivalence.cpp [new file with mode: 0644]
lib/AST/CMakeLists.txt