Hi Christian,

I don't think we will need to modify clang-format to resolve this. At
most we will need to disable the formatting in some regions.

Zachary,

I think we should first look at what kind of comment modifications is
clang-format doing and whether they are preventing us from doing our
stuff. I haven't had time to do that now, but I can look into it more
tomorrow.

pl

On 11 August 2016 at 16:36, Zachary Turner <ztur...@google.com> wrote:
> Can we fix this by putting a .clang-format style file in the tests/ folder
> that disables comment formatting? The sledgehammer approach would be
>
> CommentPragmas: .*
>
> But we can probably do it with a combination of more targeted options too
>
>
> On Thu, Aug 11, 2016 at 8:26 AM Christian Convey
> <christian.con...@gmail.com> wrote:
>>
>> On Thu, Aug 11, 2016 at 11:18 AM, Adrian McCarthy <amcca...@google.com>
>> wrote:
>> > I assume Christian Convey was referring to clang-format moving the
>> > "//breakpoint here" comments in the tests to different lines.
>>
>> That's correct.  I apologize for the confusion.
>>
>> - Christian
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to