[PATCH] D79172: [clang-format] [PR45626] SpacesInAngles does not insert or preserve leading space before :: operator

Krasimir Georgiev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 30 07:56:19 PDT 2020


krasimir accepted this revision.
krasimir added a comment.
This revision is now accepted and ready to land.

Thank you!



================
Comment at: clang/unittests/Format/FormatTest.cpp:8486
 
+
   FormatStyle SpaceBetweenBraces = getLLVMStyle();
----------------
nit: I suppose this newline was not intended.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79172





More information about the cfe-commits mailing list