commit | 848da137186c745e105b4937e68cc5d6edd2d30c | [log] [tgz] |
---|---|---|
author | Xinliang David Li <davidxl@google.com> | Tue Jan 19 00:49:06 2016 +0000 |
committer | Xinliang David Li <davidxl@google.com> | Tue Jan 19 00:49:06 2016 +0000 |
tree | 448ca2daca3df066266d3777cd513c8ed39714ae | |
parent | 370cf00c9f685c70ed083b228f4a8e2ea42c294e [diff] [blame] |
Fix local variable name /NFC llvm-svn: 258106
diff --git a/clang/lib/CodeGen/CoverageMappingGen.h b/clang/lib/CodeGen/CoverageMappingGen.h index 9ae2bcff..70aed84 100644 --- a/clang/lib/CodeGen/CoverageMappingGen.h +++ b/clang/lib/CodeGen/CoverageMappingGen.h
@@ -72,7 +72,7 @@ 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();