[PATCH] D44765: PR36643 Make clang-format support more generic TMarcos
Teodor Petrov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 21 17:31:59 PDT 2018
obfuscated created this revision.
obfuscated added a reviewer: krasimir.
Herald added a subscriber: klimek.
This patch changes the check for _T to detect TMarcos with a more generic check.
This makes it possible to format wxWidgets projects (where wxT is used a lot) correctly.
Patch by Teodor Petrov
Repository:
rC Clang
https://reviews.llvm.org/D44765
Files:
lib/Format/ContinuationIndenter.cpp
lib/Format/FormatToken.h
lib/Format/FormatTokenLexer.cpp
unittests/Format/FormatTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44765.139399.patch
Type: text/x-patch
Size: 5925 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180322/a466d09c/attachment-0001.bin>
More information about the cfe-commits
mailing list