[clang-tidy] Fix crash in modernize-loop-convert when int is used as iterator (#78796)
Fix crash when built-in type (like int) is used as iterator, or when call to begin() return integer. Closes #78381
Loading
Please sign in to comment
Fix crash when built-in type (like int) is used as iterator, or when call to begin() return integer. Closes #78381