Bug 225445 - KDevPlatform C++ parser does not know "xor" keyword
Summary: KDevPlatform C++ parser does not know "xor" keyword
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (old) (show other bugs)
Version: unspecified
Platform: Compiled Sources Unspecified
: LO normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-03 23:39 UTC by Stefan Majewsky
Modified: 2013-03-31 00:57 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Majewsky 2010-02-03 23:39:27 UTC
Version:           3.9.97 (using Devel)
Installed from:    Compiled sources

Title says it all. "and" and "or" are known, but "xor" is not, though g++ recognizes it. Now that's your chance to get into the list of people who most quickly fixed a bug.
Comment 1 Andrey Batyiev 2011-04-01 00:40:34 UTC
Not working keywords are: "bitand", "and_eq", "bitor", "or_eq", "xor", "xor_eq", "compl".
Note: highlighting works just fine.
Comment 2 Andrey Batyiev 2011-04-01 00:47:56 UTC
Furthermore: there are some code pretending to be able to parse "xor", "xor_eq" and "or_eq" but they still highlighted as problem ones.
Comment 3 Kevin Funk 2012-12-05 20:41:32 UTC
The lexer seems to handle this just fine. Cannot reproduce.
Comment 4 Aleix Pol 2013-03-31 00:57:04 UTC
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