Don't use reserved identifier (_GroupBy) Fix GCC 7.4/7.5 builds (return Filter => return std::move(Filter)) Remove trailing spaces
8 lines
190 B
Plaintext
8 lines
190 B
Plaintext
|
|
RUN: llvm-remarkutil count --parser=yaml --group-by=function %p/Inputs/remark-group-by.yaml | FileCheck %s
|
|
|
|
; CHECK-LABEL: Function,Count
|
|
; CHECK: func1,3
|
|
; CHECK: func2,2
|
|
; CHECK: func3,1
|