[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:

```suggestion
QualType Sema::getTypeMember(QualType Type, StringRef Name) {
```

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


More information about the libcxx-commits mailing list