[PATCH] D75244: [clang-format] Recognize C# named argument colons as a token type

Jonathan B Coe via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 27 05:21:13 PST 2020


jbcoe created this revision.
jbcoe added a reviewer: krasimir.
jbcoe added a project: clang-format.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

No longer merge 'name' and ':' into a single token.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75244

Files:
  clang/lib/Format/FormatToken.h
  clang/lib/Format/FormatTokenLexer.cpp
  clang/lib/Format/FormatTokenLexer.h
  clang/lib/Format/TokenAnnotator.cpp
  clang/unittests/Format/FormatTestCSharp.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75244.246920.patch
Type: text/x-patch
Size: 5658 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200227/cf1c312e/attachment.bin>


More information about the cfe-commits mailing list