Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Re: code completion - implicit typedefinitions

Ok. I think I know the answer. Seems that the easest way is to extend
CPreprocessor and
to override setupMacroDictionary.


On Wed, Oct 21, 2009 at 9:34 PM, David Sariel <datosar@xxxxxxxxx> wrote:
> Hello,
>
> Is there exists a way to turn off implicit typedef suggestions (_time64_t,
> _dev_t etc) during code completion? getBindings function takes them by
> visiting PDOM database.
>
> Thank you
>
> David


Back to the top