================
@@ -9147,7 +9147,8 @@ class Sema final : public SemaBase {
   ///
   /// \returns true if lookup succeeded, false if it failed.
   bool LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx,
-                           bool InUnqualifiedLookup = false);
+                           bool InUnqualifiedLookup = false,
+                           IdentifierInfo const *IdentifierOverride = nullptr);
----------------
zyn0217 wrote:

We'd prefer east-const as well :)

https://github.com/llvm/llvm-project/pull/101857
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to