Files
clang-p2996/clang/lib/Tooling/Transformer/SourceCode.cpp
Gabriel Matute ecfa0b2418 [libTooling] Fix maybeExtendRange to support CharRanges.
Currently, `maybeExtendRange` takes a `CharSourceRange`, but only works
correctly for the `TokenRange` case. This change adds proper support for the
`CharRange` case.

Reviewed By: gribozavr2

Differential Revision: https://reviews.llvm.org/D82901
2020-07-01 20:40:48 +00:00

16 KiB