[PATCH] D67621: [libTooling] Add `ifBound`, `elseBranch` RangeSelector combinators.
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 20 06:08:40 PDT 2019
gribozavr accepted this revision.
gribozavr added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/lib/Tooling/Refactoring/RangeSelector.cpp:320
+ };
+}
----------------
May I ask to keep the implementation order consistent with the header file?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67621/new/
https://reviews.llvm.org/D67621
More information about the cfe-commits
mailing list