[clang][ExtractAPI] Fix appendSpace in DeclarationFragments
There is a bug in `DeclarationFragments::appendSpace` where the space character is added to a local copy of the last fragment. Differential Revision: https://reviews.llvm.org/D123259
Showing
- clang/lib/ExtractAPI/DeclarationFragments.cpp 2 additions, 2 deletionsclang/lib/ExtractAPI/DeclarationFragments.cpp
- clang/test/ExtractAPI/global_record.c 2 additions, 2 deletionsclang/test/ExtractAPI/global_record.c
- clang/test/ExtractAPI/global_record_multifile.c 2 additions, 2 deletionsclang/test/ExtractAPI/global_record_multifile.c
- clang/test/ExtractAPI/macro_undefined.c 2 additions, 2 deletionsclang/test/ExtractAPI/macro_undefined.c
- clang/test/ExtractAPI/objc_category.m 3 additions, 3 deletionsclang/test/ExtractAPI/objc_category.m
- clang/test/ExtractAPI/objc_interface.m 4 additions, 4 deletionsclang/test/ExtractAPI/objc_interface.m
Loading
Please register or sign in to comment