[clang] [llvm] [clang][DebugInfo] Add symbol for debugger with VTable information. (PR #130255)

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 6 10:36:30 PDT 2025


dwblaikie wrote:

> I think this can be solved by setting the line number to the line number of, e.g., the `class` / `struct` keyword or the line number of the class name, or whatever is easily available

Possibly, though I'm not sure if we should. We don't put a line number on an implicit ctor, for instance - I think it's fine to leave off the line number & write off the one time change in metrics.

https://github.com/llvm/llvm-project/pull/130255


More information about the llvm-commits mailing list