Bail-out of CheckArrayAccess when the types of the base expression before and after eventual casts are dependent. We will get another chance to check for array bounds during instantiation. Fixes PR41087.
Details
Details
- Reviewers
efriedma aaron.ballman - Commits
- rG95550e412f3a: [Sema] Don't check for array bounds when the types in the base expression are…
rC356957: [Sema] Don't check for array bounds when the types in the base expression are…
rL356957: [Sema] Don't check for array bounds when the types in the base expression are…
Diff Detail
Diff Detail
- Repository
- rL LLVM