owenca wrote: > The Q_PROPERTY declaration is almost like a function declaration, but uses > keywords as parameter separators. This allows users to provide list of those > keywords to be used to control bin-packing of the macro parameters.
According to the Qt [`documentation`](https://doc.qt.io/qt-6/properties.html#requirements-for-declaring-properties), `Q_PROPERTY` "behaves like a class data member". IMO, a boolean option, e.g. `AllowBreakBeforeQPropertyKeyword` should suffice. https://github.com/llvm/llvm-project/pull/131605 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits