[all-commits] [llvm/llvm-project] 3bcb6a: Silence `-Wunused-private-field` warning on isIsol...
Christian Sigg via All-commits
all-commits at lists.llvm.org
Sat Apr 3 06:45:37 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3bcb6a389ff4338d76a25b7d9e0e3c40d84695be
https://github.com/llvm/llvm-project/commit/3bcb6a389ff4338d76a25b7d9e0e3c40d84695be
Author: Christian Sigg <csigg at google.com>
Date: 2021-04-03 (Sat, 03 Apr 2021)
Changed paths:
M mlir/lib/Parser/Parser.cpp
Log Message:
-----------
Silence `-Wunused-private-field` warning on isIsolatedFromAbove.
NDEBUG builds currently warn because it's only used inside an assert.
Reviewed By: mehdi_amini
Differential Revision: https://reviews.llvm.org/D99721
More information about the All-commits
mailing list