Skip to content

Commit 71e2812

Browse files
committed
[AST] Don't use serialized locs in getRawComment() by default
1 parent b64bd95 commit 71e2812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/Decl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ class alignas(1 << DeclAlignInBits) Decl {
872872
}
873873

874874
/// \returns the unparsed comment attached to this declaration.
875-
RawComment getRawComment(bool SerializedOK = true) const;
875+
RawComment getRawComment(bool SerializedOK = false) const;
876876

877877
Optional<StringRef> getGroupName() const;
878878

0 commit comments

Comments
 (0)