KDAB / GammaRay

GammaRay is a tool to poke around in a Qt-application and also to manipulate the application to some extent.
https://www.kdab.com/gammaray
Other
1.63k stars 283 forks source link

.clang-format - add StatementAttributeLikeMacros: [emit] #1017

Closed winterz closed 1 month ago

winterz commented 1 month ago

"Macros which are ignored in front of a statement, as if they were an attribute. So that they are not parsed as identifier, for example for Qts emit."

As recommended in https://github.com/llvm/llvm-project/issues/99758

to fix the spaces around the arrow operator problem