Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Bugs related to understanding of C++ code

Please give top priority to bugs that prevent CDT parser/indexer from understanding significant fraction of valid C++ code. Lack of code understanding defeats almost all nice CDT features including context assist, F3-navigation, call tree, etc. CDT 4.0 will fall short of becoming a full-functional IDE for C++ if the following bugzillas are not addressed:
177917 Type resolution does not work with class "using" directives
175470 Problem with parsing of standard gcc header files
186736 Parser does not understand smart pointers

175470 is particularly important since misunderstanding of the standard header files results in numerous problems throughout the code base.

-sergey

Back to the top