This repository has been archived by the owner on Mar 8, 2020. It is now read-only.
v1.0.0-rc.1
First release candidate pending more testing with real world code before tagging as final 1.0.
- Includes preprocessor information for all preprocessor nodes in a separate subtree hanging from the root node.
#include
s will be present in the semantic UAST asInlineImport
nodes.- Nodes expanded from a preprocessor macro will be tagged as such with the
ExpandedFromMacro
property that will point to the macro they've expanded from. - Many fixes and improvements to existing annotations like
FunctionGroup
andQualifiedIdentifier
. - Switch type properties (
IsConst
,IsVolatile
, etc) will be shown again in the nodes even if they're false. - SDK version bumped.