]> granicus.if.org Git - clang/commit
Revert r366449: [CrossTU] Add a function to retrieve original source location.
authorIlya Biryukov <ibiryukov@google.com>
Thu, 18 Jul 2019 15:43:26 +0000 (15:43 +0000)
committerIlya Biryukov <ibiryukov@google.com>
Thu, 18 Jul 2019 15:43:26 +0000 (15:43 +0000)
commit0fa07ca71286f422af718b3fa478a9b22c0cb028
tree5480663fc4a12c2315abfc82c730d26d072a27c5
parent7ceef36a33006bd7cabdf50030f55a9940016aff
Revert r366449: [CrossTU] Add a function to retrieve original source location.

Reason: the commit breaks layering by adding a dependency on ASTUnit
(which is inside clangFrontend) from the ASTImporter (which is inside
clangAST).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@366453 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTImporter.h
include/clang/AST/ASTImporterSharedState.h
include/clang/CrossTU/CrossTranslationUnit.h
lib/AST/ASTImporter.cpp
lib/CrossTU/CrossTranslationUnit.cpp
unittests/CrossTU/CrossTranslationUnitTest.cpp