Re: r366449 - [CrossTU] Add a function to retrieve original source location.

2019-07-18 Thread Ilya Biryukov via cfe-commits
Reverted in r366453 On Thu, Jul 18, 2019 at 5:38 PM Ilya Biryukov wrote: > Hi Balazs, > > Your commit introduces a layering violation: ASTImporter (which is inside > clangAST library) cannot depend on ASTUnit (which is inside clangFrontend > library). > I'm afraid I'll have to revert the commit

Re: r366449 - [CrossTU] Add a function to retrieve original source location.

2019-07-18 Thread Ilya Biryukov via cfe-commits
Hi Balazs, Your commit introduces a layering violation: ASTImporter (which is inside clangAST library) cannot depend on ASTUnit (which is inside clangFrontend library). I'm afraid I'll have to revert the commit to unbreak our integrate. On Thu, Jul 18, 2019 at 5:22 PM Balazs Keri via cfe-commits