[clang] 1b66306 - [KMSAN] Enable on PowerPC64 (#73611)

2024-06-11 Thread via cfe-commits
Author: NMiehlbradt Date: 2024-06-12T13:32:39+08:00 New Revision: 1b66306c9c1adce20e2f3cfb1df0af2fb6a10318 URL: https://github.com/llvm/llvm-project/commit/1b66306c9c1adce20e2f3cfb1df0af2fb6a10318 DIFF: https://github.com/llvm/llvm-project/commit/1b66306c9c1adce20e2f3cfb1df0af2fb6a10318.diff L

[clang] [llvm] [KMSAN] Enable on PowerPC64 (PR #73611)

2024-06-11 Thread Yingwei Zheng via cfe-commits
https://github.com/dtcxzyw closed https://github.com/llvm/llvm-project/pull/73611 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-tools-extra] [llvm] [clangd] Avoid bogus error about recursive inclusion (PR #95200)

2024-06-11 Thread Nathan Ridge via cfe-commits
https://github.com/HighCommander4 created https://github.com/llvm/llvm-project/pull/95200 Fixes https://github.com/clangd/clangd/issues/337 >From 063d7f4977f0d75f88484c1110ca465aa50fc90a Mon Sep 17 00:00:00 2001 From: Nathan Ridge Date: Wed, 12 Jun 2024 01:20:15 -0400 Subject: [PATCH] [clangd]

[clang] [clang-tools-extra] [llvm] [clangd] Avoid bogus error about recursive inclusion (PR #95200)

2024-06-11 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang @llvm/pr-subscribers-llvm-support Author: Nathan Ridge (HighCommander4) Changes Fixes https://github.com/clangd/clangd/issues/337 --- Full diff: https://github.com/llvm/llvm-project/pull/95200.diff 4 Files Affected: - (modified) clang-tools-ext

[clang] [clang-tools-extra] [llvm] [clangd] Avoid bogus error about recursive inclusion (PR #95200)

2024-06-11 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-tools-extra Author: Nathan Ridge (HighCommander4) Changes Fixes https://github.com/clangd/clangd/issues/337 --- Full diff: https://github.com/llvm/llvm-project/pull/95200.diff 4 Files Affected: - (modified) clang-tools-extra/clangd/unittests/Sy

[clang] [clang-tools-extra] [llvm] [clangd] Avoid bogus error about recursive inclusion (PR #95200)

2024-06-11 Thread Nathan Ridge via cfe-commits
HighCommander4 wrote: This is @sam-mccall's patch from https://reviews.llvm.org/D78038, rebased and posted as a Github PR https://github.com/llvm/llvm-project/pull/95200 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cg

[clang] [clang-tools-extra] [llvm] [clangd] Avoid bogus error about recursive inclusion (PR #95200)

2024-06-11 Thread Nathan Ridge via cfe-commits
HighCommander4 wrote: The title of the PR can probably be improved. The current title describes the symptom the patch fixes rather than the change it makes (which I don't understand well). (I changed it from the Phabricator revision's title, which was "[clangd] WIP: fix several bugs relating

[clang] [clang] Fix-it hint for `++this` -> `++*this` when deref is modifiable (PR #94159)

2024-06-11 Thread Rajveer Singh Bharadwaj via cfe-commits
Rajveer100 wrote: @Sirraide Can you land this for me? https://github.com/llvm/llvm-project/pull/94159 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-tools-extra] [llvm] [clangd] Avoid bogus error about recursive inclusion (PR #95200)

2024-06-11 Thread Nathan Ridge via cfe-commits
https://github.com/HighCommander4 converted_to_draft https://github.com/llvm/llvm-project/pull/95200 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-tools-extra] [llvm] [clangd] Avoid bogus error about recursive inclusion (PR #95200)

2024-06-11 Thread Nathan Ridge via cfe-commits
HighCommander4 wrote: Converted to a draft because, as mentioned in https://github.com/clangd/clangd/issues/337#issuecomment-2162175454, the patch doesn't seem to actually fix the issue it's supposed to fix. https://github.com/llvm/llvm-project/pull/95200 __

[clang] 93d4fb0 - [clang][Interp] Support floats in APValues

2024-06-11 Thread Timm Bäder via cfe-commits
Author: Timm Bäder Date: 2024-06-12T08:15:36+02:00 New Revision: 93d4fb032ec1e069cfa5b800f3ca1c807f0d87ac URL: https://github.com/llvm/llvm-project/commit/93d4fb032ec1e069cfa5b800f3ca1c807f0d87ac DIFF: https://github.com/llvm/llvm-project/commit/93d4fb032ec1e069cfa5b800f3ca1c807f0d87ac.diff LO

[clang] [llvm] [RISCV] Add Smcsrind and Sscsrind extension (PR #93952)

2024-06-11 Thread via cfe-commits
https://github.com/YanWQ-monad updated https://github.com/llvm/llvm-project/pull/93952 >From afd92de1d6a04144110eaf358117a0ad3b37343b Mon Sep 17 00:00:00 2001 From: YanWQ-monad Date: Fri, 31 May 2024 16:11:43 +0800 Subject: [PATCH 1/4] [RISCV] Add smcsrind and sscsrind extension --- .../test/

[clang] [llvm] [RISCV] Add Smcsrind and Sscsrind extension (PR #93952)

2024-06-11 Thread via cfe-commits
YanWQ-monad wrote: > Conflicting files rebased. https://github.com/llvm/llvm-project/pull/93952 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] [clang-doc] Add basic e2e test (PR #93928)

2024-06-11 Thread via cfe-commits
PeterChou1 wrote: > Do we really need a full CSS when we're only checking the HTML? Could we just > include a super minimal (or even empty) CSS? I just realize we probably don't need any css or js we just need the files https://github.com/llvm/llvm-project/pull/93928

[clang] [Clang] Initialize AtLeastAsSpecialized to prevent undefined behavior in Sema::isTemplateTemplateParameterAtLeastAsSpecializedAs() (PR #95195)

2024-06-11 Thread via cfe-commits
cor3ntin wrote: as @mizvekov said, there is no UB here. A better improvement would be to let `runWithSufficientStackSpace` return a value, so we can write ```cpp bool AtLeastAsSpecialized = runWithSufficientStackSpace(/*...*/); ``` https://github.com/llvm/llvm-project/pull/95195 _

[clang] 2fe7238 - [RISCV] Add Smcsrind and Sscsrind extension (#93952)

2024-06-11 Thread via cfe-commits
Author: Monad Date: 2024-06-12T14:33:12+08:00 New Revision: 2fe72385a4964f80e7a1c5abcd426455e4127c03 URL: https://github.com/llvm/llvm-project/commit/2fe72385a4964f80e7a1c5abcd426455e4127c03 DIFF: https://github.com/llvm/llvm-project/commit/2fe72385a4964f80e7a1c5abcd426455e4127c03.diff LOG: [R

[clang] [llvm] [RISCV] Add Smcsrind and Sscsrind extension (PR #93952)

2024-06-11 Thread Yingwei Zheng via cfe-commits
https://github.com/dtcxzyw closed https://github.com/llvm/llvm-project/pull/93952 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang] Fix handling of brace ellison when building deduction guides (PR #94889)

2024-06-11 Thread Younan Zhang via cfe-commits
https://github.com/zyn0217 updated https://github.com/llvm/llvm-project/pull/94889 >From 217c00f47aaa65b113d1c1cfd93a9c4e1d235c1a Mon Sep 17 00:00:00 2001 From: Younan Zhang Date: Sun, 9 Jun 2024 11:49:18 +0800 Subject: [PATCH 1/5] [Clang] Fix two issues of CTAD for aggregates --- clang/lib/S

[clang] [Clang] Fix handling of brace ellison when building deduction guides (PR #94889)

2024-06-11 Thread Younan Zhang via cfe-commits
zyn0217 wrote: @hokein I realized the entire patch could be significantly simplified, in which we just don't need to perform the brace elision on a braced initializer. Can you take a second look at it? https://github.com/llvm/llvm-project/pull/94889

[clang] [llvm] [analyzer][NFC] Reorganize Z3 report refutation (PR #95128)

2024-06-11 Thread Balazs Benics via cfe-commits
https://github.com/steakhal updated https://github.com/llvm/llvm-project/pull/95128 >From 6b9a5a6902c3efca6ac7d6a5dabc8950767560cc Mon Sep 17 00:00:00 2001 From: Balazs Benics Date: Tue, 11 Jun 2024 16:53:46 +0200 Subject: [PATCH 1/2] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20in?= =?U

[clang] [Clang] Fix handling of brace ellison when building deduction guides (PR #94889)

2024-06-11 Thread Younan Zhang via cfe-commits
https://github.com/zyn0217 updated https://github.com/llvm/llvm-project/pull/94889 >From 217c00f47aaa65b113d1c1cfd93a9c4e1d235c1a Mon Sep 17 00:00:00 2001 From: Younan Zhang Date: Sun, 9 Jun 2024 11:49:18 +0800 Subject: [PATCH 1/6] [Clang] Fix two issues of CTAD for aggregates --- clang/lib/S

<    1   2   3   4   5