[PATCH] D78879: [clang-format] [PR45357] Fix issue found with operator spacing

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 27 03:10:56 PDT 2020


MyDeveloperDay updated this revision to Diff 260261.
MyDeveloperDay added a comment.

@sylvestre.ledru , @Abpostelnicu

I believe to fix your original request you need a combination of D76850: clang-format: Fix pointer alignment for overloaded operators (PR45107) <https://reviews.llvm.org/D76850> and this fix (this fix will handle the `* *` issue in `gecko-dev/ipc/mscom/Ptr.h`

I've run this  new binary over `gecko-dev/ipc/mscom` and `gecko-dev/xpcom/ds` and it shows now clang-format warnings

I hope this helps


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78879/new/

https://reviews.llvm.org/D78879

Files:
  clang/lib/Format/TokenAnnotator.cpp
  clang/unittests/Format/FormatTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78879.260261.patch
Type: text/x-patch
Size: 5733 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200427/9bdad1e4/attachment.bin>


More information about the cfe-commits mailing list