[all-commits] [llvm/llvm-project] fc97a6: Move a second variable only used in an assert into...
Sterling-Augustine via All-commits
all-commits at lists.llvm.org
Thu Feb 18 13:26:41 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fc97a63db0d3488ce6c422a9545f8b0268760918
https://github.com/llvm/llvm-project/commit/fc97a63db0d3488ce6c422a9545f8b0268760918
Author: Sterling Augustine <saugustine at google.com>
Date: 2021-02-18 (Thu, 18 Feb 2021)
Changed paths:
M clang/lib/CodeGen/CoverageMappingGen.cpp
Log Message:
-----------
Move a second variable only used in an assert into the assert.
This prevents unused variable warnings when building without asserts.
More information about the All-commits
mailing list