[PATCH] D158239: [clang][ExtractAPI] Add support for namespaces

Daniel Grumberg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 21 05:39:19 PDT 2023


dang added inline comments.


================
Comment at: clang/include/clang/ExtractAPI/ExtractAPIVisitor.h:38
+namespace {
+inline SmallString<128> DetermineParentDecl(const DeclContext *Context) {
+  SmallString<128> ParentUSR;
----------------
I think this should compute both the parent decl and its USR.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158239



More information about the cfe-commits mailing list