mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[SourceKit] DocInfo: Update the printed doc comment for synthesized extensions therefore it reflects the synthesized targets explicitly. rdar://25439820
This commit is contained in:
@@ -155,7 +155,7 @@ namespace {
|
||||
|
||||
class UIdentVisitor : public ASTVisitor<UIdentVisitor,
|
||||
UIdent, UIdent, UIdent, UIdent > {
|
||||
bool IsRef;
|
||||
const bool IsRef;
|
||||
|
||||
public:
|
||||
explicit UIdentVisitor(bool IsRef) : IsRef(IsRef) { }
|
||||
|
||||
Reference in New Issue
Block a user