Re: Problems with synopsis from trunk

Michael Lehn <[email protected]> Tue, 8 Mar 2011 23:19:58 +0100
Newsgroups gmane.comp.documentation.synopsis
Message-ID <[email protected]>
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 s=
ome 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 d=
eclarations 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

The following files where modified when I updated to revision 2056:

	U    Synopsis/Parsers/Cxx/ASGTranslator.hh
	U    Synopsis/Parsers/Cxx/ASGTranslator.cc
	U    Synopsis/Formatters/DocBook/Markup/RST.py
	U    Synopsis/Formatters/HTML/Markup/RST.py
	U    src/Support/utils.hh

I also was not able to find "clang_isDependentType" via grep ...

Michael