[Lldb-commits] [lldb] [lldb][NFC] Move helpers to import record layout into ClangASTImporter (PR #83291)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 29 08:42:42 PST 2024
================
@@ -517,6 +520,207 @@ bool ClangASTImporter::CompleteType(const CompilerType &compiler_type) {
return false;
}
+template <class D, class O>
----------------
adrian-prantl wrote:
Not your code, but I'm wondering if there's an opportunity here to add a small doxygen comment to the top of the functions?
https://github.com/llvm/llvm-project/pull/83291
More information about the lldb-commits
mailing list