[clang] 2273ee0 - Remove an outdated comment; NFC

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 29 09:13:22 PST 2023


Author: Aaron Ballman
Date: 2023-11-29T12:13:12-05:00
New Revision: 2273ee086a5ecd676b0d9782f7b55c8fa2409b35

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

LOG: Remove an outdated comment; NFC

StandardConversionSequence is significantly larger than a word.

Added: 
    

Modified: 
    clang/include/clang/Sema/Overload.h

Removed: 
    


################################################################################
diff  --git a/clang/include/clang/Sema/Overload.h b/clang/include/clang/Sema/Overload.h
index 333309a3686a1f9..6ccabad3af54468 100644
--- a/clang/include/clang/Sema/Overload.h
+++ b/clang/include/clang/Sema/Overload.h
@@ -257,10 +257,7 @@ class Sema;
   /// sequence (C++ 13.3.3.1.1). A standard conversion sequence
   /// contains between zero and three conversions. If a particular
   /// conversion is not needed, it will be set to the identity conversion
-  /// (ICK_Identity). Note that the three conversions are
-  /// specified as separate members (rather than in an array) so that
-  /// we can keep the size of a standard conversion sequence to a
-  /// single word.
+  /// (ICK_Identity).
   class StandardConversionSequence {
   public:
     /// First -- The first conversion can be an lvalue-to-rvalue


        


More information about the cfe-commits mailing list