[PATCH] D27700: [clang-tidy] refactor ExprSequence out of misc-use-after-move check
Alexander Kornienko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 13 06:02:22 PST 2016
alexfh added inline comments.
================
Comment at: clang-tidy/utils/ExprSequence.cpp:154
+ return SyntheticStmtSourceMap.lookup(S);
+ else
+ return S;
----------------
nit: No `else` after return, please.
https://reviews.llvm.org/D27700
More information about the cfe-commits
mailing list