[PATCH] D77085: [clang-tidy] Added support for validating configuration options
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Apr 4 04:42:12 PDT 2020
njames93 added a comment.
I added support for bools. The previous integer parsing behaviour is still there, however now it also responds to `true` or `false`.
This won't parse `True|TRUE|False|FALSE` etc as I wanted it to be in line with `.clang-format` configuration files for handling of bool.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77085/new/
https://reviews.llvm.org/D77085
More information about the cfe-commits
mailing list