[clang] [lldb] [clang] Add -ast-dump-filter-path to filter AST dump by file path (PR #194266)
Taufiq Rahman via cfe-commits
cfe-commits at lists.llvm.org
Thu May 7 20:08:59 PDT 2026
Inconnu08 wrote:
Thanks for the feedback @AaronBallman ! I’ve added test coverage under `clang/test/AST` covering both basic declarations and macro expansion behavior, and updated the implementation to use `getPresumedLoc()` so it reflects expansion locations correctly. I’ve also added a release note for the new flag.
For modules/PCH cases, I haven’t added tests yet but happy to follow up with additional coverage there if needed.
https://github.com/llvm/llvm-project/pull/194266
More information about the cfe-commits
mailing list