Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 172972

Summary: CDT-Parser
Product: [Tools] CDT Reporter: firefox78 <firefox78>
Component: cdt-coreAssignee: 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:

Description firefox78 CLA 2007-02-05 19:59:37 EST
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.
Comment 1 Doug Schaefer CLA 2007-02-05 20:12:23 EST
I know the PDOM is missing C++ templates. We will need this for content assist to work with this code.
Comment 2 Markus Schorn CLA 2007-02-06 04:00:05 EST

*** This bug has been marked as a duplicate of bug 172436 ***