[PATCH] D63482: [clang-tidy] Fix the YAML created for checks like modernize-pass-by-value

Dmitri Gribenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 3 02:12:06 PDT 2019


gribozavr added a comment.

SVN repo is still there.

However, I don't know how to commit using SVN, I commit using the git-svn integration (which still commits using the "svn" command under the hood, but as a user you will be interacting with a git repo).

  git clone https://github.com/llvm/llvm-project.git
  cd llvm-project
  ... make changes...
  cd llvm
  ./utils/git-svn/git-llvm push


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

https://reviews.llvm.org/D63482





More information about the cfe-commits mailing list