[libc-commits] [libc] [libc] suppress more clang-cl warnings (PR #117718)

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Mon Dec 2 10:46:33 PST 2024


nickdesaulniers wrote:

> workaround a issue with LLP64 in test. The overflow testing is guarded by a constexpr but the literal overflow itself will still trigger warnings.

Would a preprocessor guard be more appropriate then?

https://github.com/llvm/llvm-project/pull/117718


More information about the libc-commits mailing list