aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2023-11-29 12:12:18 -0500
committerAaron Ballman <aaron@aaronballman.com>2023-11-29 12:13:12 -0500
commit2273ee086a5ecd676b0d9782f7b55c8fa2409b35 (patch)
tree78b42834534e040b74bef00f3663cbb2f74f024b
parentb465f94b7c47f4c759fbfb15cde672739dd0b3d3 (diff)
downloadllvm-2273ee086a5ecd676b0d9782f7b55c8fa2409b35.zip
llvm-2273ee086a5ecd676b0d9782f7b55c8fa2409b35.tar.gz
llvm-2273ee086a5ecd676b0d9782f7b55c8fa2409b35.tar.bz2
Remove an outdated comment; NFC
StandardConversionSequence is significantly larger than a word.
-rw-r--r--clang/include/clang/Sema/Overload.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/clang/include/clang/Sema/Overload.h b/clang/include/clang/Sema/Overload.h
index 333309a..6ccabad 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