[PATCH] D153714: [NFC] Add missing cpu tests in predefined-arch-macros.c

2023-06-27 Thread Freddy, Ye via Phabricator via cfe-commits
FreddyYe added a comment. ping this thread, too. Notice that this is an independent patch :-) Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D153714/new/ https://reviews.llvm.org/D153714 ___ cfe-commits ma

[clang] 2241146 - [NFC] [C++20] [Modules] Add a test for merging lambda types

2023-06-27 Thread Chuanqi Xu via cfe-commits
Author: Chuanqi Xu Date: 2023-06-28T13:41:39+08:00 New Revision: 2241146752f9260d077a6ac38f43069f945e85b4 URL: https://github.com/llvm/llvm-project/commit/2241146752f9260d077a6ac38f43069f945e85b4 DIFF: https://github.com/llvm/llvm-project/commit/2241146752f9260d077a6ac38f43069f945e85b4.diff LO

[clang] e9fb7d6 - [Fuchsia] Enable libcxx filesystem on Windows for stage 1 build

2023-06-27 Thread Petr Hosek via cfe-commits
Author: Petr Hosek Date: 2023-06-28T05:43:16Z New Revision: e9fb7d6972b9a48918ebffb61ef1472e1b1d7636 URL: https://github.com/llvm/llvm-project/commit/e9fb7d6972b9a48918ebffb61ef1472e1b1d7636 DIFF: https://github.com/llvm/llvm-project/commit/e9fb7d6972b9a48918ebffb61ef1472e1b1d7636.diff LOG: [F

[PATCH] D153674: [dataflow] Disallow implicit copy of Environment, use fork() instead

2023-06-27 Thread Zixuan Wu via Phabricator via cfe-commits
zixuan-wu added a comment. Hi, there is a compiling error introduced recently as like following when files under clang/lib/Analysis/FlowSensitive/ are being compiled such as TypeErasedDataflowAnalysis.cpp and Transfer.cpp. Does anybody meet also? > from /usr/include/c++/7/functional:60, > f

[PATCH] D152989: Pre-commit test for D151696.

2023-06-27 Thread Freddy, Ye 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 rG43baa5986c20: Pre-commit test for D151696. (authored by FreddyYe). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://review

[clang] 43baa59 - Pre-commit test for D151696.

2023-06-27 Thread Freddy Ye via cfe-commits
Author: Freddy Ye Date: 2023-06-28T13:53:35+08:00 New Revision: 43baa5986c20aa510144c0de9b7782050ccba530 URL: https://github.com/llvm/llvm-project/commit/43baa5986c20aa510144c0de9b7782050ccba530 DIFF: https://github.com/llvm/llvm-project/commit/43baa5986c20aa510144c0de9b7782050ccba530.diff LOG

[PATCH] D153714: [NFC] Add missing cpu tests in predefined-arch-macros.c

2023-06-27 Thread Kan Shengchen via Phabricator via cfe-commits
skan accepted this revision. skan added a comment. This revision is now accepted and ready to land. LGTM Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D153714/new/ https://reviews.llvm.org/D153714 ___ cfe

[PATCH] D139837: [Clang] Implements CTAD for aggregates P1816R0 and P2082R1

2023-06-27 Thread Corentin Jabot via Phabricator via cfe-commits
cor3ntin accepted this revision. cor3ntin added a comment. This revision is now accepted and ready to land. Please give @aaron.ballman a few days to get another look, but otherwise LGTM Thanks a lot for working on this and your patience during the review. Repository: rG LLVM Github Monorepo C

<    1   2   3