They are labeled as not being enabled-by-default, and how else
are users going to test them.
Fixes <rdar://problem/
11654923>
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162543
91177308-0d34-0410-b5e6-
96231b3b80d8
}
else {
print("\nAVAILABLE CHECKERS:\n\n");
- my $skip = 0;
while(<FROM_CHILD>) {
- if (/experimental/) {
- $skip = 1;
- next;
- }
- if ($skip) {
- next if (!/^\s\s[^\s]/);
- $skip = 0;
- }
s/^\s\s//;
if (/^([^\s]+)/) {
# Is the checker enabled?