[clang] [Clang][AST] Add source range for deleted and defaulted functions (PR #205408)

Shreyansh Lodha via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 26 08:13:07 PDT 2026


lodha1503 wrote:

@AaronBallman @cor3ntin @zwuis 

Addressed the review comments. Fixed the source range for = delete("reason") in inline methods by computing the range end after parsing the delete message, consistent with the approach in Parser.cpp. All AST tests pass.

Thank you .

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


More information about the cfe-commits mailing list