shafik added a comment.

So if I look at `ClangASTContext::AddMethodToCXXRecordType(...)` it has the 
following:

  if (is_artificial)
    return nullptr; // skip everything artificial

but why? if I look at the godbolt w/ an AST dump <https://godbolt.org/z/P2LjLM> 
it is not creating as a global function and it would seem that we would want 
this behavior as well.


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

https://reviews.llvm.org/D68130



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to