https://github.com/nikic approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/73974
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/Rajveer100 edited
https://github.com/llvm/llvm-project/pull/70594
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Rajveer100 wrote:
@cor3ntin
Could you describe the format of the `release note` briefly so I can `amend` my
`commit` accordingly?
https://github.com/llvm/llvm-project/pull/70594
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.ll
Author: Brad Smith
Date: 2023-12-02T05:15:30-05:00
New Revision: 37da4e3d80d7136121e74e2b8d23afb14ae7ab69
URL:
https://github.com/llvm/llvm-project/commit/37da4e3d80d7136121e74e2b8d23afb14ae7ab69
DIFF:
https://github.com/llvm/llvm-project/commit/37da4e3d80d7136121e74e2b8d23afb14ae7ab69.diff
LO
https://github.com/brad0 closed https://github.com/llvm/llvm-project/pull/73974
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/nikic approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/72912
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: Corentin Jabot
Date: 2023-12-02T13:35:27+01:00
New Revision: 19e2174d54356e1654583a65ff9cd38eccf797ee
URL:
https://github.com/llvm/llvm-project/commit/19e2174d54356e1654583a65ff9cd38eccf797ee
DIFF:
https://github.com/llvm/llvm-project/commit/19e2174d54356e1654583a65ff9cd38eccf797ee.diff
https://github.com/ldionne updated
https://github.com/llvm/llvm-project/pull/68753
>From 5e53337f16aa446d6a2dc764d347ea37b22c3a56 Mon Sep 17 00:00:00 2001
From: Louis Dionne
Date: Tue, 10 Oct 2023 16:35:11 -0700
Subject: [PATCH 1/5] [libc++] Allow running the test suite with optimizations
This
https://github.com/mgorny approved this pull request.
Code LGTM but please add a note to the release notes, as was requested.
https://github.com/llvm/llvm-project/pull/74025
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org
https://github.com/philnik777 updated
https://github.com/llvm/llvm-project/pull/73376
>From 563f86bddc0ec59b63c6aeffee2342f027c09119 Mon Sep 17 00:00:00 2001
From: Nikolas Klauser
Date: Fri, 1 Dec 2023 18:16:36 +0100
Subject: [PATCH 1/2] [clang] Fix crash when declaring invalid lambda member
-
philnik777 wrote:
> The tests changes look mostly unrelated to this PR
They mostly are. I found this while trying to check C++03 with the test and
noticed that C++11 also crashes, so I updated the test to also run in C++11.
https://github.com/llvm/llvm-project/pull/74110
__
https://github.com/philnik777 edited
https://github.com/llvm/llvm-project/pull/74110
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
@@ -92,14 +94,14 @@ namespace ImplicitCapture {
[] { return ref_i; }; // expected-error {{variable 'ref_i' cannot be
implicitly captured in a lambda with no capture-default specified}}
expected-note {{lambda expression begins here}} expected-note 2 {{capture
'ref_i' by}} e
@@ -92,14 +94,14 @@ namespace ImplicitCapture {
[] { return ref_i; }; // expected-error {{variable 'ref_i' cannot be
implicitly captured in a lambda with no capture-default specified}}
expected-note {{lambda expression begins here}} expected-note 2 {{capture
'ref_i' by}} e
@@ -92,14 +94,14 @@ namespace ImplicitCapture {
[] { return ref_i; }; // expected-error {{variable 'ref_i' cannot be
implicitly captured in a lambda with no capture-default specified}}
expected-note {{lambda expression begins here}} expected-note 2 {{capture
'ref_i' by}} e
https://github.com/cor3ntin edited
https://github.com/llvm/llvm-project/pull/73376
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
yxsamliu wrote:
I think we should change signature of addLTOOptions. Instead of accepting a
single InputInfo, it should accept InputInfoList. Then these ConstructJob
members will pass Inputs to addLTOOptions, and addLTOOptions will pick the
first file from it. This should be able to avoid repe
https://github.com/KanRobert created
https://github.com/llvm/llvm-project/pull/74199
Positive options: -mapx-features=
Negative options: -mno-apx-features=
-m[no-]apx-features is designed to be able to control separate APX
features.
Besides, we also support the flag -m[no-]apxf, which can be u
llvmbot wrote:
@llvm/pr-subscribers-clang
@llvm/pr-subscribers-backend-x86
Author: Shengchen Kan (KanRobert)
Changes
Positive options: -mapx-features=
Negative options: -mno-apx-features=
-m[no-]apx-features is designed to be able to con
Author: Nathan Sidwell
Date: 2023-12-02T11:54:59-05:00
New Revision: 1fa35f0b5dc2f3427fbade0eaaca6e2d8c32caef
URL:
https://github.com/llvm/llvm-project/commit/1fa35f0b5dc2f3427fbade0eaaca6e2d8c32caef
DIFF:
https://github.com/llvm/llvm-project/commit/1fa35f0b5dc2f3427fbade0eaaca6e2d8c32caef.diff
https://github.com/urnathan closed
https://github.com/llvm/llvm-project/pull/73264
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/urnathan ready_for_review
https://github.com/llvm/llvm-project/pull/74155
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clang
@llvm/pr-subscribers-clang-codegen
Author: Nathan Sidwell (urnathan)
Changes
This implements -Wstrict-aliasing(=[123])? along the same lines as GCC. It's
not 100% the same for reasons expanded on below. The default is level 3, and I
have verified
https://github.com/urnathan edited
https://github.com/llvm/llvm-project/pull/74155
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rikhuijzer created
https://github.com/llvm/llvm-project/pull/74200
This PR fixes https://github.com/llvm/llvm-project/issues/73383 and is another
shot at the refactoring proposed in
https://github.com/llvm/llvm-project/pull/72885.
>From 22928e7e5da508d8d9dc8d4b7e54f84cccade
llvmbot wrote:
@llvm/pr-subscribers-mlir-memref
@llvm/pr-subscribers-mlir-tensor
Author: Rik Huijzer (rikhuijzer)
Changes
This PR fixes https://github.com/llvm/llvm-project/issues/73383 and is another
shot at the refactoring proposed in
https://github.com/llvm/llvm-project/pull/72885.
-
https://github.com/petrhosek approved this pull request.
https://github.com/llvm/llvm-project/pull/73845
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: Vlad Serebrennikov
Date: 2023-12-02T21:25:00+03:00
New Revision: 2f9c922a12e9f15abe5f6b1a50d684414be47d26
URL:
https://github.com/llvm/llvm-project/commit/2f9c922a12e9f15abe5f6b1a50d684414be47d26
DIFF:
https://github.com/llvm/llvm-project/commit/2f9c922a12e9f15abe5f6b1a50d684414be47d26.
Author: Vlad Serebrennikov
Date: 2023-12-02T21:25:54+03:00
New Revision: 0c06e8745f131d867c566f4d35a7a04e24b4a075
URL:
https://github.com/llvm/llvm-project/commit/0c06e8745f131d867c566f4d35a7a04e24b4a075
DIFF:
https://github.com/llvm/llvm-project/commit/0c06e8745f131d867c566f4d35a7a04e24b4a075.
Author: Youngsuk Kim
Date: 2023-12-02T13:50:58-05:00
New Revision: c6381615ef9bc869a708ab8f786c4350f7e00ee7
URL:
https://github.com/llvm/llvm-project/commit/c6381615ef9bc869a708ab8f786c4350f7e00ee7
DIFF:
https://github.com/llvm/llvm-project/commit/c6381615ef9bc869a708ab8f786c4350f7e00ee7.diff
https://github.com/JOE1994 closed
https://github.com/llvm/llvm-project/pull/74179
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: sstwcw
Date: 2023-12-02T19:26:07Z
New Revision: b3e80d8ed251bfdad4a49fee19b8354eba407d1d
URL:
https://github.com/llvm/llvm-project/commit/b3e80d8ed251bfdad4a49fee19b8354eba407d1d
DIFF:
https://github.com/llvm/llvm-project/commit/b3e80d8ed251bfdad4a49fee19b8354eba407d1d.diff
LOG: [clang
https://github.com/sstwcw closed https://github.com/llvm/llvm-project/pull/71354
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/mtrofin closed
https://github.com/llvm/llvm-project/pull/73593
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/HazardyKnusperkeks approved this pull request.
https://github.com/llvm/llvm-project/pull/74176
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: Vlad Serebrennikov
Date: 2023-12-03T00:21:53+03:00
New Revision: 96070e1e4c13f53c2cef8178d64e206162923f54
URL:
https://github.com/llvm/llvm-project/commit/96070e1e4c13f53c2cef8178d64e206162923f54
DIFF:
https://github.com/llvm/llvm-project/commit/96070e1e4c13f53c2cef8178d64e206162923f54.
https://github.com/topperc closed
https://github.com/llvm/llvm-project/pull/72912
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/EricWF updated
https://github.com/llvm/llvm-project/pull/73998
>From 2e7676bac9fb0c8694dd1ee635508ae4d4a6421d Mon Sep 17 00:00:00 2001
From: Eric Fiselier
Date: Thu, 30 Nov 2023 17:23:37 -0500
Subject: [PATCH] Work around GCC test failure that is caused by enabling
optimizat
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff 7ec4f6094e54911794c142b5d88496a220d807d6
aaa004f3bd13743195865d5ab09f5ed81757b2a7 --
https://github.com/EricWF updated
https://github.com/llvm/llvm-project/pull/73998
>From 2e7676bac9fb0c8694dd1ee635508ae4d4a6421d Mon Sep 17 00:00:00 2001
From: Eric Fiselier
Date: Thu, 30 Nov 2023 17:23:37 -0500
Subject: [PATCH 1/2] Work around GCC test failure that is caused by enabling
optim
https://github.com/david-xl updated
https://github.com/llvm/llvm-project/pull/73845
>From 4c0f907dc778e8cfd0e41008b8b2970a016201b0 Mon Sep 17 00:00:00 2001
From: David Li
Date: Wed, 29 Nov 2023 11:56:31 -0800
Subject: [PATCH] Fix PGO documentation in user manual
---
clang/docs/UsersManual.rst
llvmbot wrote:
@llvm/pr-subscribers-backend-risc-v
Author: Eric Biggers (ebiggers)
Changes
This is an updated version of https://github.com/llvm/llvm-project/pull/69000,
which hasn't had activity in a few weeks
---
Patch is 272.35 KiB, truncated to 20.00 KiB below, full version:
https:
llvmbot wrote:
@llvm/pr-subscribers-llvm-support
@llvm/pr-subscribers-llvm-analysis
Author: Eric Biggers (ebiggers)
Changes
This is an updated version of https://github.com/llvm/llvm-project/pull/69000,
which hasn't had activity in a few weeks
---
Patch is 272.35 KiB, truncated to 20.00
ebiggers wrote:
No activity here in a few weeks, so I've opened
https://github.com/llvm/llvm-project/pull/74213 with an updated version of the
change.
https://github.com/llvm/llvm-project/pull/69000
___
cfe-commits mailing list
cfe-commits@lists.llvm
https://github.com/schenker created
https://github.com/llvm/llvm-project/pull/74215
Before this PR, readability-container-contains fixits did not handle integer
literal suffixes correctly. It e.g. changed
```
MyMap.count(2) != 0U;
```
into
```
MyMap.contains(2)U;
```
With this PR, it corre
llvmbot wrote:
@llvm/pr-subscribers-clang-tidy
Author: Thomas Schenker (schenker)
Changes
Before this PR, readability-container-contains fixits did not handle integer
literal suffixes correctly. It e.g. changed
```
MyMap.count(2) != 0U;
```
into
```
MyMap.contains(2)U;
```
With this
https://github.com/schenker updated
https://github.com/llvm/llvm-project/pull/74215
>From f93185fe2346e7184c17ff35fb82ba0873e040a1 Mon Sep 17 00:00:00 2001
From: Thomas Schenker
Date: Sat, 2 Dec 2023 11:10:26 +0100
Subject: [PATCH] [clang-tidy] readability-container-contains literal suffixes
B
https://github.com/schenker updated
https://github.com/llvm/llvm-project/pull/74215
>From e6afca50ae820ec2e8cc2d53fa68d09f5cd3b1ed Mon Sep 17 00:00:00 2001
From: Thomas Schenker
Date: Sat, 2 Dec 2023 11:10:26 +0100
Subject: [PATCH] [clang-tidy] readability-container-contains literal suffixes
B
https://github.com/EricWF updated
https://github.com/llvm/llvm-project/pull/73998
>From 2e7676bac9fb0c8694dd1ee635508ae4d4a6421d Mon Sep 17 00:00:00 2001
From: Eric Fiselier
Date: Thu, 30 Nov 2023 17:23:37 -0500
Subject: [PATCH 1/3] Work around GCC test failure that is caused by enabling
optim
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/74000
>From 672b71cc1003533460a82f06b7d24fbdc02ffd58 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Thu, 30 Nov 2023 14:44:07 -0800
Subject: [PATCH 1/2] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20in?=
=?U
https://github.com/vitalybuka closed
https://github.com/llvm/llvm-project/pull/74000
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
vitalybuka wrote:
> [mmalcomson](/mmalcomson)
https://github.com/llvm/llvm-project/pull/74000
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/vitalybuka reopened
https://github.com/llvm/llvm-project/pull/74000
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/wheatman updated
https://github.com/llvm/llvm-project/pull/69061
>From 894e8623689abe615600d768ef4fbedea78ab799 Mon Sep 17 00:00:00 2001
From: Brian Wheatman
Date: Sat, 14 Oct 2023 12:02:19 -0400
Subject: [PATCH] Remove warnings from -Wchar-subscripts for known positive
cons
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/74000
>From 672b71cc1003533460a82f06b7d24fbdc02ffd58 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Thu, 30 Nov 2023 14:44:07 -0800
Subject: [PATCH 1/3] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20in?=
=?U
https://github.com/wheatman created
https://github.com/llvm/llvm-project/pull/74220
…ation limit
>From 8990877d381639d8498630fd4e9b30732ab893d6 Mon Sep 17 00:00:00 2001
From: Brian Wheatman
Date: Sat, 2 Dec 2023 22:17:24 -0500
Subject: [PATCH] [clang] assert fail when number of arguments in pa
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: None (wheatman)
Changes
…ation limit
---
Full diff: https://github.com/llvm/llvm-project/pull/74220.diff
1 Files Affected:
- (modified) clang/lib/AST/ExprCXX.cpp (+1)
``diff
diff --git a/clang/lib/AST/ExprCXX.cpp b/clang/lib/
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff 38f75d606f94e6b552fd74d487b061a1f8f907fa
8990877d381639d8498630fd4e9b30732ab893d6 --
https://github.com/wheatman updated
https://github.com/llvm/llvm-project/pull/74220
>From 86e187f7f13c5cbb0d1afb9ebbe9c0e7022269a6 Mon Sep 17 00:00:00 2001
From: Brian Wheatman
Date: Sat, 2 Dec 2023 22:17:24 -0500
Subject: [PATCH] [clang] assert fail when number of arguments in pack exceed
imp
https://github.com/EugeneZelenko edited
https://github.com/llvm/llvm-project/pull/74215
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/EugeneZelenko requested changes to this pull request.
https://github.com/llvm/llvm-project/pull/74215
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
@@ -399,6 +399,10 @@ Changes in existing checks
` diagnositics to
highlight the const location
+- Improved :doc:`readability-container-contains
+ ` to correctly handle
+ interger literals with suffixes in fixits.
EugeneZelenko wrote:
`fix-its`.
https:/
wheatman wrote:
This is designed to detect bugs like
https://github.com/llvm/llvm-project/issues/71888 with an assert instead of
silently changing the meaning of the code.
an example of the code which the assert will trigger on is
```
#include
#include
template
constexpr auto static ma
https://github.com/snikitav updated
https://github.com/llvm/llvm-project/pull/74175
>From cb2bdf4a4cb9db2262920a0a474e2024e7a1406a Mon Sep 17 00:00:00 2001
From: Sizov Nikita
Date: Sat, 2 Dec 2023 04:53:32 +0300
Subject: [PATCH] Missing opt with ctlz and shifts of power of 2 constants
(#41333)
https://github.com/snikitav created
https://github.com/llvm/llvm-project/pull/74223
Currently windows build fails with:
```
# | error: 'cxx98-14-error' diagnostics expected but not seen:
# | File C:\ws\src\clang\test\CXX\drs\dr2xx.cpp Line 1297 (directive at
C:\ws\src\clang\test\CXX\drs\dr2
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Sizov Nikita (snikitav)
Changes
Currently windows build fails with:
```
# | error: 'cxx98-14-error' diagnostics expected but not seen:
# | File C:\ws\src\clang\test\CXX\drs\dr2xx.cpp Line 1297 (directive at
C:\ws\src\clang\test\CXX\drs
snikitav wrote:
@Endilll Im'sorry, not sure what to do in this situation, but I think current
master CI is broken and my patch might fix it. Is it ok to tag you or other
people, or should I wait for autoassigned reviewers?
https://github.com/llvm/llvm-project/pull/74223
___
https://github.com/snikitav edited
https://github.com/llvm/llvm-project/pull/74223
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/snikitav updated
https://github.com/llvm/llvm-project/pull/74223
>From 661c42716c494bb27449c2dd81e03cf0945f1cf1 Mon Sep 17 00:00:00 2001
From: Sizov Nikita
Date: Sun, 3 Dec 2023 06:56:08 +0300
Subject: [PATCH] Fix crash for windows clang unittest
---
clang/test/CXX/drs/dr2x
https://github.com/snikitav edited
https://github.com/llvm/llvm-project/pull/74223
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/snikitav updated
https://github.com/llvm/llvm-project/pull/74223
>From 41bae56752441a2b2e23ff04e3f0a03ef0d95743 Mon Sep 17 00:00:00 2001
From: Sizov Nikita
Date: Sun, 3 Dec 2023 06:56:08 +0300
Subject: [PATCH] Fix crash for windows clang unittest
---
clang/test/CXX/drs/dr2x
https://github.com/EricWF closed https://github.com/llvm/llvm-project/pull/73998
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: Vlad Serebrennikov
Date: 2023-12-03T09:02:58+03:00
New Revision: 19bef888a8c7c58bdf94d377fc485e050efb
URL:
https://github.com/llvm/llvm-project/commit/19bef888a8c7c58bdf94d377fc485e050efb
DIFF:
https://github.com/llvm/llvm-project/commit/19bef888a8c7c58bdf94d377fc485e050efb.
Endilll wrote:
It was my commit that broke bots, so it is only appropriate to tag me on this.
I committed a different fix just now 19bef888a8c7c58bdf94d377fc485e050efb
https://github.com/llvm/llvm-project/pull/74223
___
cfe-commits mailing list
cfe
Endilll wrote:
Thank you for looking into this!
https://github.com/llvm/llvm-project/pull/74223
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Endilll wrote:
https://lab.llvm.org/buildbot/#/builders/123/builds/23364 stage 1 checks run
successfully. You can close this PR as superseded by
19bef888a8c7c58bdf94d377fc485e050efb
https://github.com/llvm/llvm-project/pull/74223
___
cfe-commits
https://github.com/schenker updated
https://github.com/llvm/llvm-project/pull/74215
>From e6afca50ae820ec2e8cc2d53fa68d09f5cd3b1ed Mon Sep 17 00:00:00 2001
From: Thomas Schenker
Date: Sat, 2 Dec 2023 11:10:26 +0100
Subject: [PATCH 1/2] [clang-tidy] readability-container-contains literal
suffix
@@ -18469,9 +18469,22 @@ bool Sema::CheckOverridingFunctionReturnType(const
CXXMethodDecl *New,
// The new class type must have the same or less qualifiers as the old type.
- if (NewClassTy.isMoreQualifiedThan(OldClassTy)) {
+ if (!OldClassTy.isAtLeastAsQualifiedAs(NewCl
@@ -18469,9 +18469,22 @@ bool Sema::CheckOverridingFunctionReturnType(const
CXXMethodDecl *New,
// The new class type must have the same or less qualifiers as the old type.
- if (NewClassTy.isMoreQualifiedThan(OldClassTy)) {
+ if (!OldClassTy.isAtLeastAsQualifiedAs(NewCl
https://github.com/schenker edited
https://github.com/llvm/llvm-project/pull/74215
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/HighCommander4 approved this pull request.
LGTM, thank you!
https://github.com/llvm/llvm-project/pull/71366
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: Younan Zhang
Date: 2023-12-03T02:27:45-05:00
New Revision: 0fc69b1402d75704744c73e15d278dcc8f437f0e
URL:
https://github.com/llvm/llvm-project/commit/0fc69b1402d75704744c73e15d278dcc8f437f0e
DIFF:
https://github.com/llvm/llvm-project/commit/0fc69b1402d75704744c73e15d278dcc8f437f0e.diff
https://github.com/HighCommander4 closed
https://github.com/llvm/llvm-project/pull/71366
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/boomanaiden154 created
https://github.com/llvm/llvm-project/pull/74230
This patch adds in the ability to do a "three dot" git-clang-format between two
commits. This looks at the diff between the second commit and the common merge
base rather than comparing at the point of th
llvmbot wrote:
@llvm/pr-subscribers-clang-format
Author: Aiden Grossman (boomanaiden154)
Changes
This patch adds in the ability to do a "three dot" git-clang-format between two
commits. This looks at the diff between the second commit and the common merge
base rather than comparing at th
85 matches
Mail list logo