On 2/9/12 3:15 PM, "ext Keno Fischer" <[email protected]> wrote:
>> Implement a new C++ parser > >Any plans on using Clang a parser? The wiki page mentioned Qt Creator's >AST, >but it seems like Qt Creator will be moving away from its own >implementation >in the future, so I think that might be something to consider. Also, since >the necessary work on Clang is being done for Qt Creator anyway (I'm >thinking of things like signals/slots) it might be worth to keep qdoc in >mind when working on Clang for Qt Creator. Any thoughts? I think that QDoc will indeed use the parser from Creator (whatever that will be, the last answer from Andre Poenitz was to use a hybrid), unless someone comes up with other great ideas. The problem stays that QDoc is not fully modularized (QDoc will depend on Creator/an independent module containing the parser). But maybe that is something we cannot circumvent (unless we let QtBase depend on Clang and have our own parser, but that will not work on every platform I assume). Casper _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
