Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / ProfileData / CoverageMapping.cpp
index 0804bd05f7408af60ec36dd9bd48089aa3dd82e2..b6c2489bd5c68c1c8ad09cfe1d21dbf4ba308933 100644 (file)
@@ -350,7 +350,7 @@ public:
     return Segments;
   }
 };
-}
+} // namespace
 
 std::vector<StringRef> CoverageMapping::getUniqueSourceFiles() const {
   std::vector<StringRef> Filenames;
@@ -521,7 +521,7 @@ class CoverageMappingErrorCategoryType : public std::error_category {
     llvm_unreachable("A value of coveragemap_error has no message.");
   }
 };
-}
+} // namespace
 
 static ManagedStatic<CoverageMappingErrorCategoryType> ErrorCategory;