[libcxx-commits] [clang] [libcxx] [Clang] Add __common_type builtin (PR #99473)
via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 23 03:03:27 PDT 2024
================
@@ -6844,6 +6844,14 @@ CXXRecordMembersNamed(StringRef Name, Sema &S, QualType Ty) {
return Results;
}
+QualType Sema::getTypeMember(StringRef Name, QualType Type) {
----------------
Sirraide wrote:
Also, `SemaChecking` is for ‘extra semantic checking’. It feels a bit weird to have this here if it’s used elsewhere. I’d probably just throw this implementation into e.g. `SemaType.cpp`.
https://github.com/llvm/llvm-project/pull/99473
More information about the libcxx-commits
mailing list