[PATCH] D80087: Fixed a typo in the comment for allocateBuffer()

Lei Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 18 11:54:31 PDT 2020


antiagainst accepted this revision.
antiagainst added a comment.

Awesome! It's great to see your first path, George! :) I'll land this.



================
Comment at: mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp:1
 //===- StandardToLLVM.cpp - Standard to LLVM dialect conversion -----------===//
 //
----------------
mehdi_amini wrote:
> Might be useful to install clang-format on your development machine for future patches.
+1. Also you can run git clang-format to format the code.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80087/new/

https://reviews.llvm.org/D80087





More information about the llvm-commits mailing list