[Lldb-commits] [PATCH] D79811: WIP: Reenable creation of artificial methods in AddMethodToCXXRecordType(...)
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 14 12:31:11 PDT 2020
clayborg added a comment.
I really worry enabling this will make the expression parser start to emit errors if we change this. The best fix would be to ensure that the AST importer can correctly ignore implicit functions when comparing types.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79811/new/
https://reviews.llvm.org/D79811
More information about the lldb-commits
mailing list