[clang] [clang][Sema] Cleanup and optimize DiagnoseAssignmentEnum (PR #141471)

Timm Baeder via cfe-commits cfe-commits at lists.llvm.org
Thu May 29 04:05:15 PDT 2025


Timm =?utf-8?q?Bäder?= <tbaeder at redhat.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/141471 at github.com>


tbaederr wrote:

> How are you coming up w/ the target for your improvements? Is this something other folks could try and try and find some inspiration?

I ran the `SemaExpr.cpp` compilation command from the `compile_commands.json`  through valgrind, load the profile in `qcachegrind` and see what doesn't make sense.

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


More information about the cfe-commits mailing list