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 192ccf1 commit 88ec614Copy full SHA for 88ec614
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