[PATCH] D153557: [clang][ExtractAPI] Add support for C++ classes

Erick Velez via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 1 22:07:50 PDT 2023


evelez7 added inline comments.


================
Comment at: clang/include/clang/ExtractAPI/API.h:770
+template <>
+struct has_function_signature<CXXMethodRecord> : public std::true_type {};
+
----------------
dang wrote:
> Does `CXXInstanceMethodRecord` need one of these as well?
`CXXInstanceMethodRecord` inherits from `CXXMethodRecord` which holds the signature for all methods.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153557



More information about the cfe-commits mailing list