[Lldb-commits] [PATCH] Initial Assembly profiler for mips64

Zachary Turner zturner at google.com
Thu Feb 19 10:20:18 PST 2015


A change recently went in to the LLDB Coding Standard to remove the requirement that a space be inserted between function names and argument lists.  So "foo ()" becomes foo().  It would be nice if new code going forward could adhere to this.  If you want to do this very easily, then you can just run clang-format on your patch.  While your patch is staged in git, just run "git clang-format"   (src\llvm\tools\clang\tools\clang-format\git-clang-format will need to be in your PATH, and have +x permission)


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D7696

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list