Synopsis - Issue Tracker

Bug16 Editing

Title Source links should expose the *beginning* of the declaration
Created on 2003-10-13.20:58:34 by dave, last changed 2006-09-05.15:33:02 by anonymous.
assigned to priority normal
type severity normal
components general platform Windows
status new resolution
depends on superseded by
Add Comment:
File
CC List:? dave, jsrinivasa

Messages
Author: dave Date: 2003-10-13.20:58:34
See 

Private Typedef Details: 
detail::select_bases::type bases 
types

[Source] 


in boost-python-class_.html
Author: stefan Date: 2005-06-08.02:51:04
Some detail:

it appears instead of linking to the beginning of
the declaration, it links to the beginning of the
declarator (which can make a big difference in
multi-line declarations).
Author: stefan Date: 2005-06-08.02:56:16
May be the AST (in its current form) isn't the best
device for this, as we track individual declarators
each in its own AST.Declaration, which thus carries
the line number the declarator appeared in, not the
start of the declaration.
If we used the PTree for this cross-referencing it
might work much better. Hmm...
History
Date User Action Args
2003-10-13 20:58:34davecreate
2005-06-08 02:51:05stefansetmessages: + msg440
2005-06-08 02:56:16stefansetmessages: + msg441
2006-09-05 15:33:02anonymoussetplatforms: + Windows
components: + general
nosy: + jsrinivasa