aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/Function.cpp
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2024-10-17 08:22:56 -0700
committerGitHub <noreply@github.com>2024-10-17 08:22:56 -0700
commit4897fc44a918b8da886d48082b6cf004cf3ffe0b (patch)
treec13ac9b7b1b7010680ce556b0343930f20535937 /llvm/lib/IR/Function.cpp
parent85c17e40926132575d1b98ca1a36b8394fe511cd (diff)
downloadllvm-4897fc44a918b8da886d48082b6cf004cf3ffe0b.zip
llvm-4897fc44a918b8da886d48082b6cf004cf3ffe0b.tar.gz
llvm-4897fc44a918b8da886d48082b6cf004cf3ffe0b.tar.bz2
[lldb] Narrow scope of -Wno-deprecated-declarations (NFC) (#112276)
Currently all of LLDB is being compiled with -Wno-deprecated-declarations. That's not desirable, especially as part of the LLVM monorepo, as we miss deprecation warnings from LLVM and clang. According to the git history, this was first introduced to suppress warnings related to auto_ptr. Since then, other things have been deprecated and gone unnoticed. This patch limits the flag to Host.mm which uses a handful of LSApplication headers that have no replacement. rdar://112040718
Diffstat (limited to 'llvm/lib/IR/Function.cpp')
0 files changed, 0 insertions, 0 deletions