Re: No completion candidates for a template case

Eric Ludlam <[email protected]> Sun, 18 Oct 2015 10:24:08 -0400
Newsgroups gmane.emacs.semantic
Message-ID <[email protected]>
On 10/09/2015 07:22 PM, Liang Wang wrote:
> Hi,
[...]

> I tried M-x semantic-analyze-current-context and here is the first
> part of output. It seems that prefix types are not found for b.
>
> Context Type: #<semantic-analyze-context semantic-analyze-context>
> Bounds: (396 . 396)
> Prefix: B b
>          ""
> Prefix Classes: 'function
>                  'variable
>                  'type
> Prefix Types: 'nil
> Encountered Errors: <none>

Hi,

I pushed an updated c parser for CEDET that should enable this case to 
work.  Thanks for the nice simplified example.

For everyone else on the list - I ended up refactoring a bunch of stuff 
in the C++ parser to help make the debugger work better.  Please try out 
your favorite bit of code to see if we're missing any tests in the test 
suite.

Thanks!
Eric

------------------------------------------------------------------------------