[clang] [Clang][AST] Add source range for deleted and defaulted functions (PR #205408)
Shreyansh Lodha via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 14 07:17:17 PDT 2026
lodha1503 wrote:
The Linux AArch64 check failure is unrelated to this patch — it's in lldb-api :: TestStatusline.py::test_scripted_command_output_not_eaten, which exercises LLDB's terminal statusline redraw logic and has nothing to do with clang/lib/Parse/Parser.cpp. It passed on the regular Linux x64 job with the exact same commit, and my diff hasn't changed since CI was last fully green (2026-07-09) — the branch has just been auto-merging with main since then, which re-triggers CI. Looks like a pre-existing flaky test upstream.
https://github.com/llvm/llvm-project/pull/205408
More information about the cfe-commits
mailing list