[all-commits] [llvm/llvm-project] 7f5213: Use `const` for array pointers in `StandardTypes.h`

George Lyon via All-commits all-commits at lists.llvm.org
Sun Nov 29 10:18:42 PST 2020


  Branch: refs/heads/temp-test-main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7f521318e4f7d9e64907fad8c4bd83ddc037f8c6
      https://github.com/llvm/llvm-project/commit/7f521318e4f7d9e64907fad8c4bd83ddc037f8c6
  Author: George <989903+GeorgeLyon at users.noreply.github.com>
  Date:   2020-11-29 (Sun, 29 Nov 2020)

  Changed paths:
    M mlir/include/mlir-c/StandardTypes.h
    M mlir/lib/CAPI/IR/StandardTypes.cpp

  Log Message:
  -----------
  Use `const` for array pointers in `StandardTypes.h`

This mirrors the underlying C++ api.

Reviewed By: mehdi_amini

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




More information about the All-commits mailing list