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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to