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.
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