@@ -0,0 +1,190 @@
+//===--===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apa
@@ -0,0 +1,190 @@
+//===--===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apa
@@ -0,0 +1,190 @@
+//===--===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apa
@@ -0,0 +1,190 @@
+//===--===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apa
https://github.com/PiotrZSL labeled
https://github.com/llvm/llvm-project/pull/65189
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
koute added a comment.
I know that there are still open issues regarding the psABI, but considering
how slow it's been going, couldn't we merge this in anyway and mark it as
experimental and subject to change? Please?
The patch is simple enough to not become a maintenance burden, and GCC alread
PiotrZSL wrote:
" Checks that class members are initialized in constructors (implicitly or
explicitly). Reports constructors or classes where class members are not
initialized."
This is exacly what cppcoreguidelines-pro-type-member-init is doing.
And provide same warnings:
```
10:7: warning: c
@@ -0,0 +1,105 @@
+//===--- CppInitClassMembersCheck.cpp - clang-tidy
===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Ap
@@ -0,0 +1,105 @@
+//===--- CppInitClassMembersCheck.cpp - clang-tidy
===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Ap
BeMg added a comment.
Thanks for the review.
I'm working on RISC-V FMV support, and we found the large set of extension
features is hard to maintain the priority that doesn't collision at all.
Lack the appropriate priority, it will generate the random mangling name. The
predictable mangling na
https://github.com/PiotrZSL requested changes to this pull request.
Do not re-implement thigns that are already covered by other check
(cppcoreguidelines-pro-type-member-init).
I don't see curently any point for this check.
If there are some small difrences bettwen this check and
cppcoreguideli
https://github.com/PiotrZSL edited
https://github.com/llvm/llvm-project/pull/65189
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: Fangrui Song
Date: 2023-09-01T21:32:24-07:00
New Revision: 678e3ee12351e525fa9d94e7ff68ba7c1a8ca657
URL:
https://github.com/llvm/llvm-project/commit/678e3ee12351e525fa9d94e7ff68ba7c1a8ca657
DIFF:
https://github.com/llvm/llvm-project/commit/678e3ee12351e525fa9d94e7ff68ba7c1a8ca657.diff
https://github.com/PiotrZSL review_requested
https://github.com/llvm/llvm-project/pull/65189
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: Serge Pavlov
Date: 2023-09-02T11:52:43+07:00
New Revision: 9fd57e4d48881b0f395621bd4a7aa8ec54dc6729
URL:
https://github.com/llvm/llvm-project/commit/9fd57e4d48881b0f395621bd4a7aa8ec54dc6729
DIFF:
https://github.com/llvm/llvm-project/commit/9fd57e4d48881b0f395621bd4a7aa8ec54dc6729.diff
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9fd57e4d4888: [clang] Support vectors in __builtin_isfpclass
(authored by sepavloff).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTI
cor3ntin wrote:
Just to note that this has some overlap with https://reviews.llvm.org/D159126
https://github.com/llvm/llvm-project/pull/65193
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-
https://github.com/cor3ntin labeled
https://github.com/llvm/llvm-project/pull/65193
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/cor3ntin labeled
https://github.com/llvm/llvm-project/pull/65193
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: Corentin Jabot
Date: 2023-09-02T08:05:49+02:00
New Revision: 890f11d60feffed4207afa58229da7bfaaff276e
URL:
https://github.com/llvm/llvm-project/commit/890f11d60feffed4207afa58229da7bfaaff276e
DIFF:
https://github.com/llvm/llvm-project/commit/890f11d60feffed4207afa58229da7bfaaff276e.diff
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG890f11d60fef: [Clang] Realize generic lambda call operators
are dependent sooner (authored by cor3ntin).
Changed prior to commit:
https://reviews.
cor3ntin updated this revision to Diff 63.
cor3ntin marked an inline comment as done.
cor3ntin added a comment.
Add and fix comments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159345/new/
https://reviews.llvm.org/D159345
Files:
clang/docs
cor3ntin added inline comments.
Comment at: clang/lib/Lex/Lexer.cpp:1761
+ getCharAndSize(CurPtr, FirstCodeUnitSize);
+ const char *CharStart = CurPtr + FirstCodeUnitSize - 1;
+ const char *UnicodePtr = CharStart;
shafik wrote:
> Do we need to verify that `Fir
brad updated this revision to Diff 64.
brad added a comment.
x86_64 test for TLS.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159390/new/
https://reviews.llvm.org/D159390
Files:
clang/lib/Basic/Targets/OSTargets.h
clang/lib/Driver/ToolCh
Author: Min-Yih Hsu
Date: 2023-09-01T23:25:08-07:00
New Revision: 230558e444c2e1af8f34f99e59433a3fb87ed758
URL:
https://github.com/llvm/llvm-project/commit/230558e444c2e1af8f34f99e59433a3fb87ed758
DIFF:
https://github.com/llvm/llvm-project/commit/230558e444c2e1af8f34f99e59433a3fb87ed758.diff
L
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG230558e444c2: [Clang][M68k] Use `DefineStd` for
target-specific macros (authored by myhsu).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAS
https://github.com/MaskRay approved this pull request.
https://github.com/llvm/llvm-project/pull/65185
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
201 - 227 of 227 matches
Mail list logo