[clang] [libTooling] Fix `getFileRangeForEdit` for inner nested template types (PR #87673)
Eric Li via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 5 09:58:46 PDT 2024
================
@@ -510,6 +519,26 @@ int c = M3(3);
Visitor.runOver(Code.code());
}
+TEST(SourceCodeTest, InnerNestedTemplate) {
----------------
tJener wrote:
Done.
https://github.com/llvm/llvm-project/pull/87673
More information about the cfe-commits
mailing list