[all-commits] [llvm/llvm-project] 801067: [mlir][lldb] Fix several gcc warnings in mlir and ...

Stella Stamenova via All-commits all-commits at lists.llvm.org
Mon Mar 1 13:49:46 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 801067f4c09bb8c3b625991c5adcb69b58eabaa1
      https://github.com/llvm/llvm-project/commit/801067f4c09bb8c3b625991c5adcb69b58eabaa1
  Author: Stella Stamenova <stilis at microsoft.com>
  Date:   2021-03-01 (Mon, 01 Mar 2021)

  Changed paths:
    M lldb/source/Commands/CommandObjectTrace.cpp
    M mlir/lib/Conversion/VectorToSPIRV/VectorToSPIRV.cpp
    M mlir/tools/mlir-linalg-ods-gen/mlir-linalg-ods-yaml-gen.cpp

  Log Message:
  -----------
  [mlir][lldb] Fix several gcc warnings in mlir and lldb

These warnings are raised when compiling with gcc due to either having too few or too many commas, or in the case of lldb, the possibility of a nullptr.

Reviewed By: mehdi_amini

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




More information about the All-commits mailing list