================
@@ -3796,12 +3803,12 @@ void Parser::ParseDeclarationSpecifiers(
         // - `return type`.
         SuppressAccessChecks SAC(*this, IsTemplateSpecOrInst);
 
-        const bool Success = TryAnnotateCXXScopeToken(EnteringContext);
+        const bool Failed = TryAnnotateCXXScopeToken(EnteringContext);
 
         if (IsTemplateSpecOrInst)
           SAC.done();
 
-        if (Success) {
+        if (Failed) {
----------------
cor3ntin wrote:

What's happening here?!

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

Reply via email to