[cfe-dev] Clang Format not-deterministic?

Bram De Jong via cfe-dev cfe-dev at lists.llvm.org
Mon Dec 3 02:30:31 PST 2018


Hi All,

I've been noticing that clang-format either seems to be non-deterministic
or there is a difference between "-i" and "-output-replacements-xml".

I.e. if you do:
$ clang-format -style=file -i source_code.cpp
$ clang-format -style=file -output-replacements-xml source_code.cpp

The second command outputs replacements...

Should I file a bug for this and if so, where?

Bram
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20181203/d7ddd9d6/attachment.html>


More information about the cfe-dev mailing list