Releases: dtolnay/clang-ast
Releases · dtolnay/clang-ast
0.1.31
- Add node kind for SelectAnyAttr
0.1.30
- Add node kinds for AlignValueAttr, AvailableOnlyInDefaultEvalMethodAttr, MSAllocatorAttr, MSConstexprAttr, MSNoVTableAttr, MSVtorDispAttr, PragmaCommentDecl, PragmaDetectMismatchDecl, UnresolvedUsingType
0.1.29
- Add PartialEq impls for
str == clang_ast::Kind
and String == clang_ast::Kind
(#39)
0.1.28
- Add node kinds for ClassScopeFunctionSpecializationDecl, Decl, ImplicitConceptSpecializationDecl, SourceLocExpr
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