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 4461de2 commit 0f1accdCopy full SHA for 0f1accd
clang-tools-extra/clangd/refactor/tweaks/ExtractVariable.cpp
@@ -359,9 +359,9 @@ struct ParsedBinaryOperator {
359
// + c <- End
360
// / \
361
// a b <- Start
362
-const SourceRange getBinaryOperatorRange(const SelectionTree::Node &N,
363
- const SourceManager &SM,
364
- const LangOptions &LangOpts) {
+SourceRange getBinaryOperatorRange(const SelectionTree::Node &N,
+ const SourceManager &SM,
+ const LangOptions &LangOpts) {
365
// If N is not a suitable binary operator, bail out.
366
ParsedBinaryOperator Op;
367
if (!Op.parse(N.ignoreImplicit()) || !Op.associative() ||
0 commit comments