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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits