[clang][Sema] Fix crash introduced in b2cd9db5 (#66954)
Old iterator is invalidated upon SmallVector elements additions. Stores index instead of iterator to avoid this. Fixes https://github.com/llvm/llvm-project/issues/66938 PR: https://github.com/llvm/llvm-project/pull/66954
parent
43812c8c
Please register or sign in to comment