[PATCH] D68072: [clang-format] Reference qualifiers in member templates causing extra indentation.

Andreas Wass via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 28 12:35:22 PDT 2019


AndWass updated this revision to Diff 222299.
AndWass added a comment.

Removed the manual paranthesis-tracking, using NestingLevel instead.
Moved tests to the already existing `UnderstandsFunctionRefQualification` test case.
Clarified what is being matched against in `TokenAnnotator::spaceRequiredBetween`


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

https://reviews.llvm.org/D68072

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68072.222299.patch
Type: text/x-patch
Size: 6274 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190928/a7bfce4c/attachment.bin>


More information about the cfe-commits mailing list