[PATCH] D123045: [clang][extract-api] Fix small issues with SymbolGraphSerializer

Zixu Wang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 6 10:08:58 PDT 2022


zixuw accepted this revision.
zixuw added a comment.

Unused include of declaration fragments in SymbolGraphSerializer. Otherwise LGTM!



================
Comment at: clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp:17
 #include "clang/ExtractAPI/API.h"
+#include "clang/ExtractAPI/DeclarationFragments.h"
 #include "llvm/Support/JSON.h"
----------------
zixuw wrote:
> Not needed
ping.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123045/new/

https://reviews.llvm.org/D123045



More information about the cfe-commits mailing list