Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Why was this committed without review?
Why are we ignoring this warning instead of fixing it?
Comment Actions
Yes, it was commited to fix red buildbot (libc++’s buildbot uses -Werror).
Warning did not reveal any real bugs in testsuite. It warned for cases which are tautologically true/false but it makes sense to have such tests in libc++ testsuite. So turning off warning looked as a reasonable decision.