diff options
author | Alex Zinenko <zinenko@google.com> | 2020-10-16 18:30:08 +0200 |
---|---|---|
committer | Alex Zinenko <zinenko@google.com> | 2020-10-19 11:16:04 +0200 |
commit | e7c90418fc8acce383b1bd0e54ae1751d1a2c2c6 (patch) | |
tree | 44047e1fe14723bced8c91a97b6527403103e2e5 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | f35707047e216e99052c15b04fe508d075b6121b (diff) | |
download | llvm-e7c90418fc8acce383b1bd0e54ae1751d1a2c2c6.zip llvm-e7c90418fc8acce383b1bd0e54ae1751d1a2c2c6.tar.gz llvm-e7c90418fc8acce383b1bd0e54ae1751d1a2c2c6.tar.bz2 |
[mlir] Use `let arguments =` syntax instead of inheritance in LLVM dialect
LLVM dialect has been defining Op arguments by deriving the `Arguments` ODS
class. This has arguably worse readability due to large indentation caused by
multiple derivations, and is inconsistent with other ODS files. Use the `let
arguments` form instead.
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D89560
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions