Issue 151269
Summary [clang] No way to recognize lambda _expression_ in DWARF
Labels clang
Assignees
Reporter zhihaoy
    GCC's practice is to mark the `operator()` `DW_AT_artificial`. It does the job and makes perfect sense (i.e., it's a synthesized `operator()` that the user did not declare).

(Older GCC also names the unnamed closing class type, but newer GCC no longer does it, and tools have adapted since then).
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to