[Lldb-commits] [PATCH] D30234: Reformat inferior's main.cpp in lldb-server test

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 23 01:51:52 PST 2017


labath accepted this revision.
labath added a comment.

In https://reviews.llvm.org/D30234#683880, @eugene wrote:

> I have added local .clang-format file. But it didn't change the way main.cpp was formated.


That's fine, I did not expect that to make a difference now. What it will do though, is make sure that any subsequent modifications conform to the formatting rules (if one runs e.g. "git clang-format"). Without this, it would pick up the .clang_format file in the parent test folder which says "don't touch anything".

LGTM.


https://reviews.llvm.org/D30234





More information about the lldb-commits mailing list