- Notifications
You must be signed in to change notification settings - Fork 15.5k
Open
Labels
clang:as-a-librarylibclang and C++ APIlibclang and C++ API
Description
with the function:
int bar(auto p){};
using the C api,
autois reported as aTypeRefwith kindunexposedpis reported asParmDeclwith kindunexposed
I believe it should be only reporting p as ParmDecl with type Auto ( CXType_Auto in Index.h), not visiting the "auto" keyword at all. (Same as happens with VarDecl in the case of auto i = 42 )
Metadata
Metadata
Assignees
Labels
clang:as-a-librarylibclang and C++ APIlibclang and C++ API