llvm-project
1a14ef1c - [clang] Temporarily silence noisy warning for FPEvalMethod in another place

Commit
154 days ago
[clang] Temporarily silence noisy warning for FPEvalMethod in another place When adding an explicit default copy ctor and assignment operator, clang emits the diag there, instead of for the class. That's narrow enough that we can suppress the warning there too. With this, it only files building a single file (CompilerInvocation.cpp). See https://github.com/llvm/llvm-project/issues/137600#issuecomment-2842011513
Author
Committer
Parents
Loading