[clang] [RecursiveASTVisitor] Fix RecursiveASTVisitor (RAV) fails to visit the initializer of a bitfield (PR #69557)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 25 22:57:02 PDT 2023
================
@@ -650,6 +650,9 @@ Bug Fixes to AST Handling
`Issue 64170 <https://github.com/llvm/llvm-project/issues/64170>`_
- Fixed ``hasAnyBase`` not binding nodes in its submatcher.
(`#65421 <https://github.com/llvm/llvm-project/issues/65421>`_)
+- Fixed a bug where RecursiveASTVisitor (RAV) fails to visit the
----------------
cor3ntin wrote:
```suggestion
- Fixed a bug where RecursiveASTVisitor fails to visit the
```
https://github.com/llvm/llvm-project/pull/69557
More information about the cfe-commits
mailing list