Skip to content
Unverified Commit 897cc8a7 authored by Shivam Gupta's avatar Shivam Gupta Committed by GitHub
Browse files

[RecursiveASTVisitor] Fix RecursiveASTVisitor (RAV) fails to visit the...

[RecursiveASTVisitor] Fix RecursiveASTVisitor (RAV) fails to visit the initializer of a bitfield (#69557)

The problem was introduced in the commit
https://github.com/llvm/llvm-project/commit/6b8e3c02ca44fb6c3738bb0c75859c11a03e30ed
when the possibility of initialized bitfields was added, but the logic
in RecursiveASTVisitor was not updated. This PR fixed that.

This fixes https://github.com/llvm/llvm-project/issues/64916

.

Patch by Scott McPeak

---------

Co-authored-by: default avatarcor3ntin <corentinjabot@gmail.com>
parent c285b7f5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment