[all-commits] [llvm/llvm-project] 12d16d: [MLIR][NFC] Remove tblgen:: prefix in TableGen/*.c...

Rahul Joshi via All-commits all-commits at lists.llvm.org
Wed Aug 12 14:42:05 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 12d16de538ce3726ea08ff415b34d97bed205a0d
      https://github.com/llvm/llvm-project/commit/12d16de538ce3726ea08ff415b34d97bed205a0d
  Author: Rahul Joshi <jurahul at google.com>
  Date:   2020-08-12 (Wed, 12 Aug 2020)

  Changed paths:
    M mlir/include/mlir/TableGen/OpClass.h
    M mlir/lib/TableGen/Argument.cpp
    M mlir/lib/TableGen/Attribute.cpp
    M mlir/lib/TableGen/Dialect.cpp
    M mlir/lib/TableGen/Format.cpp
    M mlir/lib/TableGen/OpClass.cpp
    M mlir/lib/TableGen/OpTrait.cpp
    M mlir/lib/TableGen/Operator.cpp
    M mlir/lib/TableGen/Pattern.cpp
    M mlir/lib/TableGen/Predicate.cpp

  Log Message:
  -----------
  [MLIR][NFC] Remove tblgen:: prefix in TableGen/*.cpp files

- Add "using namespace mlir::tblgen" in several of the TableGen/*.cpp files and
  eliminate the tblgen::prefix to reduce code clutter.

Differential Revision: https://reviews.llvm.org/D85800




More information about the All-commits mailing list