aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorNikita Popov <npopov@redhat.com>2025-10-08 10:34:10 +0200
committerGitHub <noreply@github.com>2025-10-08 10:34:10 +0200
commit1ab69d7004fe8b404c1f83d306838442f549e1ee (patch)
treee42c90d0dbad5bf78bb52309493cd7979f1a1e26 /clang/lib/Frontend/CompilerInvocation.cpp
parent772071bb75772ddff43c9525f2b66077fd873c04 (diff)
downloadllvm-1ab69d7004fe8b404c1f83d306838442f549e1ee.zip
llvm-1ab69d7004fe8b404c1f83d306838442f549e1ee.tar.gz
llvm-1ab69d7004fe8b404c1f83d306838442f549e1ee.tar.bz2
[CMake] Suppress -Wpass-failed warning (#160472)
libstdc++15 makes use of an unroll pragma inside std::find_if(). This produces a warning if clang fails to unroll the loop. As this pragma is outside of our control, suppress the warning. Missed transforms are not something we care about in this context. Related to https://github.com/llvm/llvm-project/issues/157666.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions