https://github.com/kazutakahirata closed
https://github.com/llvm/llvm-project/pull/141524
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/kazutakahirata created
https://github.com/llvm/llvm-project/pull/141382
None
>From e7b60cdd28b94d358959ef9551dc90735eceabc3 Mon Sep 17 00:00:00 2001
From: Kazu Hirata
Date: Sat, 24 May 2025 15:03:46 -0700
Subject: [PATCH] [clang] Fix a typo in documentation
---
clang/docs/
https://github.com/kazutakahirata closed
https://github.com/llvm/llvm-project/pull/141351
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/kazutakahirata closed
https://github.com/llvm/llvm-project/pull/141358
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/kazutakahirata created
https://github.com/llvm/llvm-project/pull/141373
try_emplace can default-construct values, so we do not need to do so
on our own.
>From c4590156c4dab5a70edca1056bc533a073f615e3 Mon Sep 17 00:00:00 2001
From: Kazu Hirata
Date: Sat, 24 May 2025 11:24:36
https://github.com/kazutakahirata created
https://github.com/llvm/llvm-project/pull/141371
None
>From 4b31c73fb378e6f3d3ea8b272574397c1ac8418e Mon Sep 17 00:00:00 2001
From: Kazu Hirata
Date: Sat, 24 May 2025 11:48:54 -0700
Subject: [PATCH] [StaticAnalyzer] Use llvm::is_contained (NFC)
---
.
https://github.com/kazutakahirata created
https://github.com/llvm/llvm-project/pull/141370
None
>From 0d1f3e67da90cd8aaf153736d30db05bea224b0c Mon Sep 17 00:00:00 2001
From: Kazu Hirata
Date: Sat, 24 May 2025 08:54:32 -0700
Subject: [PATCH] [StaticAnalyzer] Use llvm::count (NFC)
---
clang/un
https://github.com/kazutakahirata closed
https://github.com/llvm/llvm-project/pull/141370
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/kazutakahirata closed
https://github.com/llvm/llvm-project/pull/141371
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/kazutakahirata closed
https://github.com/llvm/llvm-project/pull/141373
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/kazutakahirata created
https://github.com/llvm/llvm-project/pull/141351
None
>From 1d24b61eff5dc9fb25a4769166374657041808a5 Mon Sep 17 00:00:00 2001
From: Kazu Hirata
Date: Fri, 23 May 2025 22:53:30 -0700
Subject: [PATCH] [clang] Use llvm::partition_point (NFC)
---
clang/l
https://github.com/kazutakahirata created
https://github.com/llvm/llvm-project/pull/141358
Note that getTimestampFilename just constructs a file name, so it's
mostly a "pure" function except possible heap allocation.
>From c30f6c7c2ebe80ad84f36fd9e4172f5323779a97 Mon Sep 17 00:00:00 2001
From:
Author: Kazu Hirata
Date: 2025-05-27T09:08:45-07:00
New Revision: f3b404be973507432cf86c177978d9de708d850c
URL:
https://github.com/llvm/llvm-project/commit/f3b404be973507432cf86c177978d9de708d850c
DIFF:
https://github.com/llvm/llvm-project/commit/f3b404be973507432cf86c177978d9de708d850c.diff
L
kazutakahirata wrote:
@cassiebeckley I'm getting the following warnings in lldb. Would you mind
taking a look? Thanks!
```
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp:4137:11: error:
enumeration value 'HLSLInlineSpirv' not handled in switch [-Werror,-Wswitch]
4137 | switch (q
kazutakahirata wrote:
> @kazutakahirata sure, I’ll take a look
@cassiebeckley I've posted #141687. Thanks!
https://github.com/llvm/llvm-project/pull/134034
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman
https://github.com/kazutakahirata closed
https://github.com/llvm/llvm-project/pull/140172
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/kazutakahirata created
https://github.com/llvm/llvm-project/pull/140200
None
Rate limit · GitHub
body {
background-color: #f6f8fa;
color: #24292e;
font-family: -apple-system,BlinkMacSystemFont,Segoe
UI,Helvetica
https://github.com/kazutakahirata created
https://github.com/llvm/llvm-project/pull/140216
None
>From e5e7345a829d06f21277187b63a652d26f619fcb Mon Sep 17 00:00:00 2001
From: Kazu Hirata
Date: Fri, 16 May 2025 00:47:21 -0700
Subject: [PATCH] [clang] Use llvm::binary_search (NFC)
---
clang/inc
https://github.com/kazutakahirata created
https://github.com/llvm/llvm-project/pull/140983
None
>From 5e16f3ea4637e1aab04a3f87f601a3e9c06c4449 Mon Sep 17 00:00:00 2001
From: Kazu Hirata
Date: Wed, 21 May 2025 14:12:52 -0700
Subject: [PATCH] [clang] Use llvm::find_if (NFC)
---
clang/lib/Analy
https://github.com/kazutakahirata created
https://github.com/llvm/llvm-project/pull/140985
None
>From 9d1d55f8c5283b71cac4893cd5c39a38d4c55353 Mon Sep 17 00:00:00 2001
From: Kazu Hirata
Date: Wed, 21 May 2025 14:09:49 -0700
Subject: [PATCH] [clang] Use llvm::is_contained (NFC)
---
clang/incl
https://github.com/kazutakahirata closed
https://github.com/llvm/llvm-project/pull/140985
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/kazutakahirata approved this pull request.
LGTM. I've verified that the warning goes away. Thank for fixing this quickly!
https://github.com/llvm/llvm-project/pull/141090
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http
https://github.com/kazutakahirata closed
https://github.com/llvm/llvm-project/pull/141090
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
kazutakahirata wrote:
@jansvoboda11 I've revered your PR due buildbot failures above (and my local
build failures with the same error messages). I'm happy to try your revised
patch to see if it build cleanly. Thanks!
https://github.com/llvm/llvm-project/pull/139584
_
kazutakahirata wrote:
> Could you please merge this to bring the buildbots back to green? Thanks!
Done!
https://github.com/llvm/llvm-project/pull/141090
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/lis
kazutakahirata wrote:
@jansvoboda11 I also see:
```
clang-tools-extra/clang-tidy/plugin/ClangTidyPlugin.cpp:45:51: error: too few
arguments to function call, expected 2, have 1
45 | Context->setDiagnosticsEngine(DiagEngine.get());
| ~
kazutakahirata wrote:
> > @jansvoboda11 I've revered your PR due buildbot failures above (and my
> > local build failures with the same error messages). I'm happy to try your
> > revised patch to see if it build cleanly. Thanks!
>
> I already forward-fixed both failures:
> [d25f95f](https://g
kazutakahirata wrote:
> Thanks, I'll fix those ASAP.
@jansvoboda11 Please feel free to add me as a reviewer. I am happy to build
things with your fix.
https://github.com/llvm/llvm-project/pull/139584
___
cfe-commits mailing list
cfe-commits@lists.l
kazutakahirata wrote:
@jansvoboda11 With this PR, I still see:
```
clang/lib/Frontend/LogDiagnosticPrinter.cpp:24:7: error: member initializer
'DiagOpts' does not name a non-static data member or base class
24 | DiagOpts(DiagOpts) {}
| ^~
```
Would you mind
kazutakahirata wrote:
I still see:
```
/usr/local/google/home/kazu/dev/llvm/llvm-project/llvm/include/llvm/ADT/IntrusiveRefCntPtr.h:163:37:
error: no member named 'Retain' in 'clang::DiagnosticOptions'
163 | static void retain(T *obj) { obj->Retain(); }
|
https://github.com/kazutakahirata approved this pull request.
LGTM. I think this PR fixes all non-flang components AFAICT. Thanks!
https://github.com/llvm/llvm-project/pull/141131
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists
https://github.com/kazutakahirata closed
https://github.com/llvm/llvm-project/pull/141188
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/kazutakahirata closed
https://github.com/llvm/llvm-project/pull/141191
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/kazutakahirata created
https://github.com/llvm/llvm-project/pull/141315
None
>From 48c76559715b7a584ad167c6a43bc8ea02585d3d Mon Sep 17 00:00:00 2001
From: Kazu Hirata
Date: Thu, 15 May 2025 21:28:40 -0700
Subject: [PATCH] [clang-doc] Use llvm::any_of (NFC)
---
clang-tools-
https://github.com/kazutakahirata created
https://github.com/llvm/llvm-project/pull/141314
None
>From e86781db12cfd119fb4c00267bba4a57b27a7c9b Mon Sep 17 00:00:00 2001
From: Kazu Hirata
Date: Thu, 22 May 2025 21:10:06 -0700
Subject: [PATCH] [clang] Use llvm::any_of (NFC)
---
clang/include/cl
https://github.com/kazutakahirata closed
https://github.com/llvm/llvm-project/pull/141314
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/kazutakahirata closed
https://github.com/llvm/llvm-project/pull/141315
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: Kazu Hirata
Date: 2025-05-29T15:48:14-07:00
New Revision: 882e7331c4ba5582d3881b7bb93c0952e601336b
URL:
https://github.com/llvm/llvm-project/commit/882e7331c4ba5582d3881b7bb93c0952e601336b
DIFF:
https://github.com/llvm/llvm-project/commit/882e7331c4ba5582d3881b7bb93c0952e601336b.diff
L
kazutakahirata wrote:
@tbaederr I've landed 882e7331c4ba5582d3881b7bb93c0952e601336b to fix a warning
from this PR. Thanks!
https://github.com/llvm/llvm-project/pull/141952
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.o
Author: Kazu Hirata
Date: 2025-05-29T09:10:19-07:00
New Revision: 28eb66b79413950e584b2c3d8581ae5dc858d6dc
URL:
https://github.com/llvm/llvm-project/commit/28eb66b79413950e584b2c3d8581ae5dc858d6dc
DIFF:
https://github.com/llvm/llvm-project/commit/28eb66b79413950e584b2c3d8581ae5dc858d6dc.diff
L
https://github.com/kazutakahirata created
https://github.com/llvm/llvm-project/pull/142301
These are identified by misc-include-cleaner. I've filtered out those
that break builds. Also, I'm staying away from llvm-config.h,
config.h, and Compiler.h, which likely cause platform- or
compiler-spec
https://github.com/kazutakahirata closed
https://github.com/llvm/llvm-project/pull/142301
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
kazutakahirata wrote:
Back to the drawing board.
https://github.com/llvm/llvm-project/pull/142301
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/kazutakahirata created
https://github.com/llvm/llvm-project/pull/142300
These are identified by misc-include-cleaner. I've filtered out those
that break builds. Also, I'm staying away from llvm-config.h,
config.h, and Compiler.h, which likely cause platform- or
compiler-spec
https://github.com/kazutakahirata created
https://github.com/llvm/llvm-project/pull/142255
These are identified by misc-include-cleaner. I've filtered out those
that break builds. Also, I'm staying away from llvm-config.h,
config.h, and Compiler.h, which likely cause platform- or
compiler-spec
https://github.com/kazutakahirata created
https://github.com/llvm/llvm-project/pull/142256
These are identified by misc-include-cleaner. I've filtered out those
that break builds. Also, I'm staying away from llvm-config.h,
config.h, and Compiler.h, which likely cause platform- or
compiler-spec
https://github.com/kazutakahirata created
https://github.com/llvm/llvm-project/pull/142257
These are identified by misc-include-cleaner. I've filtered out those
that break builds. Also, I'm staying away from llvm-config.h,
config.h, and Compiler.h, which likely cause platform- or
compiler-spec
https://github.com/kazutakahirata closed
https://github.com/llvm/llvm-project/pull/142255
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/kazutakahirata closed
https://github.com/llvm/llvm-project/pull/142257
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/kazutakahirata closed
https://github.com/llvm/llvm-project/pull/142256
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/kazutakahirata created
https://github.com/llvm/llvm-project/pull/142295
These are identified by misc-include-cleaner. I've filtered out those
that break builds. Also, I'm staying away from llvm-config.h,
config.h, and Compiler.h, which likely cause platform- or
compiler-spec
https://github.com/kazutakahirata created
https://github.com/llvm/llvm-project/pull/142296
These are identified by misc-include-cleaner. I've filtered out those
that break builds. Also, I'm staying away from llvm-config.h,
config.h, and Compiler.h, which likely cause platform- or
compiler-spec
https://github.com/kazutakahirata closed
https://github.com/llvm/llvm-project/pull/142295
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/kazutakahirata closed
https://github.com/llvm/llvm-project/pull/142296
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/kazutakahirata closed
https://github.com/llvm/llvm-project/pull/142300
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
1301 - 1355 of 1355 matches
Mail list logo