4 Commits

Author SHA1 Message Date
Fangrui Song
0603737ac0 [llvm-remarkutil] Fix issues after #66214 and its fixups
Don't use reserved identifier (_GroupBy)
Fix GCC 7.4/7.5 builds (return Filter => return std::move(Filter))
Remove trailing spaces
2023-10-14 12:06:59 -07:00
Martin Storsjö
4f4694509d [llvm-remarkutil] Silence a GCC warning about missing returns after a fully covered switch. NFC. 2023-10-13 10:33:17 +03:00
Michael Liao
c136e722aa [Remarks] Fix '-fpermissive'. NFC 2023-10-12 12:23:44 -04:00
Zain Jaffal
31c2cf1136
[Remarks] Introduce count subcommand for llvm-remarkutil. (#66214)
This tool is a generic remark counter reporting count based on specified
properties. The counter can be used to count remarks individually and
filter them based on name, type and pass or count using remark
arguments.
2023-10-12 16:03:39 +01:00