This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
alignof(i) not colored as a keyword #246
Open
Description
Use int a = alignof(char)
. The colorization of alignof is as a function instead of a keyword (it colors as a keyword without the parenthesis). It should match sizeof(). This repros with Atom and VS Code. See microsoft/vscode-cpptools#938 .