Skip to content

Commit 1a1de24

Browse files
authored
add comment for the argument
1 parent 39942ab commit 1a1de24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/Tooling/Transformer/RangeSelector.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ RangeSelector transformer::node(std::string ID) {
139139
(Node->get<Stmt>() != nullptr && Node->get<Expr>() == nullptr))
140140
? tooling::getExtendedRange(*Node, tok::TokenKind::semi,
141141
*Result.Context)
142-
: CharSourceRange::getTokenRange(Node->getSourceRange(true));
142+
: CharSourceRange::getTokenRange(
143+
Node->getSourceRange(/*IncludeQualifier=*/true));
143144
};
144145
}
145146

0 commit comments

Comments
 (0)