Summary: | KDevPlatform C++ parser does not know "xor" keyword | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Stefan Majewsky <majewsky> |
Component: | Language Support: CPP (old) | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | batyiev |
Priority: | LO | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Stefan Majewsky
2010-02-03 23:39:27 UTC
Not working keywords are: "bitand", "and_eq", "bitor", "or_eq", "xor", "xor_eq", "compl". Note: highlighting works just fine. Furthermore: there are some code pretending to be able to parse "xor", "xor_eq" and "or_eq" but they still highlighted as problem ones. The lexer seems to handle this just fine. Cannot reproduce. Moving all the bugs from the CPP Parser. It was not well defined the difference between it and C++ Language Support and people kept reporting in both places indistinctively |