[all-commits] [llvm/llvm-project] 1d3873: Move variable only used inside an assert into the ...
Sterling-Augustine via All-commits
all-commits at lists.llvm.org
Thu Jun 10 13:15:20 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d3873d41eca67e974bafbaa91866581bcc0d973
https://github.com/llvm/llvm-project/commit/1d3873d41eca67e974bafbaa91866581bcc0d973
Author: Sterling Augustine <saugustine at google.com>
Date: 2021-06-10 (Thu, 10 Jun 2021)
Changed paths:
M clang/lib/Serialization/ASTReaderStmt.cpp
Log Message:
-----------
Move variable only used inside an assert into the assert.
This prevents build failures with -Wunused.
More information about the All-commits
mailing list