mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Fix -Wpedantic
warning. NFC.
This commit is contained in:
parent
3770b35395
commit
471e025d5e
@ -23,7 +23,7 @@ class SpecialCaseList;
|
|||||||
namespace coverage {
|
namespace coverage {
|
||||||
class CoverageMapping;
|
class CoverageMapping;
|
||||||
struct FunctionRecord;
|
struct FunctionRecord;
|
||||||
}; // namespace coverage
|
} // namespace coverage
|
||||||
|
|
||||||
/// Matches specific functions that pass the requirement of this filter.
|
/// Matches specific functions that pass the requirement of this filter.
|
||||||
class CoverageFilter {
|
class CoverageFilter {
|
||||||
|
Loading…
Reference in New Issue
Block a user