llvm-project/clang-tools-extra/test/clang-tidy
Nathan James fcf0f75a59
[clang-tidy] OptionsView::store specialized on bool
Following on fcf7cc268f and 672207c319 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.

Reviewed By: aaron.ballman

Differential Revision: https://reviews.llvm.org/D83053
2020-07-14 22:19:37 +01:00
..
checkers [OpenMP] Add firstprivate as a default data-sharing attribute to clang 2020-07-12 23:01:40 -05:00
infrastructure [clang-tidy] OptionsView::store specialized on bool 2020-07-14 22:19:37 +01:00
check_clang_tidy.py Replaced C++2a with C++20 in clang-tools-extra 2020-06-03 14:54:10 +02:00