Re: No completion candidates for a template case
Liang Wang <[email protected]> Mon, 19 Oct 2015 11:00:34 -0700
| Newsgroups | gmane.emacs.semantic |
|---|---|
| Message-ID | <CAO+NnCbWo+OR2AmDeyuzmYHkMXQTRU9cNbRpOwSnN71D2M592A@mail.gmail.com> |
On Sun, Oct 18, 2015 at 7:24 AM, Eric Ludlam <[email protected]> wrote: > 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. > Thanks for the fix. I used cedet/semantic within emacs before, but it seems that fix is only in cedet git repo. When I tried to integrate cedet into emacs, I got the following error message during startup. require: Autoloading failed to define function debug. I'm using emacs trunk and will try to debug this problem later. > 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 ------------------------------------------------------------------------------