Re: Problems with synopsis from trunk
Michael Lehn <[email protected]> Tue, 8 Mar 2011 23:44:32 +0100
| Newsgroups | gmane.comp.documentation.synopsis |
|---|---|
| Message-ID | <[email protected]> |
Am 08.03.2011 um 23:37 schrieb Stefan Seefeld: > On 2011-03-08 17:19, Michael Lehn wrote: >> Am 08.03.2011 um 23:00 schrieb Stefan Seefeld: >> = >>> On 2011-03-08 13:58, Stefan Seefeld wrote: >>>> On 2011-03-08 12:16, Michael Lehn wrote: >>>> = >>>>> However, in all cases the dumped file merely contains some tags about= some builtin types >>>> Thanks, I'll look at that as soon as possible. >>> I have just checked in some improvements that should fix some of this. >>> If you pass the "-Wp,primary-files-only=3DFalse" option, you should see= declarations and types also coming from included header files. >>> = >> Unfortunately it does not compile after I updated from svn: >> = >> /home/clientadmin/SYNOPSIS/synopsis/Synopsis/Parsers/Cxx/ASGTranslator.= cc:295: error: =91clang_isDependentType=92 was not declared in this scope > = > I had forgotten about a new clang API that I added (but which isn't yet c= hecked in). I've reverted that part of the code, so things should work agai= n with clang trunk right now. Sorry for that. > = Great! Compiles and everything (including the Dump formatter) is working! Thanks, Michael