[all-commits] [llvm/llvm-project] 0fbe3f: [mlir][sparse] Fixes C++98 warning

wren romano via All-commits all-commits at lists.llvm.org
Fri May 27 13:42:31 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0fbe3f3f486e01448121f7931a4ca29fac1504ab
      https://github.com/llvm/llvm-project/commit/0fbe3f3f486e01448121f7931a4ca29fac1504ab
  Author: wren romano <2998727+wrengr at users.noreply.github.com>
  Date:   2022-05-27 (Fri, 27 May 2022)

  Changed paths:
    M mlir/lib/ExecutionEngine/SparseTensorUtils.cpp

  Log Message:
  -----------
  [mlir][sparse] Fixes C++98 warning

The semicolons were introduced in D126105 in order to correct clang-format, but I forgot this file must be compiled as C++98 rather than C++11.

Reviewed By: aartbik

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




More information about the All-commits mailing list