[clang] [clang] fix the unexpected controlflow in `ParseTentative.cpp` (PR #95917)

Kamil Dudka via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 19 07:44:26 PDT 2024


kdudka wrote:

@c8ef Cannot we simply replace `continue` with `break` to make it obvious what the code does?

It would silence the static analysis warning without changing the behavior...

https://github.com/llvm/llvm-project/pull/95917


More information about the cfe-commits mailing list