[clang] [Clang] [Sema] Fix bug in `_Complex float`+`int` arithmetic (PR #83063)

via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 27 09:38:16 PST 2024


Sirraide wrote:

> > Since this is a relatively benign bug, all things considered, does this even warrant a release note?
> 
> I think it should have a release note; it changes the layout of the AST which may impact folks writing AST matchers (clang-tidy checks, etc). But also, I think it does fix #31205 which is worth mentioning as users can notice the performance difference on multiplication and division (not so much on addition or subtraction, I believe).

Yeah, I wrote that before I noticed that there was an open issue about it iirc; I’ll add a release note for this.



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


More information about the cfe-commits mailing list