[clang] [llvm] Add source file name for template instantiations in -ftime-trace (PR #98320)
Utkarsh Saxena via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 17 01:55:42 PDT 2024
================
@@ -3430,6 +3430,7 @@ Sema::InstantiateClass(SourceLocation PointOfInstantiation,
llvm::raw_string_ostream OS(Name);
----------------
usx95 wrote:
I think we can do this on a need basis. Most source actions (like Parse*) already have this information (although not structured). See the unit test for examples.
https://github.com/llvm/llvm-project/pull/98320
More information about the llvm-commits
mailing list