[all-commits] [llvm/llvm-project] 4544a6: Move variable only used in an assert into the assert.
Sterling-Augustine via All-commits
all-commits at lists.llvm.org
Thu Feb 18 13:11:30 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4544a63b77056212af341722b2e04471a8ec0be6
https://github.com/llvm/llvm-project/commit/4544a63b77056212af341722b2e04471a8ec0be6
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 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