We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Example code:
typedef unsigned long ULong; enum Color { RED = 1, GREEN, BLUE }; struct Point { int x; int y; }; union DataValue { int iVal; float fVal; char cVal; };
Actual:
Expected: