[PATCH] D145262: [clang-format] Treat AttributeMacros more like attribute macros

Jared Grubb via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat May 13 15:18:21 PDT 2023


jaredgrubb updated this revision to Diff 521953.
jaredgrubb added a comment.

Address review comments:

- remove redundant `&&`
- remove part of patch that was not tested by any test and should be its own patch on its own merits


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

https://reviews.llvm.org/D145262

Files:
  clang/lib/Format/ContinuationIndenter.cpp
  clang/lib/Format/ContinuationIndenter.h
  clang/lib/Format/TokenAnnotator.cpp
  clang/unittests/Format/FormatTestObjC.cpp
  clang/unittests/Format/TokenAnnotatorTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145262.521953.patch
Type: text/x-patch
Size: 18131 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230513/fed28126/attachment-0001.bin>


More information about the cfe-commits mailing list