[PATCH] D154038: [clang][ExtractAPI] Add semicolons to vars and fields and to test reference JSON
Daniel Grumberg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 30 01:59:18 PDT 2023
dang added inline comments.
================
Comment at: clang/lib/ExtractAPI/DeclarationFragments.cpp:437
.append(Var->getName(), DeclarationFragments::FragmentKind::Identifier)
+ .append(";", DeclarationFragments::FragmentKind::Text)
.append(std::move(After));
----------------
Should this be after the line below?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154038/new/
https://reviews.llvm.org/D154038
More information about the cfe-commits
mailing list