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
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