[all-commits] [llvm/llvm-project] 5c0369: Fix escaping in RewriterGen.cpp.

Matthias Kramm via All-commits all-commits at lists.llvm.org
Thu Oct 21 14:33:31 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5c0369eceb2c64b80bf2db57ca6cac7db3e3957b
      https://github.com/llvm/llvm-project/commit/5c0369eceb2c64b80bf2db57ca6cac7db3e3957b
  Author: Matthias Kramm <kramm at google.com>
  Date:   2021-10-21 (Thu, 21 Oct 2021)

  Changed paths:
    M mlir/tools/mlir-tblgen/RewriterGen.cpp

  Log Message:
  -----------
  Fix escaping in RewriterGen.cpp.

When we escape strings for C++, make sure we use C++ escape
sequences. (In particular, \x22 instead of \22)

Reviewed By: Mogball

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




More information about the All-commits mailing list