I'd like Manuel to take a look, but in general, please format Clang/LLVM
files with the correct style (i.e. "clang-format -style LLVM") :-).


On Wed, Nov 27, 2013 at 11:28 AM, jpark37 . <[email protected]> wrote:

> Hello there,
>
> I'm seeing newlines without carriage returns when using the clang-format
> plugin for Visual Studio. The issue seems to be that clang-format is not
> escaping newline characters when run with -output-replacements-xml, so the
> .NET XML stuff ends up collapsing \r\n down to \n. I've attached a patch
> that I've tested and appears to address the problem.
>
> - James
>
> _______________________________________________
> cfe-commits mailing list
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to