Skip to content

Commit 2273ee0

Browse files
committed
Remove an outdated comment; NFC
StandardConversionSequence is significantly larger than a word.
1 parent b465f94 commit 2273ee0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

clang/include/clang/Sema/Overload.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,10 +257,7 @@ class Sema;
257257
/// sequence (C++ 13.3.3.1.1). A standard conversion sequence
258258
/// contains between zero and three conversions. If a particular
259259
/// conversion is not needed, it will be set to the identity conversion
260-
/// (ICK_Identity). Note that the three conversions are
261-
/// specified as separate members (rather than in an array) so that
262-
/// we can keep the size of a standard conversion sequence to a
263-
/// single word.
260+
/// (ICK_Identity).
264261
class StandardConversionSequence {
265262
public:
266263
/// First -- The first conversion can be an lvalue-to-rvalue

0 commit comments

Comments
 (0)