[llvm] 49688b3 - Fix `-Wpedantic` warning. NFC.

Michael Liao via llvm-commits llvm-commits at lists.llvm.org
Wed May 27 12:57:34 PDT 2020


Author: Michael Liao
Date: 2020-05-27T15:57:03-04:00
New Revision: 49688b3c306d0bf918c0abeee030cfd56a17c348

URL: https://github.com/llvm/llvm-project/commit/49688b3c306d0bf918c0abeee030cfd56a17c348
DIFF: https://github.com/llvm/llvm-project/commit/49688b3c306d0bf918c0abeee030cfd56a17c348.diff

LOG: Fix `-Wpedantic` warning. NFC.

Added: 
    

Modified: 
    llvm/tools/llvm-cov/CoverageFilters.h

Removed: 
    


################################################################################
diff  --git a/llvm/tools/llvm-cov/CoverageFilters.h b/llvm/tools/llvm-cov/CoverageFilters.h
index ccaa7a9df590..33fd9929c59a 100644
--- a/llvm/tools/llvm-cov/CoverageFilters.h
+++ b/llvm/tools/llvm-cov/CoverageFilters.h
@@ -23,7 +23,7 @@ class SpecialCaseList;
 namespace coverage {
 class CoverageMapping;
 struct FunctionRecord;
-}; // namespace coverage
+} // namespace coverage
 
 /// Matches specific functions that pass the requirement of this filter.
 class CoverageFilter {


        


More information about the llvm-commits mailing list