Files
clang-p2996/llvm/lib/IR/BasicBlock.cpp
Jeremy Morse 48df9480da [NFC] Suppress spurious deprecation warning with MSVC (#124764)
gcc and clang won't complain about calls to deprecated functions, if
you're calling from a function that is deprecated too. However, MSVC
does care, and expands into maaany deprecation warnings for
getFirstNonPHI.

Suppress this by converting the inlineable copy of getFirstNonPHI into a
non-inline copy.
2025-01-28 15:55:45 +00:00

40 KiB