We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acce4a0 commit f07ba79Copy full SHA for f07ba79
include/swift/AST/Types.h
@@ -2969,7 +2969,7 @@ class AnyFunctionType : public TypeBase {
2969
static void assertIsFunctionType(const clang::Type *);
2970
2971
ExtInfo(unsigned Bits, Uncommon Other) : Bits(Bits), Other(Other) {
2972
- // TODO: [store-sil-clang-function-type] Once we start serializing
+ // TODO: [clang-function-type-serialization] Once we start serializing
2973
// the Clang type, we should also assert that the pointer is non-null.
2974
auto Rep = Representation(Bits & RepresentationMask);
2975
if ((Rep == Representation::CFunctionPointer) && Other.ClangFunctionType)
0 commit comments