Author: Shengxin Pei
Date: 2026-08-30T05:59:26Z
New Revision: 9bda6c459a0b2839c732d56f256e259ab2407c03

URL: 
https://github.com/llvm/llvm-project/commit/9bda6c459a0b2839c732d56f256e259ab2407c03
DIFF: 
https://github.com/llvm/llvm-project/commit/9bda6c459a0b2839c732d56f256e259ab2407c03.diff

LOG: [clang][NFC] Fix comment in `ParseDecl.cpp` (#219761)

Solve
https://github.com/llvm/llvm-project/pull/219270#discussion_r3887904776

Added: 
    

Modified: 
    clang/lib/Parse/ParseDecl.cpp

Removed: 
    


################################################################################
diff  --git a/clang/lib/Parse/ParseDecl.cpp b/clang/lib/Parse/ParseDecl.cpp
index 11ba2b81baacc..7f0c5611cb70e 100644
--- a/clang/lib/Parse/ParseDecl.cpp
+++ b/clang/lib/Parse/ParseDecl.cpp
@@ -6862,7 +6862,7 @@ void Parser::ParseDirectDeclarator(Declarator &D) {
     // Example: 'char (*X)'   or 'int (*XX)(void)'
     ParseParenDeclarator(D);
 
-    // As above, a structured binding declarator cannot be followed by any
+    // As noted above, a structured binding declarator cannot be followed by 
any
     // declarator chunks.
     if (D.isDecompositionDeclarator())
       return;


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

Reply via email to