[Lldb-commits] [lldb] [lldb][DWARFASTParser][NFC] Factor out CXX/ObjC method specifics out of ParseSubroutine (PR #95078)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 11 02:19:12 PDT 2024
================
@@ -975,6 +975,226 @@ ConvertDWARFCallingConventionToClang(const ParsedDWARFTypeAttributes &attrs) {
return clang::CC_C;
}
+bool DWARFASTParserClang::HandleObjCMethod(
+ ObjCLanguage::MethodName const &objc_method, DWARFDIE const &die,
----------------
labath wrote:
I believe we normally put `const` before the type name.
https://github.com/llvm/llvm-project/pull/95078
More information about the lldb-commits
mailing list