cpplearner wrote:

Unary `&&` is a GCC extension to get the address of a label. See 
https://gcc.gnu.org/onlinedocs/gcc/Labels-as-Values.html

Does this PR change the formatting of reasonable code that uses unary `&&`, 
e.g. `void *ptr; /* … */ ptr = &&foo;` in a function body?

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

Reply via email to