[lldb-dev] LLDB Evolution

Pavel Labath via lldb-dev lldb-dev at lists.llvm.org
Thu Aug 11 08:43:37 PDT 2016


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 <zturner at 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.convey at gmail.com> wrote:
>>
>> On Thu, Aug 11, 2016 at 11:18 AM, Adrian McCarthy <amccarth at 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


More information about the lldb-dev mailing list