Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.13.2, Qt Creator 4.15.0-rc1
-
None
-
-
2df71c579813f2c8c8a52941d8ec0208b32c9d5c (qt-creator/tqtc-qt-creator/4.15)
Description
enum E {
E1 = 1LU,
E2 = 1UL,
};
1LU line becomes red, breaking parsing for the rest of the enum.
It looks like only ULL/UL suffixes is recognized but other variants are valid C/C++ code.
Attachments
For Gerrit Dashboard: QTCREATORBUG-25604 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
343826,3 | Lexer: Support the integer suffixes LU and LLU also | 4.15 | qt-creator/qt-creator | Status: MERGED | +2 | 0 |