[clang] b3881d0 - [NFC] Fixes Doxygen copy-paste error.

Mark de Wever via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 21 12:19:53 PDT 2020


Author: Mark de Wever
Date: 2020-10-21T21:19:04+02:00
New Revision: b3881d01abcbc519032e0c942f90124f2bdba56a

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

LOG: [NFC] Fixes Doxygen copy-paste error.

Added: 
    

Modified: 
    clang/lib/Sema/TreeTransform.h

Removed: 
    


################################################################################
diff  --git a/clang/lib/Sema/TreeTransform.h b/clang/lib/Sema/TreeTransform.h
index 9d519616856b..481fe98132c8 100644
--- a/clang/lib/Sema/TreeTransform.h
+++ b/clang/lib/Sema/TreeTransform.h
@@ -1305,7 +1305,7 @@ class TreeTransform {
     return SemaRef.ActOnLabelStmt(IdentLoc, L, ColonLoc, SubStmt);
   }
 
-  /// Build a new label statement.
+  /// Build a new attributed statement.
   ///
   /// By default, performs semantic analysis to build the new statement.
   /// Subclasses may override this routine to provide 
diff erent behavior.


        


More information about the cfe-commits mailing list