[clang] [clang-tools-extra] [Clang] Use TargetInfo when deciding is an address space is compatible (PR #115777)
Joseph Huber via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 13 15:04:04 PST 2024
jhuber6 wrote:
Okay the problem with using `ASTContext` here is that it creates some recursive includes. I can do this by moving the check into `Type.cpp` instead, so this will be function call instead of being inlined.
https://github.com/llvm/llvm-project/pull/115777
More information about the cfe-commits
mailing list