[all-commits] [llvm/llvm-project] 42060c: [mlir][DeclarativeParser][NFC] Use explicit type n...
River Riddle via All-commits
all-commits at lists.llvm.org
Fri Feb 21 16:14:56 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 42060c0a987076567814f97abdf485a55bf6018a
https://github.com/llvm/llvm-project/commit/42060c0a987076567814f97abdf485a55bf6018a
Author: River Riddle <riddleriver at gmail.com>
Date: 2020-02-21 (Fri, 21 Feb 2020)
Changed paths:
M mlir/tools/mlir-tblgen/OpFormatGen.cpp
Log Message:
-----------
[mlir][DeclarativeParser][NFC] Use explicit type names in TypeSwitch to
appease older GCC.
Older versions of GCC are unable to properly capture 'this' in template lambdas,
resulting in errors.
More information about the All-commits
mailing list