[SourceKit] DocInfo: Update the printed doc comment for synthesized extensions therefore it reflects the synthesized targets explicitly. rdar://25439820

This commit is contained in:
Xi Ge
2016-03-31 16:57:35 -07:00
parent 045ee83705
commit 16a23d79b4
5 changed files with 71 additions and 23 deletions

View File

@@ -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) { }