Releases: dtolnay/clang-ast
Releases · dtolnay/clang-ast
0.1.27
- Change interner used for location information from fnv to foldhash
0.1.25
- Update
rustc-hash
dependency to 2.0
0.1.24
- Add node kinds for ExcludeFromExplicitInstantiationAttr and StandaloneDebugAttr
0.1.23
- Add node kinds for BinaryConditionalOperator, DesignatedInitExpr, IndirectGotoStmt, StmtExpr (#29, thanks @liona24)
0.1.22
- Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
0.1.21
- Add node kinds for FileScopeAsmDecl and SubstTemplateTypeParmPackType
0.1.20
- Speed up a bottleneck in hashing interned filepaths during deserialization
0.1.19
- Documentation improvements