[clang] [clang] Use File Location for debug info resolution. (PR #163982)

via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 24 03:36:50 PDT 2025


SergejSalnikov wrote:

Because you can step through and put breakpoints in macro arguments.
The huge benefit is when you have lambdas as part of macro argument.

Without that change the entire macro is expanded on a single line.

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


More information about the cfe-commits mailing list