[clang] [analyzer][NFC] Remove check::BranchCondition from debug.DumpTraversal (PR #113906)

Balazs Benics via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 31 08:02:25 PDT 2024


=?utf-8?q?DonĂ¡t?= Nagy <donat.nagy at ericsson.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/113906 at github.com>


https://github.com/steakhal approved this pull request.

There are fundamental problems with using stdout and FileCheck. Those assertions (`CHECK` line) depend on their relative ordering. However, the ordering of the top-level entry points may change by design. This made it impractical in the past to use FileCheck for tests, and was generally avoided.

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


More information about the cfe-commits mailing list