================
@@ -31,6 +31,6 @@ Options
    A semicolon-separated list of names of types allowed to be copied in each
    iteration. Regular expressions are accepted, e.g. `[Rr]ef(erence)?$` matches
    every type with suffix `Ref`, `ref`, `Reference` and `reference`. The 
default
----------------
vbvictor wrote:

@nicovank, yes, I can make this change.
As far as I understand only _Ref_, _ref_, _Reference_ and _reference_ should be 
changed but not _[Rr]ef(erence)?$_.
It got a little tricky for me since _Ref_ only refers to a suffix of potential 
c++ type, so it doesn't fall in double back-ticks category.

https://github.com/llvm/llvm-project/pull/122957
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to