Following on fcf7cc268fe and 672207c319a which granted checks the ability to read boolean configuration arguments as true or false.
This enables storing the options back to the configuration file using true and false.
This is in line with how clang-format dumps boolean options in its style config.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsConstantArrayIndexCheck.cpp | ||
---|---|---|
31 ↗ | (On Diff #275121) | Had to force this to explicitly call the correct function to avoid a compile error |