Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

v1.0.0-rc.1

Choose a tag to compare

@juanjux juanjux released this 09 Dec 16:18
· 61 commits to master since this release
26bb13a

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.
  • #includes will be present in the semantic UAST as InlineImport 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 and QualifiedIdentifier.
  • Switch type properties (IsConst, IsVolatile, etc) will be shown again in the nodes even if they're false.
  • SDK version bumped.