[Lldb-commits] [PATCH] D22081: Use shell cat command as a workaround if ADB stat cannot lookup a file

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 8 02:08:58 PDT 2016


labath added a comment.

Thanks for adding the additional checks. Looks good apart from the clang-format changes. This looks like the llvm style. I am not sure how you've run this but it does not seem to have picked up LLDB's `.clang-format` file.

Are you using git? You need to set `clangFormat.binary` setting to a sufficient new version (ideally the one you've just built), so it knows how to handle our `AlwaysBreakAfterReturnType: All` format. Then `git clang-format HEAD^` should just work (assuming you have git-clang-format in your path).


http://reviews.llvm.org/D22081





More information about the lldb-commits mailing list