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.
2 parents 3530c81 + 88ec614 commit 8f7b1d7Copy full SHA for 8f7b1d7
include/swift/AST/Types.h
@@ -3013,7 +3013,7 @@ class AnyFunctionType : public TypeBase {
3013
static void assertIsFunctionType(const clang::Type *);
3014
3015
ExtInfo(unsigned Bits, Uncommon Other) : Bits(Bits), Other(Other) {
3016
- // TODO: [store-sil-clang-function-type] Once we start serializing
+ // TODO: [clang-function-type-serialization] Once we start serializing
3017
// the Clang type, we should also assert that the pointer is non-null.
3018
auto Rep = Representation(Bits & RepresentationMask);
3019
if ((Rep == Representation::CFunctionPointer) && Other.ClangFunctionType)
0 commit comments