[PATCH] D142058: [llvm][DiagnosticInfo] handle function pointer casts
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 18 14:31:55 PST 2023
aeubanks accepted this revision.
aeubanks added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/CodeGen/X86/attr-dontcall.ll:25
; CHECK: warning: call to foo2 marked "dontcall-warn": w
-; CHECK: warning: call to foo3 marked "dontcall-warn"{{$}}
----------------
we still want this `{{$}}`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142058/new/
https://reviews.llvm.org/D142058
More information about the llvm-commits
mailing list