aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorJulian Lettner <julian.lettner@apple.com>2021-01-05 16:09:46 -0800
committerJulian Lettner <julian.lettner@apple.com>2021-01-05 17:09:18 -0800
commit8b0bd54d0ec968df28ccc58bbb537a7b7c074ef2 (patch)
treefb9ca3f172095df33e5eb72bf2dcc47fdd5e4fc4 /clang/lib/Frontend/CompilerInvocation.cpp
parenta39b19821b6b8c6b4ae853f6b6a88128275ea2c7 (diff)
downloadllvm-8b0bd54d0ec968df28ccc58bbb537a7b7c074ef2.zip
llvm-8b0bd54d0ec968df28ccc58bbb537a7b7c074ef2.tar.gz
llvm-8b0bd54d0ec968df28ccc58bbb537a7b7c074ef2.tar.bz2
[sanitizer][Darwin] Suppress -Wno-non-virtual-dtor warning
Suppress the warning: ``` 'fake_shared_weak_count' has virtual functions but non-virtual destructor [-Wnon-virtual-dtor] ``` The warning has been recently enabled [1], but the associated cleanup missed this instance in Darwin code [2]. [1] 9c31e12609e1935eb84a2497ac08a49e3139859a [2] d48f2d7c02743571075bb7812bb4c9e634e51ed1 Differential Revision: https://reviews.llvm.org/D94139
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions