lvzixun / Clang-Complete

a auto complete plugin for sublimetext3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

autocomplete "sizeof" keyword incorrect

camercu opened this issue · comments

When using the autocomplete feature, the "sizeof" keyword/function completes as "size_tsizeof(expression-or-type)". I believe the size_t part is supposed to be the return type, not something appended to the sizeof() function. I'm using Mac OS X 10.9 (Mavericks) with Sublime Text 3 (Build 3083).

A screenshot:
image