[clang] [Clang][HIP] Target-dependent overload resolution in declarators and specifiers (PR #103031)
Artem Belevich via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 19 10:58:44 PDT 2024
================
@@ -115,20 +143,65 @@ static bool hasAttr(const Decl *D, bool IgnoreImplicitAttr) {
});
}
+SemaCUDA::CUDATargetContext::CUDATargetContext(SemaCUDA *S,
----------------
Artem-B wrote:
This could probably be moved into the header.
https://github.com/llvm/llvm-project/pull/103031
More information about the cfe-commits
mailing list