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

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


dang added inline comments.


================
Comment at: clang/include/clang/ExtractAPI/API.h:1129
 template <>
-struct has_function_signature<CXXInstanceMethodRecord> : public std::true_type {};
+struct has_function_signature<CXXInstanceMethodRecord> : public std::true_type {
+};
----------------
Can we get rid of these types of changes to keep the commit history. In general we don't reformat code as part of a bigger patch.


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