[PATCH] D142296: [clang-format] Fix bugs in parsing C++20 module import statements

Owen Pan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 22 00:56:04 PST 2023


owenpan updated this revision to Diff 491135.
owenpan retitled this revision from "[clang-format] Fix a bug in parsing C++20 import statements" to "[clang-format] Fix bugs in parsing C++20 module import statements".
owenpan edited the summary of this revision.
owenpan added a comment.

Also fixed a potential bug in `export import ...`.


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

https://reviews.llvm.org/D142296

Files:
  clang/lib/Format/UnwrappedLineParser.cpp
  clang/lib/Format/UnwrappedLineParser.h
  clang/unittests/Format/FormatTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142296.491135.patch
Type: text/x-patch
Size: 4219 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230122/9b754303/attachment.bin>


More information about the cfe-commits mailing list