[PATCH] D66102: [Symbol] Decouple clang from CompilerType

Alex Langford via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 20 16:02:59 PDT 2019


xiaobai added a comment.

I wouldn't mind adding something to reduce boilerplate, but I'm not sure it would actually look too different. A wrapper function or subclass constructor would need to take a ClangASTContext and a clang::QualType so we could avoid calls to `getAsOpaquePtr()` everywhere but that's about it I think?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66102/new/

https://reviews.llvm.org/D66102





More information about the llvm-commits mailing list