Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Put back the inadvertently removed line nextToken();, which was just before the outer while loop in parseModuleImport().
Paths
| Differential D142296
[clang-format] Fix bugs in parsing C++20 module import statements ClosedPublic Authored by owenpan on Jan 21 2023, 7:54 PM.
Details
Diff Detail
Event Timelineowenpan 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. Comment ActionsAlso fixed a potential bug in export import .... This revision is now accepted and ready to land.Jan 22 2023, 3:15 PM Comment Actions Put back the inadvertently removed line nextToken();, which was just before the outer while loop in parseModuleImport(). This revision was landed with ongoing or failed builds.Jan 23 2023, 2:35 PM Closed by commit rG02fd0020e577: [clang-format] Fix bugs in parsing C++20 module import statements (authored by owenpan). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 491511 clang/lib/Format/UnwrappedLineParser.h
clang/lib/Format/UnwrappedLineParser.cpp
clang/unittests/Format/FormatTest.cpp
|