Files
clang-p2996/clang/lib/Tooling/Transformer/RangeSelector.cpp
Yitzhak Mandelbaum 88e6208562 [libTooling] Update Transformer's node combinator to include the trailing semicolon for decls.
Currently, `node` only includes the semicolon for (some) statements. However,
declarations have the same issue of (potentially) trailing semicolons, so `node`
should behave the same for them.

Differential Revision: https://reviews.llvm.org/D91872
2020-11-20 18:11:50 +00:00

12 KiB