[clang] [libcxx] [Clang] Add __common_type builtin (PR #99473)

Nikolas Klauser via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 23 05:15:01 PDT 2024


================
@@ -6844,6 +6844,14 @@ CXXRecordMembersNamed(StringRef Name, Sema &S, QualType Ty) {
   return Results;
 }
 
+QualType Sema::getTypeMember(StringRef Name, QualType Type) {
----------------
philnik777 wrote:

`CXXRecordMembersNamed` is used in `hasCStrMethod` below as well. Should I move all of this to `SemaType.cpp`?

https://github.com/llvm/llvm-project/pull/99473


More information about the cfe-commits mailing list