[clang] [clang] fix the unexpected control flow in ParseTentative.cpp (PR #109298)

via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 20 22:06:18 PDT 2024


c8ef wrote:

> But that function _does_ have a return statement after the loop?

I assumed that the entire function body was enclosed within the `while(true)` loop?

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


More information about the cfe-commits mailing list