> Thanks, everyone! One further question, is there anything preventing us from > working with the current clang ToT? Have there been severe API changes since > we wrote this code?
The best way to know is to try. :-) Clang's C++ API changes from minor version to minor version. We've had to add ifdefs every time since 3.2, so my guess is that there have been changes. They don't even try to keep it stable, shunting you to the plain C API (which is less capable) if you want stability. I'd certainly take patches toward top-of-tree support; we're going to need them eventually. Cheers, Erik _______________________________________________ dev-static-analysis mailing list [email protected] https://lists.mozilla.org/listinfo/dev-static-analysis
