The operator keyword preceded by a template closer should be annotated as TT_FunctionDeclarationName.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D155358
[clang-format] Correctly annotate overloaded operator function name ClosedPublic Authored by owenpan on Jul 15 2023, 1:00 AM.
Details Summary The operator keyword preceded by a template closer should be annotated as TT_FunctionDeclarationName.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project, Restricted Project. · View Herald TranscriptJul 15 2023, 1:00 AM This revision is now accepted and ready to land.Jul 15 2023, 2:05 AM This revision was landed with ongoing or failed builds.Jul 15 2023, 11:03 AM Closed by commit rGcc2ff02eaded: [clang-format] Correctly annotate overloaded operator function name (authored by owenpan). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 540708 clang/lib/Format/TokenAnnotator.cpp
clang/unittests/Format/TokenAnnotatorTest.cpp
|