Skip to content

Commit 8f7b1d7

Browse files
authored
Merge pull request #33070 from varungandhi-apple/vg-update-ExtInfo-comment
2 parents 3530c81 + 88ec614 commit 8f7b1d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/Types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3013,7 +3013,7 @@ class AnyFunctionType : public TypeBase {
30133013
static void assertIsFunctionType(const clang::Type *);
30143014

30153015
ExtInfo(unsigned Bits, Uncommon Other) : Bits(Bits), Other(Other) {
3016-
// TODO: [store-sil-clang-function-type] Once we start serializing
3016+
// TODO: [clang-function-type-serialization] Once we start serializing
30173017
// the Clang type, we should also assert that the pointer is non-null.
30183018
auto Rep = Representation(Bits & RepresentationMask);
30193019
if ((Rep == Representation::CFunctionPointer) && Other.ClangFunctionType)

0 commit comments

Comments
 (0)