| Summary: | Function default argument isn't correctly parsed | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | cybek cybek <nomad.c4> |
| Component: | cdt-parser | Assignee: | Project Inbox <cdt-parser-inbox> |
| Status: | RESOLVED WORKSFORME | QA Contact: | Markus Schorn <mschorn.eclipse> |
| Severity: | normal | ||
| Priority: | P3 | CC: | cdtdoug |
| Version: | 8.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
cybek cybek
I was not able to reproduce the problem. Do you also see it for the following code?
#include "showtext.h"
void test() {
std::string x= "";
ShowText(10, 10, x);
}
It looks like single error in CDT Indexer. I turned it off and applied. And again turned it on, and all is working good. Maybe some freeze in indexing or something. Thanks for reply. Please reopen the bugzilla, in case you can reproduce the issue. |