riccibruno added a comment.

Note that I am planning two improvements as a follow-up to this patch:

- For a parameter `(unnamed variable at {{.*}}:<line>:<col> of type <type>)` -> 
`(unnamed parameter at {{.*}}:<line>:<col> of type <type>)`
- For a lambda:
  - `(unnamed class at {{.*}}:<line>:<col>)` -> `(lambda at 
{{.*}}:<line>:<col>)`
  - For a captured field in the lambda class: `(unnamed field at 
{{.*}}:<line>:<col> of type <type>)` -> something which refers to the captured 
entity instead of the unnamed field.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84658

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

Reply via email to