There is a bug in DeclarationFragments::appendSpace where the space
character is added to a local copy of the last fragment.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D123259
[clang][ExtractAPI] Fix appendSpace in DeclarationFragments ClosedPublic Authored by zixuw on Apr 6 2022, 2:46 PM.
Details Summary There is a bug in DeclarationFragments::appendSpace where the space
Diff Detail
Event Timelinezixuw added a child revision: D123261: [clang][ExtractAPI] Fix declaration fragments for ObjC methods.Apr 6 2022, 2:58 PM This revision is now accepted and ready to land.Apr 6 2022, 3:33 PM This revision was landed with ongoing or failed builds.Apr 7 2022, 9:17 AM Closed by commit rGfe2c77a0065c: [clang][ExtractAPI] Fix appendSpace in DeclarationFragments (authored by zixuw). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 421240 clang/lib/ExtractAPI/DeclarationFragments.cpp
clang/test/ExtractAPI/global_record.c
clang/test/ExtractAPI/global_record_multifile.c
clang/test/ExtractAPI/macro_undefined.c
clang/test/ExtractAPI/objc_category.m
clang/test/ExtractAPI/objc_interface.m
|