Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STYLE: Replace integer literals which are cast to bool.
Finds and replaces integer literals which are cast to bool. SRCDIR= #My local SRC BLDDIR= #My local BLD cd run-clang-tidy.py -extra-arg=-D__clang__ -checks=-*,modernize-use-bool-literals -header-filter=.* -fix
- Loading branch information