[clang] [NFC][Clang] Adopt simplified `getTrailingObjects` in Stmt (PR #143250)

2025-06-09 Thread Rahul Joshi via cfe-commits
https://github.com/jurahul closed https://github.com/llvm/llvm-project/pull/143250 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [NFC][Clang] Adopt simplified `getTrailingObjects` in Stmt (PR #143250)

2025-06-09 Thread via cfe-commits
https://github.com/Sirraide approved this pull request. https://github.com/llvm/llvm-project/pull/143250 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [NFC][Clang] Adopt simplified `getTrailingObjects` in Stmt (PR #143250)

2025-06-07 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Rahul Joshi (jurahul) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/143250.diff 2 Files Affected: - (modified) clang/include/clang/AST/Stmt.h (+43-68) - (modified) clang/lib/AST/Stmt.cpp (+4-4) ``diff dif

[clang] [NFC][Clang] Adopt simplified `getTrailingObjects` in Stmt (PR #143250)

2025-06-07 Thread Rahul Joshi via cfe-commits
https://github.com/jurahul ready_for_review https://github.com/llvm/llvm-project/pull/143250 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [NFC][Clang] Adopt simplified `getTrailingObjects` in Stmt (PR #143250)

2025-06-07 Thread Rahul Joshi via cfe-commits
https://github.com/jurahul created https://github.com/llvm/llvm-project/pull/143250 None >From 2aa08553460c49ab6ac1ea572d637ce0c1286d44 Mon Sep 17 00:00:00 2001 From: Rahul Joshi Date: Sat, 7 Jun 2025 04:21:23 -0700 Subject: [PATCH] [NFC][Clang] Adopt simplified `getTrailingObjects` in Stmt -