mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 21:55:39 +08:00
Target doesn't really need to know about ClangASTContext more than any other TypeSystem. We can create a method ClangASTContext::GetScratch for anything who needs a ClangASTContext specifically instead of just a generic TypeSystem.