=?utf-8?q?Gábor?= Spaits <gaborspai...@gmail.com>,Gabor Spaits
 <gaborspai...@gmail.com>,
=?utf-8?q?Gábor?= Spaits <gaborspai...@gmail.com>,
=?utf-8?q?Gábor?= Spaits <gaborspai...@gmail.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/112...@github.com>


================
@@ -357,10 +357,13 @@ ParsedType Sema::getTypeName(const IdentifierInfo &II, 
SourceLocation NameLoc,
       return nullptr;
   }
 
-  // FIXME: LookupNestedNameSpecifierName isn't the right kind of
-  // lookup for class-names.
-  LookupNameKind Kind = isClassName ? LookupNestedNameSpecifierName :
-                                      LookupOrdinaryName;
+  // In case we know that the identifier is a class name, we know that it is
----------------
erichkeane wrote:

Absolutely not a problem, happens all the time.  Thank you very much for the 
patch!  Let us know if you need someone to commit this for you, or if you 
already have merge rights.

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

Reply via email to