[libTooling] Fix `maybeExtendRange` to support `CharRange`s.
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
Loading
Please sign in to comment