[PATCH] D109642: -Wunused-but-set-parameter/-Wunused-but-set-variable Add to the release notes

2021-09-11 Thread Sylvestre Ledru via Phabricator via cfe-commits
sylvestre.ledru created this revision. sylvestre.ledru added reviewers: mbenfield, tstellar, lebedev.ri. sylvestre.ledru requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D109642

[PATCH] D109642: -Wunused-but-set-parameter/-Wunused-but-set-variable Add to the release notes

2021-09-11 Thread Sylvestre Ledru via Phabricator via cfe-commits
sylvestre.ledru added a comment. To land in the 13.x branch Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D109642/new/ https://reviews.llvm.org/D109642 ___ cfe-commits mailing list cfe-commits@lists.llvm.

[clang-tools-extra] c6bf8b8 - Fix python 2-vs-3 issues in add_new_check.py and rename_check.py

2021-09-11 Thread Kirill Bobyrev via cfe-commits
Author: Matt Beardsley Date: 2021-09-11T09:52:50+02:00 New Revision: c6bf8b8592431a4e39aeb20cc185b8fae0d52e43 URL: https://github.com/llvm/llvm-project/commit/c6bf8b8592431a4e39aeb20cc185b8fae0d52e43 DIFF: https://github.com/llvm/llvm-project/commit/c6bf8b8592431a4e39aeb20cc185b8fae0d52e43.diff

[PATCH] D109127: Fix python 2-vs-3 issues in add_new_check.py and rename_check.py

2021-09-11 Thread Kirill Bobyrev via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGc6bf8b859243: Fix python 2-vs-3 issues in add_new_check.py and rename_check.py (authored by mattbeardsley, committed by kbobyrev). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https:

[PATCH] D109127: Fix python 2-vs-3 issues in add_new_check.py and rename_check.py

2021-09-11 Thread Kirill Bobyrev via Phabricator via cfe-commits
kbobyrev added a comment. Done, thank you again for noticing! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D109127/new/ https://reviews.llvm.org/D109127 ___ cfe-commits mailing list cfe-commits@lists.llv

[PATCH] D109487: [X86] Support *_set1_pch(Float16 _Complex h)

2021-09-11 Thread LuoYuanke via Phabricator via cfe-commits
LuoYuanke accepted this revision. LuoYuanke added a comment. This revision is now accepted and ready to land. LGTM, thanks. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D109487/new/ https://reviews.llvm.org/D109487

[clang] 2aaa646 - [X86] Support *_set1_pch(Float16 _Complex h)

2021-09-11 Thread via cfe-commits
Author: Wang, Pengfei Date: 2021-09-11T17:47:31+08:00 New Revision: 2aaa6466fe00a1720a1c62c6d35b3d3efaf13160 URL: https://github.com/llvm/llvm-project/commit/2aaa6466fe00a1720a1c62c6d35b3d3efaf13160 DIFF: https://github.com/llvm/llvm-project/commit/2aaa6466fe00a1720a1c62c6d35b3d3efaf13160.diff

[PATCH] D109487: [X86] Support *_set1_pch(Float16 _Complex h)

2021-09-11 Thread Pengfei Wang via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG2aaa6466fe00: [X86] Support *_set1_pch(Float16 _Complex h) (authored by pengfei). Changed prior to commit: https://reviews.llvm.org/D109487?vs=371

[PATCH] D109408: [libcxxabi] NFC: fix incorrect indentation of braces

2021-09-11 Thread Arthur O'Dwyer via Phabricator via cfe-commits
Quuxplusone added a comment. I was going to land this just now, but then realized that I've lost the thread of why we're doing most of this. Why are we touching clang/test/SemaCXX/? So I'm going to land just the fixing of the curly braces in libcxxabi/src/. Comment at: libcxx

[PATCH] D109408: [libcxxabi] NFC: fix incorrect indentation of braces

2021-09-11 Thread Arthur O'Dwyer via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG6e91666e2864: [libcxxabi] NFC: fix incorrect indentation of braces (authored by zhouyizhou, committed by arthur.j.odwyer). Changed prior to commit:

[PATCH] D109408: [libcxxabi] NFC: fix incorrect indentation of braces

2021-09-11 Thread zhouyizhou via Phabricator via cfe-commits
zhouyizhou added a comment. In D109408#2996092 , @Quuxplusone wrote: > I was going to land this just now, but then realized that I've lost the > thread of why we're doing most of this. Why are we touching > clang/test/SemaCXX/? So I'm going to land jus

[clang] 2b4cad5 - [clang] Enable the special enable_if_t diagnostics for libc++'s __enable_if_t as well.

2021-09-11 Thread Arthur O'Dwyer via cfe-commits
Author: Arthur O'Dwyer Date: 2021-09-11T13:44:51-05:00 New Revision: 2b4cad5e471c60edae528979fa5f3edde844ac34 URL: https://github.com/llvm/llvm-project/commit/2b4cad5e471c60edae528979fa5f3edde844ac34 DIFF: https://github.com/llvm/llvm-project/commit/2b4cad5e471c60edae528979fa5f3edde844ac34.diff

[PATCH] D109411: [clang] Enable the special enable_if_t diagnostics for libc++'s __enable_if_t as well.

2021-09-11 Thread Arthur O'Dwyer via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG2b4cad5e471c: [clang] Enable the special enable_if_t diagnostics for libc++'s __enable_if_t… (authored by arthur.j.odwyer). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://revie

[PATCH] D105191: [Clang][OpenMP] Add support for Static Device Libraries

2021-09-11 Thread Ye Luo via Phabricator via cfe-commits
ye-luo added a comment. @saiislam do my test cases work on your side? I tried this patch and still got linking failure. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D105191/new/ https://reviews.llvm.org/D105191 ___

[PATCH] D109652: [PowerPC] Restrict various P10 options to P10 only.

2021-09-11 Thread Amy Kwan via Phabricator via cfe-commits
amyk created this revision. amyk added reviewers: PowerPC, nemanjai, stefanp. amyk added projects: LLVM, PowerPC. Herald added subscribers: shchenz, kbarton. amyk requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. This patch attempts to restri

[PATCH] D109653: Fix some definitions on AVR target

2021-09-11 Thread Mara Sophie Grosch via Phabricator via cfe-commits
LittleFox94 created this revision. LittleFox94 added a reviewer: cfe-commits. Herald added subscribers: Jim, dylanmckay. LittleFox94 requested review of this revision. Herald added a project: clang. Fix definitions in AVR target for MCUs xmega16a4u and xmega128a4u to match avr-libc. Repository:

[PATCH] D109653: Fix some definitions on AVR target

2021-09-11 Thread Mara Sophie Grosch via Phabricator via cfe-commits
LittleFox94 added a comment. I guess this would have qualified for post-commit review, but since this would have been my first commit I made myself, I want to be careful ^^ Comments on this would be nice, if this would have been ok to just commit. Repository: rG LLVM Github Monorepo CHANGES

[PATCH] D109654: [clang] disable implicit moves when not in CPlusPLus

2021-09-11 Thread Matheus Izvekov via Phabricator via cfe-commits
mizvekov created this revision. mizvekov updated this revision to Diff 372103. mizvekov added a comment. mizvekov published this revision for review. mizvekov added a reviewer: NoQ. Herald added a project: clang. Herald added a subscriber: cfe-commits. . This simplifies the AST a little bit when

[PATCH] D105756: [clang] C++98 implicit moves are back with a vengeance

2021-09-11 Thread Matheus Izvekov via Phabricator via cfe-commits
mizvekov added a comment. @NoQ I have made a DR for that change: D109654 Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D105756/new/ https://reviews.llvm.org/D105756 ___

[PATCH] D109653: Fix some definitions on AVR target

2021-09-11 Thread Shivam Gupta via Phabricator via cfe-commits
xgupta accepted this revision. xgupta added a comment. This revision is now accepted and ready to land. Thanks! ref - https://www.microchip.com/en-us/product/ATxmega16A4U Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D109653/new/ https://reviews.ll