================
@@ -78,6 +78,12 @@ static bool hasOptionalClassName(const CXXRecordDecl &RD) {
                             isFullyQualifiedNamespaceEqualTo(*N, "folly"));
   }
 
+  if (RD.getName() == "Optional_Base") {
----------------
jvoung wrote:

Do you know if the check earlier "isFullyQualifiedNamespaceEqualTo(*N, "bsl");" 
is still needed (line 70), if in one case the methods are inherited from 
std::optional, and the other case inherited from  the Optional_Base ?

https://github.com/llvm/llvm-project/pull/168863
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to