[PATCH] D157579: [clang][ExtractAPI] Add support for C++ global function templates

Daniel Grumberg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 18 08:08:35 PDT 2023


dang accepted this revision.
dang added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: clang/include/clang/ExtractAPI/API.h:1077
     : public std::true_type {};
+template <>
+struct has_template<GlobalFunctionTemplateRecord> : public std::true_type {};
----------------
Mega nit, can we keep the GlobalFunction stuff grouped together?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157579



More information about the cfe-commits mailing list