1
0
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:
Michael Liao 2020-05-27 15:57:03 -04:00
parent 3770b35395
commit 471e025d5e

View File

@ -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 {