zequanwu marked an inline comment as done. zequanwu added inline comments.
================ Comment at: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp:1356 + clang::AccessSpecifier previous_access = clang::AccessSpecifier::AS_none; + for (DeclContext::decl_iterator I = cxx_record_decl->decls_begin(), + E = cxx_record_decl->decls_end(); ---------------- shafik wrote: > This feels a bit expensive, we have to go through all the fields every time > we add a field. Use a map now. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D115062/new/ https://reviews.llvm.org/D115062 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits