[PATCH] D79773: [clang-format] Improve clang-formats handling of concepts

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 20 05:56:06 PDT 2020


MyDeveloperDay updated this revision to Diff 265216.
MyDeveloperDay marked 2 inline comments as done.
MyDeveloperDay added reviewers: miscco, JakeMerdichAMD.
MyDeveloperDay added a comment.

Add new `AlwaysBreakBeforeConceptDeclarations`

Better handling of requires expressions vs constraint expression

add more concept tests from the twitter-sphere


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

https://reviews.llvm.org/D79773

Files:
  clang/docs/ClangFormatStyleOptions.rst
  clang/docs/ReleaseNotes.rst
  clang/include/clang/Format/Format.h
  clang/lib/Format/Format.cpp
  clang/lib/Format/FormatToken.h
  clang/lib/Format/TokenAnnotator.cpp
  clang/lib/Format/UnwrappedLineParser.cpp
  clang/lib/Format/UnwrappedLineParser.h
  clang/unittests/Format/FormatTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79773.265216.patch
Type: text/x-patch
Size: 22701 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200520/8bfa8b5f/attachment-0001.bin>


More information about the cfe-commits mailing list