[clang] [libTooling] Fix `getFileRangeForEdit` for inner nested template types (PR #87673)
Yitzhak Mandelbaum via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 5 06:44:56 PDT 2024
================
@@ -510,6 +519,26 @@ int c = M3(3);
Visitor.runOver(Code.code());
}
+TEST(SourceCodeTest, InnerNestedTemplate) {
----------------
ymand wrote:
Add a test case that covers the case of the split being in the BeginToken?
https://github.com/llvm/llvm-project/pull/87673
More information about the cfe-commits
mailing list