1RUN: llvm-remarkutil count --parser=yaml --remark-name=Remark %p/Inputs/remark-filter-by.yaml | FileCheck %s 2RUN: llvm-remarkutil count --parser=yaml --rremark-name=R.* %p/Inputs/remark-filter-by.yaml | FileCheck %s --check-prefix=CHECKALL 3 4; CHECK-LABEL: Source,Count 5; CHECK: path/to/anno.c,1 6; CHECK: path/to/anno2.c,1 7 8; CHECKALL-LABEL: Source,Count 9; CHECKALL: path/to/anno.c,2 10; CHECKALL: path/to/anno2.c,2 11