| Summary: | CDT-Parser | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | firefox78 <firefox78> |
| Component: | cdt-core | Assignee: | Project Inbox <cdt-core-inbox> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | bryan2233 |
| Version: | 4.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
I know the PDOM is missing C++ templates. We will need this for content assist to work with this code. *** This bug has been marked as a duplicate of bug 172436 *** |
CTestMain.cpp: //------------------------------------ #include <windows.h> #include <windowsx.h> #include <commctrl.h> #include <string> #include <iostream> #include <list> using namespace std; int main() { ; std::string str; str. return 0; } //------------------------------------ It's just a test.CDT can not parser STL well. "str." can not parser member and functions of std::string.But CDT parser win32 api well.I think whether CDT parser not more than 3 include files. This version is : cdt-SDK-4.0.0-I20070205 and cdt-SDK-4.0.0-I20070202.