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 0fc6213 commit f4e3ea5Copy full SHA for f4e3ea5
clang-tools-extra/clang-tidy/ClangTidy.cpp
@@ -270,8 +270,7 @@ class ErrorReporter {
270
const llvm::StringMap<Replacements> &Fix) {
271
for (const auto &FileAndReplacements : Fix) {
272
for (const auto &Repl : FileAndReplacements.second) {
273
- if (!Repl.isApplicable())
274
- continue;
+ if (!Repl.isApplicable()) continue;
275
FileByteRange FBR;
276
FBR.FilePath = Repl.getFilePath().str();
277
FBR.FileOffset = Repl.getOffset();
0 commit comments