JsonFieldFlags

Each flag represents a field that can be included in the JSON output.

NOTE: set type to uint so its size matches C++ unsigned type

Values

ValueMeaning
none0
compilerInfo(1 << 0)
buildInfo(1 << 1)
modules(1 << 2)
semantics(1 << 3)
Suggestion Box / Bug Report