[PATCH] D72217: [clang-tidy] Added readability-qualified-auto check
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 4 22:10:14 PST 2020
Eugene.Zelenko added inline comments.
================
Comment at: clang-tools-extra/clang-tidy/readability/QualifiedAutoCheck.cpp:46
+}
+CharSourceRange getFixitRange(const VarDecl *Var) {
+ return CharSourceRange::getTokenRange(Var->getBeginLoc(),
----------------
Please separate with empty line.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72217/new/
https://reviews.llvm.org/D72217
More information about the cfe-commits
mailing list