[Lldb-commits] [PATCH] D143652: [lldb][DWARFASTParserClang] Attach linkage name to ctors/dtors if missing

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 9 11:24:38 PST 2023


aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.

Nice!



================
Comment at: lldb/test/API/lang/cpp/external_ctor_dtor_lookup/TestExternalCtorDtorLookup.py:2
+"""
+Test that we can constructors/destructors
+without a linkage name because they are
----------------
This sentence misses a verb :-)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143652



More information about the lldb-commits mailing list