Version: (using Devel) OS: Linux Installed from: Compiled sources Following file is valid C++ file: #include <typeinfo> #include <stdio.h> class X { }; void test() { X *object; printf("type: %s\n", typeid(object).name()); } But kdevelop marks line with printf as invalid (does not accept .name() as valid).
I think we already have another report open about typeid, but I can't find it right now.
marking as duplicate. *** This bug has been marked as a duplicate of bug 207377 ***