[clang] [llvm] [Clang] Show inlining hints for __attribute__((warning/error)) (PR #174892)
Bill Wendling via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 21 13:57:30 PST 2026
================
@@ -37,7 +37,7 @@ void f() {
// EXCEPTIONS: %[[TMP1:.*]] = alloca %struct.S1
// EXCEPTIONS: %[[TMP2:.*]] = alloca %struct.S2
// EXCEPTIONS: invoke void (ptr, ptr, ptr, ptr, ...) @_ZN4BaseC2ERK2S1RK2S2PKcz(ptr {{.*}}, ptr noundef nonnull align 1 dereferenceable(1) %[[TMP1]], ptr noundef nonnull align 1 dereferenceable(1) %[[TMP2]], ptr {{.*}})
- // EXCEPTIONS-NEXT: to label %[[CONT:.*]] unwind label %[[LPAD:.*]]
+ // EXCEPTIONS-NEXT: to label %[[CONT:.*]] unwind label %[[LPAD:.*]], !srcloc
----------------
bwendling wrote:
Never mind. :-)
https://github.com/llvm/llvm-project/pull/174892
More information about the cfe-commits
mailing list