This fixes warnings when using clang-tidy and the
modernize-use-bool-literals check.
Details
Details
- Reviewers
mclow.lists EricWF
Diff Detail
Diff Detail
- Repository
- rCXX libc++
- Build Status
Buildable 14959 Build 14959: arc lint + arc unit
Event Timeline
Comment Actions
Without this, anyone using clang-tidy with this check gets 6 system header warnings whenever they transitively have included limits.
Comment Actions
Only if -system-headers is passed to clang-tidy, or if those libc++ headers are included as normal includes (-I), and not as system includes (-isystem).