woboq / moc-ng

A reimplementation of Qt's moc using libclang. Contains both a drop-in remplacement, and a plugin for the clang compiler.
https://woboq.com/blog/moc-with-clang.html
GNU General Public License v3.0
204 stars 23 forks source link

Why did this never take off? #17

Open Trass3r opened 4 years ago

Trass3r commented 4 years ago

Any blockers? I only found these information talking about performance: https://wiki.qt.io/Qt_Contributors_Summit_2019_-_moc_and_QMetaObject Especially the clang plugin seems to be a great approach.

arBmind commented 1 year ago

I guess the biggest downside is, that moc-ng clang plugin only works with clang. Also you have to compile the plugin for your local clang installation, which might not be under your control.