diff options
Diffstat (limited to 'clang/lib/CodeGen/CoverageMappingGen.h')
-rw-r--r-- | clang/lib/CodeGen/CoverageMappingGen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CoverageMappingGen.h b/clang/lib/CodeGen/CoverageMappingGen.h index 9ae2bcffe4c..70aed842924 100644 --- a/clang/lib/CodeGen/CoverageMappingGen.h +++ b/clang/lib/CodeGen/CoverageMappingGen.h @@ -72,7 +72,7 @@ public: StringRef FunctionNameValue, uint64_t FunctionHash, const std::string &CoverageMapping, - bool isUsed = true); + bool IsUsed = true); /// \brief Emit the coverage mapping data for a translation unit. void emit(); |