[PATCH] D74682: [mlir][DeclarativeParser] Add an 'attr-dict-with-keyword' directive

Lei Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 21 12:22:28 PST 2020


antiagainst accepted this revision.
antiagainst added inline comments.


================
Comment at: mlir/tools/mlir-tblgen/OpFormatGen.cpp:134
+public:
+  AttrDictDirective(bool withKeyword) : withKeyword(withKeyword) {}
+  bool isWithKeyword() const { return withKeyword; }
----------------
Nit: explicit?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74682/new/

https://reviews.llvm.org/D74682





More information about the llvm-commits mailing list