[clang] [Sema] add cast from IncompleteArrayType to ConstantArrayType in TryReferenceListInitialization (PR #65918)

2023-09-10 Thread via cfe-commits
https://github.com/llvmbot labeled https://github.com/llvm/llvm-project/pull/65918 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D151515: [Sema] add cast from IncompleteArrayType to ConstantArrayType in TryReferenceListInitialization

2023-09-10 Thread Congcong Cai via Phabricator via cfe-commits
HerrCai0907 abandoned this revision. HerrCai0907 added a comment. https://github.com/llvm/llvm-project/pull/65918 Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D151515/new/ https://reviews.llvm.org/D151515 __

[clang] [Sema] add cast from IncompleteArrayType to ConstantArrayType in TryReferenceListInitialization (PR #65918)

2023-09-10 Thread Congcong Cai via cfe-commits
HerrCai0907 wrote: from https://reviews.llvm.org/D151515 https://github.com/llvm/llvm-project/pull/65918 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Sema] add cast from IncompleteArrayType to ConstantArrayType in TryReferenceListInitialization (PR #65918)

2023-09-10 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Changes Fixed: https://github.com/llvm/llvm-project/issues/62945 c++20 supports "Permit conversions to arrays of unknown bound". This need additional cast from IncompleteArrayType to ConstantArrayType in TryReferenceListInitialization -- Full diff: h

[PATCH] D159250: [X86][RFC] Add new option `-m[no-]evex512` to disable ZMM and 64-bit mask instructions for AVX512 features

2023-09-10 Thread Phoebe Wang via Phabricator via cfe-commits
pengfei added inline comments. Comment at: llvm/lib/Target/X86/X86Subtarget.cpp:271 + // Attach EVEX512 feature when we have AVX512 features and EVEX512 is not set. + size_t posNoEVEX512 = FS.rfind("-evex512"); pengfei wrote: > skan wrote: > > It seems the c

[clang] b19fe81 - [clang][deps] NFCI: Use `FileEntryRef` in `ModuleDepCollectorPP`

2023-09-10 Thread Jan Svoboda via cfe-commits
Author: Jan Svoboda Date: 2023-09-10T19:53:54-07:00 New Revision: b19fe81eb5012cf19eec22ec6f6db677ce1aee54 URL: https://github.com/llvm/llvm-project/commit/b19fe81eb5012cf19eec22ec6f6db677ce1aee54 DIFF: https://github.com/llvm/llvm-project/commit/b19fe81eb5012cf19eec22ec6f6db677ce1aee54.diff L

[clang-tools-extra] 797cad9 - [clang] NFCI: Use `FileEntryRef` in 'clang-tools-extra'

2023-09-10 Thread Jan Svoboda via cfe-commits
Author: Jan Svoboda Date: 2023-09-10T19:53:54-07:00 New Revision: 797cad9d32885ca7a0ccfa657eba5c739f189e98 URL: https://github.com/llvm/llvm-project/commit/797cad9d32885ca7a0ccfa657eba5c739f189e98 DIFF: https://github.com/llvm/llvm-project/commit/797cad9d32885ca7a0ccfa657eba5c739f189e98.diff L

[clang] [Driver] Remove duplicate -e on DragonFly (PR #65867)

2023-09-10 Thread Fangrui Song via cfe-commits
https://github.com/MaskRay approved this pull request. https://github.com/llvm/llvm-project/pull/65867 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [CMake] Add VE cache file (PR #65921)

2023-09-10 Thread Kazushi Marukawa via cfe-commits
https://github.com/kaz7 created https://github.com/llvm/llvm-project/pull/65921: Add VE cache file for the ease of compiling. >From fd2b43aaf57427699be9caab9ff32e1190b15de0 Mon Sep 17 00:00:00 2001 From: "Kazushi (Jam) Marukawa" Date: Mon, 11 Sep 2023 11:46:56 +0900 Subject: [PATCH] [CMake] Add

[clang] [CMake] Add VE cache file (PR #65921)

2023-09-10 Thread Kazushi Marukawa via cfe-commits
https://github.com/kaz7 labeled https://github.com/llvm/llvm-project/pull/65921 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [CMake] Add VE cache file (PR #65921)

2023-09-10 Thread Kazushi Marukawa via cfe-commits
https://github.com/kaz7 review_requested https://github.com/llvm/llvm-project/pull/65921 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [CMake] Add VE cache file (PR #65921)

2023-09-10 Thread via cfe-commits
https://github.com/llvmbot labeled https://github.com/llvm/llvm-project/pull/65921 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [CMake] Add VE cache file (PR #65921)

2023-09-10 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Changes Add VE cache file for the ease of compiling. -- Full diff: https://github.com/llvm/llvm-project/pull/65921.diff 1 Files Affected: - (added) clang/cmake/caches/VectorEngine.cmake (+124) diff --git a/clang/cmake/caches/VectorEngine.cmake b

[PATCH] D152054: [OpenMP] Codegen support for thread_limit on target directive

2023-09-10 Thread Kazushi Marukawa via Phabricator via cfe-commits
kaz7 added a comment. In D152054#4642793 , @tianshilei1992 wrote: > In D152054#4642725 , @kaz7 wrote: > >> I run check-openmp on our machine, this omp_get_thread_limit() returns >> default thread limit 214748364

[clang] [clang][Diagnostics] Add source range to uninitialized diagnostics (PR #65896)

2023-09-10 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr updated https://github.com/llvm/llvm-project/pull/65896: >From 0bdcbb6d3b6dc7baa91729b1aa76ee4c9069b961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Sun, 10 Sep 2023 14:28:02 +0200 Subject: [PATCH] [clang][Diagnostics] Add source range to uninit

[clang] fedc982 - [clang][Diagnostics] Add source range to uninitialized diagnostics (#65896)

2023-09-10 Thread via cfe-commits
Author: Timm Baeder Date: 2023-09-11T07:03:18+02:00 New Revision: fedc982731567fdd4fce00c697b3b617eb77b35d URL: https://github.com/llvm/llvm-project/commit/fedc982731567fdd4fce00c697b3b617eb77b35d DIFF: https://github.com/llvm/llvm-project/commit/fedc982731567fdd4fce00c697b3b617eb77b35d.diff L

[clang] [clang][Diagnostics] Add source range to uninitialized diagnostics (PR #65896)

2023-09-10 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr closed https://github.com/llvm/llvm-project/pull/65896 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D156659: [clangd] Rollforward include-cleaner library usage in symbol collector.

2023-09-10 Thread Kadir Cetinkaya via Phabricator via cfe-commits
kadircet accepted this revision. kadircet added a comment. This revision is now accepted and ready to land. thanks! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D156659/new/ https://reviews.llvm.org/D156659

[clang-tools-extra] d3cfc71 - [include-cleaner] Always keep non-self-contained files (#65499)

2023-09-10 Thread via cfe-commits
Author: kadir çetinkaya Date: 2023-09-11T07:22:52+02:00 New Revision: d3cfc7126c160641bc2630cdf2cbdb61abf8bc6d URL: https://github.com/llvm/llvm-project/commit/d3cfc7126c160641bc2630cdf2cbdb61abf8bc6d DIFF: https://github.com/llvm/llvm-project/commit/d3cfc7126c160641bc2630cdf2cbdb61abf8bc6d.dif

[clang-tools-extra] [include-cleaner] Always keep non-self-contained files (PR #65499)

2023-09-10 Thread kadir çetinkaya via cfe-commits
https://github.com/kadircet closed https://github.com/llvm/llvm-project/pull/65499 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D64087: [clang] Correct source locations for instantiations of out-of-line defaulted special member functions. (PR25683)

2023-09-10 Thread Vlad Serebrennikov via Phabricator via cfe-commits
Endill added a comment. @tahonermann Do you mind rebasing this on top of trunk if it's necessary? Might be a good idea to resubmit this as PR. Repository: rC Clang CHANGES SINCE LAST ACTION https://reviews.llvm.org/D64087/new/ https://reviews.llvm.org/D64087 __

[clang] [Clang][RISCV] Use Decl for checkRVVTypeSupport (PR #65778)

2023-09-10 Thread Yueh-Ting Chen via cfe-commits
https://github.com/eopXD closed https://github.com/llvm/llvm-project/pull/65778 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] 77b7b1a - [Clang][RISCV] Use Decl for checkRVVTypeSupport (#65778)

2023-09-10 Thread via cfe-commits
Author: Yueh-Ting (eop) Chen Date: 2023-09-11T14:19:34+08:00 New Revision: 77b7b1ad42157211d6779ca80d6eada27981f9d2 URL: https://github.com/llvm/llvm-project/commit/77b7b1ad42157211d6779ca80d6eada27981f9d2 DIFF: https://github.com/llvm/llvm-project/commit/77b7b1ad42157211d6779ca80d6eada27981f9d

[clang] [clang][dataflow] Remove RecordValue.getLog() usage in HTMLLogger (PR #65645)

2023-09-10 Thread via cfe-commits
https://github.com/martinboehme review_requested https://github.com/llvm/llvm-project/pull/65645 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

<    1   2   3