Change instances where options which are boolean are assigned the value 1|0 to use true|false instead. Reviewed By: aaron.ballman Differential Revision: https://reviews.llvm.org/D101721
when both a check and its alias are enabled, we should only take the fixes of one of them and not both. This patch fixes bug 45577 https://bugs.llvm.org/show_bug.cgi?id=45577 Reviewed By: aaron.ballman, njames93 Differential Revision: https://reviews.llvm.org/D80753