This patch adds a command line option to list the checkers that were enabled by analyzer-checker and not disabled by -analyzer-disable-checker.
It can be very useful to debug long command lines when it is not immediately apparent which checkers are turned on and which checkers are turned off.
Clang tidy already has a similar feature.