[clang] 0e9373a - [Basic] Use llvm::is_contained (NFC)

2021-10-10 Thread Kazu Hirata via cfe-commits
Author: Kazu Hirata Date: 2021-10-10T08:52:14-07:00 New Revision: 0e9373a6a638430c67fa8378c774003acfcf5990 URL: https://github.com/llvm/llvm-project/commit/0e9373a6a638430c67fa8378c774003acfcf5990 DIFF: https://github.com/llvm/llvm-project/commit/0e9373a6a638430c67fa8378c774003acfcf5990.diff L

[clang] d409048 - [Sema] Use llvm::is_contained (NFC)

2021-10-11 Thread Kazu Hirata via cfe-commits
Author: Kazu Hirata Date: 2021-10-11T11:06:44-07:00 New Revision: d4090482013599b1c246f3553717e2a88d6b24a5 URL: https://github.com/llvm/llvm-project/commit/d4090482013599b1c246f3553717e2a88d6b24a5 DIFF: https://github.com/llvm/llvm-project/commit/d4090482013599b1c246f3553717e2a88d6b24a5.diff L

[clang] 57b40b5 - [AST, CodeGen, Driver] Use llvm::is_contained (NFC)

2021-10-12 Thread Kazu Hirata via cfe-commits
Author: Kazu Hirata Date: 2021-10-12T09:19:49-07:00 New Revision: 57b40b5f34383634949d1639e64a5c2acd0dc5f6 URL: https://github.com/llvm/llvm-project/commit/57b40b5f34383634949d1639e64a5c2acd0dc5f6 DIFF: https://github.com/llvm/llvm-project/commit/57b40b5f34383634949d1639e64a5c2acd0dc5f6.diff L

[clang] e567f37 - [clang] Use llvm::is_contained (NFC)

2021-10-13 Thread Kazu Hirata via cfe-commits
Author: Kazu Hirata Date: 2021-10-13T20:41:55-07:00 New Revision: e567f37dabc242cb02fb8b8b288fd05a0aebfb8f URL: https://github.com/llvm/llvm-project/commit/e567f37dabc242cb02fb8b8b288fd05a0aebfb8f DIFF: https://github.com/llvm/llvm-project/commit/e567f37dabc242cb02fb8b8b288fd05a0aebfb8f.diff L

[clang] 6a154e6 - [clang] Use llvm::is_contained (NFC)

2021-10-15 Thread Kazu Hirata via cfe-commits
Author: Kazu Hirata Date: 2021-10-15T10:07:08-07:00 New Revision: 6a154e606e570870789b047a10c21642dce2fdd3 URL: https://github.com/llvm/llvm-project/commit/6a154e606e570870789b047a10c21642dce2fdd3 DIFF: https://github.com/llvm/llvm-project/commit/6a154e606e570870789b047a10c21642dce2fdd3.diff L

[clang] 1072699 - Use llvm::erase_value (NFC)

2021-10-16 Thread Kazu Hirata via cfe-commits
Author: Kazu Hirata Date: 2021-10-16T23:31:21-07:00 New Revision: 10726992fad771e7c630fc511d85bb81a8d1562e URL: https://github.com/llvm/llvm-project/commit/10726992fad771e7c630fc511d85bb81a8d1562e DIFF: https://github.com/llvm/llvm-project/commit/10726992fad771e7c630fc511d85bb81a8d1562e.diff L

[clang] d245f2e - [clang] Use llvm::erase_if (NFC)

2021-10-17 Thread Kazu Hirata via cfe-commits
Author: Kazu Hirata Date: 2021-10-17T13:50:29-07:00 New Revision: d245f2e8597bfb52c34810a328d42b990e4af1a4 URL: https://github.com/llvm/llvm-project/commit/d245f2e8597bfb52c34810a328d42b990e4af1a4 DIFF: https://github.com/llvm/llvm-project/commit/d245f2e8597bfb52c34810a328d42b990e4af1a4.diff L

[clang] cf68e1b - [Driver, Frontend] Use StringRef::contains (NFC)

2021-10-19 Thread Kazu Hirata via cfe-commits
Author: Kazu Hirata Date: 2021-10-19T08:54:02-07:00 New Revision: cf68e1b2fb4f6172b08f3430b2530dc2d193ab60 URL: https://github.com/llvm/llvm-project/commit/cf68e1b2fb4f6172b08f3430b2530dc2d193ab60 DIFF: https://github.com/llvm/llvm-project/commit/cf68e1b2fb4f6172b08f3430b2530dc2d193ab60.diff L

[clang] 0abb5d2 - [Sema, StaticAnalyzer] Use StringRef::contains (NFC)

2021-10-20 Thread Kazu Hirata via cfe-commits
Author: Kazu Hirata Date: 2021-10-20T08:02:36-07:00 New Revision: 0abb5d293cf7289780542fd9c5f0d84e5aadbdc8 URL: https://github.com/llvm/llvm-project/commit/0abb5d293cf7289780542fd9c5f0d84e5aadbdc8 DIFF: https://github.com/llvm/llvm-project/commit/0abb5d293cf7289780542fd9c5f0d84e5aadbdc8.diff L

[clang] dccfadd - [clang] Use StringRef::contains (NFC)

2021-10-21 Thread Kazu Hirata via cfe-commits
Author: Kazu Hirata Date: 2021-10-21T08:58:19-07:00 New Revision: dccfaddc6bcc711bd972b43bff5ce6d71c1b39dc URL: https://github.com/llvm/llvm-project/commit/dccfaddc6bcc711bd972b43bff5ce6d71c1b39dc DIFF: https://github.com/llvm/llvm-project/commit/dccfaddc6bcc711bd972b43bff5ce6d71c1b39dc.diff L

[clang-tools-extra] 5de69e1 - [clang-tidy] Tidy up spelling, grammar, and inconsistencies in documentation (NFC)

2021-10-23 Thread Kazu Hirata via cfe-commits
Author: Salman Javed Date: 2021-10-23T00:07:36-07:00 New Revision: 5de69e16ea9ab916401f4a8390fff91f18bbba2a URL: https://github.com/llvm/llvm-project/commit/5de69e16ea9ab916401f4a8390fff91f18bbba2a DIFF: https://github.com/llvm/llvm-project/commit/5de69e16ea9ab916401f4a8390fff91f18bbba2a.diff

[clang-tools-extra] d8e4170 - Ensure newlines at the end of files (NFC)

2021-10-23 Thread Kazu Hirata via cfe-commits
Author: Kazu Hirata Date: 2021-10-23T08:45:29-07:00 New Revision: d8e4170b0a1431edee939efc16b60b409affcb4d URL: https://github.com/llvm/llvm-project/commit/d8e4170b0a1431edee939efc16b60b409affcb4d DIFF: https://github.com/llvm/llvm-project/commit/d8e4170b0a1431edee939efc16b60b409affcb4d.diff L

[clang] d8e4170 - Ensure newlines at the end of files (NFC)

2021-10-23 Thread Kazu Hirata via cfe-commits
Author: Kazu Hirata Date: 2021-10-23T08:45:29-07:00 New Revision: d8e4170b0a1431edee939efc16b60b409affcb4d URL: https://github.com/llvm/llvm-project/commit/d8e4170b0a1431edee939efc16b60b409affcb4d DIFF: https://github.com/llvm/llvm-project/commit/d8e4170b0a1431edee939efc16b60b409affcb4d.diff L

[clang-tools-extra] 4ba9d9c - Use StringRef::contains (NFC)

2021-10-23 Thread Kazu Hirata via cfe-commits
Author: Kazu Hirata Date: 2021-10-23T20:41:46-07:00 New Revision: 4ba9d9c84f4ce05eec341dc5f2d1c95934ab3d2c URL: https://github.com/llvm/llvm-project/commit/4ba9d9c84f4ce05eec341dc5f2d1c95934ab3d2c DIFF: https://github.com/llvm/llvm-project/commit/4ba9d9c84f4ce05eec341dc5f2d1c95934ab3d2c.diff L

[clang] 7cc8fa2 - Use llvm::is_contained (NFC)

2021-10-24 Thread Kazu Hirata via cfe-commits
Author: Kazu Hirata Date: 2021-10-24T09:32:57-07:00 New Revision: 7cc8fa2dd2d8167d427cadb4fc6f4254b53a8359 URL: https://github.com/llvm/llvm-project/commit/7cc8fa2dd2d8167d427cadb4fc6f4254b53a8359 DIFF: https://github.com/llvm/llvm-project/commit/7cc8fa2dd2d8167d427cadb4fc6f4254b53a8359.diff L

[clang] 4bd4650 - Use llvm::any_of and llvm::none_of (NFC)

2021-10-24 Thread Kazu Hirata via cfe-commits
Author: Kazu Hirata Date: 2021-10-24T17:35:33-07:00 New Revision: 4bd46501c394ce221d34b60155f48ebbf6b6897d URL: https://github.com/llvm/llvm-project/commit/4bd46501c394ce221d34b60155f48ebbf6b6897d DIFF: https://github.com/llvm/llvm-project/commit/4bd46501c394ce221d34b60155f48ebbf6b6897d.diff L

[clang] 16ceb44 - [clang] Use llvm::{count,count_if,find_if,all_of,none_of} (NFC)

2021-10-25 Thread Kazu Hirata via cfe-commits
Author: Kazu Hirata Date: 2021-10-25T09:14:45-07:00 New Revision: 16ceb44e62c3e7e2077198bb0211fc89d5770bc4 URL: https://github.com/llvm/llvm-project/commit/16ceb44e62c3e7e2077198bb0211fc89d5770bc4 DIFF: https://github.com/llvm/llvm-project/commit/16ceb44e62c3e7e2077198bb0211fc89d5770bc4.diff L

[clang] 612048a - [clang] Fix typos in documentation (NFC)

2021-08-21 Thread Kazu Hirata via cfe-commits
Author: Kazu Hirata Date: 2021-08-21T12:17:58-07:00 New Revision: 612048aec1b516d9b686d4c67ffcf047186d20d7 URL: https://github.com/llvm/llvm-project/commit/612048aec1b516d9b686d4c67ffcf047186d20d7 DIFF: https://github.com/llvm/llvm-project/commit/612048aec1b516d9b686d4c67ffcf047186d20d7.diff L

[clang] b8debab - [clang] Remove redundant calls to c_str() (NFC)

2021-08-31 Thread Kazu Hirata via cfe-commits
Author: Kazu Hirata Date: 2021-08-31T08:53:51-07:00 New Revision: b8debabb775b6d9eec5aa16f1b0c3428cc076bcb URL: https://github.com/llvm/llvm-project/commit/b8debabb775b6d9eec5aa16f1b0c3428cc076bcb DIFF: https://github.com/llvm/llvm-project/commit/b8debabb775b6d9eec5aa16f1b0c3428cc076bcb.diff L

[clang-tools-extra] d8afa57 - [clang-tidy] Fix documentation typos (NFC)

2021-09-01 Thread Kazu Hirata via cfe-commits
Author: Kazu Hirata Date: 2021-09-01T08:48:31-07:00 New Revision: d8afa5777b66f6193aac3c6b0dcb5680f8cf0d3d URL: https://github.com/llvm/llvm-project/commit/d8afa5777b66f6193aac3c6b0dcb5680f8cf0d3d DIFF: https://github.com/llvm/llvm-project/commit/d8afa5777b66f6193aac3c6b0dcb5680f8cf0d3d.diff L

[clang-tools-extra] e1bb54b - [clangd, llvm] Remove redundant calls to c_str() (NFC)

2021-09-02 Thread Kazu Hirata via cfe-commits
Author: Kazu Hirata Date: 2021-09-02T09:07:13-07:00 New Revision: e1bb54b5930544b48c3a94069c037648a6adfc65 URL: https://github.com/llvm/llvm-project/commit/e1bb54b5930544b48c3a94069c037648a6adfc65 DIFF: https://github.com/llvm/llvm-project/commit/e1bb54b5930544b48c3a94069c037648a6adfc65.diff L

[clang] 15cd16a - [Driver] Drop unnecessary const from return types (NFC)

2021-09-04 Thread Kazu Hirata via cfe-commits
Author: Kazu Hirata Date: 2021-09-04T08:05:27-07:00 New Revision: 15cd16aaf0b7a01e9f4f9f7ddfcf866c4db47199 URL: https://github.com/llvm/llvm-project/commit/15cd16aaf0b7a01e9f4f9f7ddfcf866c4db47199 DIFF: https://github.com/llvm/llvm-project/commit/15cd16aaf0b7a01e9f4f9f7ddfcf866c4db47199.diff L

[clang-tools-extra] dfc46f0 - [clang-tidy] Drop unnecessary const from return types (NFC)

2021-09-05 Thread Kazu Hirata via cfe-commits
Author: Kazu Hirata Date: 2021-09-05T08:37:27-07:00 New Revision: dfc46f02681447370a1ccbe340034e970bc7e572 URL: https://github.com/llvm/llvm-project/commit/dfc46f02681447370a1ccbe340034e970bc7e572 DIFF: https://github.com/llvm/llvm-project/commit/dfc46f02681447370a1ccbe340034e970bc7e572.diff L

[clang] [Driver] Use llvm::make_range(std::pair) (NFC) (PR #105470)

2024-08-20 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/105470 None >From 904e35f553a08a1eba956c115cd805d328587619 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 20 Aug 2024 21:39:43 -0700 Subject: [PATCH] [Driver] Use llvm::make_range(std::pair) (NFC) ---

[clang] 1e3dc8c - [Serialization] Fix a warning

2024-08-23 Thread Kazu Hirata via cfe-commits
Author: Kazu Hirata Date: 2024-08-23T05:49:49-07:00 New Revision: 1e3dc8cdb49bf7b8344d1d7f7befbb95a9fbdb63 URL: https://github.com/llvm/llvm-project/commit/1e3dc8cdb49bf7b8344d1d7f7befbb95a9fbdb63 DIFF: https://github.com/llvm/llvm-project/commit/1e3dc8cdb49bf7b8344d1d7f7befbb95a9fbdb63.diff L

[clang-tools-extra] [clangd] Construct SmallVector with ArrayRef (NFC) (PR #105829)

2024-08-23 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/105829 None >From 3fbc8e818867ef7ac950a381f98ff013089d8e96 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 23 Aug 2024 06:24:44 -0700 Subject: [PATCH] [clangd] Construct SmallVector with ArrayRef (NFC) -

[clang-tools-extra] [clangd] Construct SmallVector with ArrayRef (NFC) (PR #105829)

2024-08-23 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/105829 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] 2f57df5 - [CodeGen] Fix a warning

2024-06-26 Thread Kazu Hirata via cfe-commits
Author: Kazu Hirata Date: 2024-06-26T14:37:06-07:00 New Revision: 2f57df5826a6df8ad5549ed98aede0d60e01e08b URL: https://github.com/llvm/llvm-project/commit/2f57df5826a6df8ad5549ed98aede0d60e01e08b DIFF: https://github.com/llvm/llvm-project/commit/2f57df5826a6df8ad5549ed98aede0d60e01e08b.diff L

[clang] [NFC] Reformat ClangASTPropertiesEmitter `ASTPropsEmitter` class (PR #108275)

2024-09-11 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata approved this pull request. https://github.com/llvm/llvm-project/pull/108275 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] e0cd11e - Revert "[clang] Extend diagnose_if to accept more detailed warning information (#70976)"

2024-09-12 Thread Kazu Hirata via cfe-commits
Author: Kazu Hirata Date: 2024-09-12T12:19:26-07:00 New Revision: e0cd11eba526234ca14a0b91f5598ca3363b6aca URL: https://github.com/llvm/llvm-project/commit/e0cd11eba526234ca14a0b91f5598ca3363b6aca DIFF: https://github.com/llvm/llvm-project/commit/e0cd11eba526234ca14a0b91f5598ca3363b6aca.diff L

[clang] [clang-tools-extra] [clang] Extend diagnose_if to accept more detailed warning information (PR #70976)

2024-09-12 Thread Kazu Hirata via cfe-commits
kazutakahirata wrote: The build bots seem to be complaining about the same spot: ``` flang/lib/Frontend/TextDiagnosticPrinter.cpp:42:29: error: call to non-static member function without an object argument clang::DiagnosticIDs::getWarningOptionForDiag(info.getID()); ``` Maybe you need to

[clang] [Analysis] Avoid repeated hash lookups (NFC) (PR #108674)

2024-09-13 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/108674 None >From acf638ae7482e69dbdc276d55f82a08885305e2a Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 13 Sep 2024 09:47:36 -0700 Subject: [PATCH] [Analysis] Avoid repeated hash lookups (NFC) --- ..

[clang] [TableGen] Avoid repeated map lookups (NFC) (PR #108675)

2024-09-13 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/108675 None >From fa4c54d7fbe37e66b66ceceb124a9136460dd42c Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 13 Sep 2024 09:38:21 -0700 Subject: [PATCH] [TableGen] Avoid repeated map lookups (NFC) --- cla

[clang] [Driver] Avoid repeated hash lookups (NFC) (PR #108676)

2024-09-13 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/108676 None >From b35263dc9e52ded55eed57c03dc34b13f56ec6eb Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 13 Sep 2024 09:51:04 -0700 Subject: [PATCH] [Driver] Avoid repeated hash lookups (NFC) --- clan

[clang] [Driver] Avoid repeated hash lookups (NFC) (PR #108676)

2024-09-13 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/108676 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Analysis] Avoid repeated hash lookups (NFC) (PR #108674)

2024-09-13 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/108674 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [TableGen] Avoid repeated map lookups (NFC) (PR #108675)

2024-09-14 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/108675 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [CodeGen] Avoid repeated hash lookup (NFC) (PR #108735)

2024-09-15 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/108735 None >From 244ac0c6799d4cd1afb4134fbbd711e4250b96d4 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 13 Sep 2024 21:27:55 -0700 Subject: [PATCH] [CodeGen] Avoid repeated hash lookup (NFC) --- clan

[clang] [TableGen] Avoid repeated hash lookups (NFC) (PR #108736)

2024-09-15 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/108736 None >From 38db9c4e0d85afd6ece4ca91221205492d374d12 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 13 Sep 2024 21:32:36 -0700 Subject: [PATCH] [TableGen] Avoid repeated hash lookups (NFC) --- cl

[clang] [Frontend] Avoid repeated hash lookups (NFC) (PR #108738)

2024-09-15 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/108738 None >From 21dcd68cb908289a77470e8c8878452d25b99200 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 13 Sep 2024 21:29:51 -0700 Subject: [PATCH] [Frontend] Avoid repeated hash lookups (NFC) --- cl

[clang] [CodeGen] Avoid repeated hash lookup (NFC) (PR #108735)

2024-09-15 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/108735 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [TableGen] Avoid repeated hash lookups (NFC) (PR #108736)

2024-09-15 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/108736 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Frontend] Avoid repeated hash lookups (NFC) (PR #108738)

2024-09-15 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/108738 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Format] Avoid repeated hash lookups (NFC) (PR #108794)

2024-09-15 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/108794 None >From e5a86bbb661aba2d68acff0b28944f523adb490a Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 15 Sep 2024 01:35:59 -0700 Subject: [PATCH] [Format] Avoid repeated hash lookups (NFC) --- clan

[clang] [Format] Avoid repeated hash lookups (NFC) (PR #108794)

2024-09-16 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/108794 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] [clang-tidy] Avoid repeated hash lookups (NFC) (PR #111628)

2024-10-08 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/111628 None >From 04ac47ef9952eaeb4e9d8ef7f7b96cb050865a3a Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 8 Oct 2024 20:42:13 -0700 Subject: [PATCH] [clang-tidy] Avoid repeated hash lookups (NFC) --- .

[clang-tools-extra] [clang-tidy] Avoid repeated hash lookups (NFC) (PR #112074)

2024-10-12 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/112074 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] [clang-doc] Simplify code with StringMap::operator[] (NFC) (PR #112302)

2024-10-15 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/112302 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Sema] Avoid repeated hash lookups (NFC) (PR #112071)

2024-10-12 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/112071 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Basic] Avoid repeated hash lookups (NFC) (PR #111467)

2024-10-08 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/111467 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Tooling] Avoid repeated hash lookups (NFC) (PR #111469)

2024-10-08 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/111469 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Driver] Avoid repeated hash lookups (NFC) (PR #111468)

2024-10-08 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/111468 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] [clangd] Simplify code with *Map::operator[] (NFC) (PR #111939)

2024-10-10 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/111939 None >From aeebcbd92118161c1a75aefa369ba11f40f79ddd Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 10 Oct 2024 08:37:40 -0700 Subject: [PATCH] [clangd] Simplify code with *Map::operator[] (NFC) -

[clang-tools-extra] [clangd] Simplify code with *Map::operator[] (NFC) (PR #111939)

2024-10-11 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/111939 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [AST] Avoid repeated hash lookups (NFC) (PR #111327)

2024-10-06 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/111327 Here I'm splitting up the existing "if" statement into two. Mixing hasDefinition() and insert() in one "if" condition would be extremely confusing as hasDefinition() doesn't change anything while insert()

[clang] [Sema] Avoid repeated hash lookups (NFC) (PR #111090)

2024-10-04 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/111090 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [TableGen] Avoid repeated hash lookups (NFC) (PR #111089)

2024-10-04 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/111089 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [DependencyScanning] Avoid repeated hash lookups (NFC) (PR #111088)

2024-10-04 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/111088 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [libclang] Avoid repeated hash lookups (NFC) (PR #111087)

2024-10-04 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/111087 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Sema] Avoid repeated hash lookups (NFC) (PR #111227)

2024-10-04 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/111227 None >From 364f8e5778d8dd587ee8b58104edd931c4b9d336 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 4 Oct 2024 07:59:14 -0700 Subject: [PATCH] [Sema] Avoid repeated hash lookups (NFC) --- clang/l

[clang] [Driver] Avoid repeated hash lookups (NFC) (PR #111225)

2024-10-04 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/111225 None >From bd591d56e72a252b5dfa2304c8b719c60cfb1808 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 4 Oct 2024 08:00:49 -0700 Subject: [PATCH] [Driver] Avoid repeated hash lookups (NFC) --- clang

[clang] [Basic] Avoid repeated hash lookups (NFC) (PR #111228)

2024-10-04 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/111228 None >From 2e3d116613a7441b31036cf603d581db6e0afe9b Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 4 Oct 2024 08:00:11 -0700 Subject: [PATCH] [Basic] Avoid repeated hash lookups (NFC) --- clang/

[clang] [ByteCode] Avoid repeated hash lookups (NFC) (PR #111273)

2024-10-05 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/111273 None >From 48c833ccac40522a563f6c1610eef409628a45d9 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 5 Oct 2024 10:22:58 -0700 Subject: [PATCH] [ByteCode] Avoid repeated hash lookups (NFC) --- cla

[clang] [StaticAnalyzer] Avoid repeated hash lookups (NFC) (PR #111272)

2024-10-05 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/111272 None >From 9a5ad987040ed16478cd119814dc99ebc3d9d177 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 5 Oct 2024 10:24:52 -0700 Subject: [PATCH] [StaticAnalyzer] Avoid repeated hash lookups (NFC) --

[clang-tools-extra] [clangd] Simplify ternary expressions with std::optional::value_or (NFC) (PR #111309)

2024-10-06 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/111309 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [AST] Avoid repeated hash lookups (NFC) (PR #111327)

2024-10-07 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/111327 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Basic] Avoid repeated hash lookups (NFC) (PR #111228)

2024-10-05 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/111228 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Driver] Avoid repeated hash lookups (NFC) (PR #111225)

2024-10-05 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/111225 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Sema] Avoid repeated hash lookups (NFC) (PR #111227)

2024-10-05 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/111227 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Basic] Avoid repeated hash lookups (NFC) (PR #111228)

2024-10-05 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata updated https://github.com/llvm/llvm-project/pull/111228 >From 2e3d116613a7441b31036cf603d581db6e0afe9b Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 4 Oct 2024 08:00:11 -0700 Subject: [PATCH 1/2] [Basic] Avoid repeated hash lookups (NFC) --- clang/li

[clang] [Basic] Avoid repeated hash lookups (NFC) (PR #111228)

2024-10-05 Thread Kazu Hirata via cfe-commits
@@ -92,11 +92,10 @@ parseTargetIDWithFormatCheckingOnly(llvm::StringRef TargetID, if (Sign != '+' && Sign != '-') return std::nullopt; bool IsOn = Sign == '+'; -auto Loc = FeatureMap->find(Feature); +auto [Loc, Inserted] = FeatureMap->try_emplace(Feature,

[clang] [Basic] Avoid repeated hash lookups (NFC) (PR #111228)

2024-10-05 Thread Kazu Hirata via cfe-commits
kazutakahirata wrote: Please take a look. Thanks! https://github.com/llvm/llvm-project/pull/111228 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Basic] Avoid repeated hash lookups (NFC) (PR #111467)

2024-10-07 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/111467 None >From fd6654f61025f4dc5b38a02d5c4ec3b52fe2c726 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 7 Oct 2024 07:04:14 -0700 Subject: [PATCH] [Basic] Avoid repeated hash lookups (NFC) --- clang/

[clang] [Tooling] Avoid repeated hash lookups (NFC) (PR #111469)

2024-10-07 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/111469 None >From 63f32da83241327082af3baa57f59480d9825e47 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 7 Oct 2024 07:06:16 -0700 Subject: [PATCH] [Tooling] Avoid repeated hash lookups (NFC) --- clan

[clang] [Driver] Avoid repeated hash lookups (NFC) (PR #111468)

2024-10-07 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/111468 None >From 9bc29851603347edbc4324ccbdb4fef47a1c2626 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 7 Oct 2024 07:06:51 -0700 Subject: [PATCH] [Driver] Avoid repeated hash lookups (NFC) --- clang

[clang] [Clang][TableGen] Use const pointers for various Init objects in MveEmitter (PR #112320)

2024-10-15 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata approved this pull request. LGTM. Thanks! https://github.com/llvm/llvm-project/pull/112320 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Tooling] Simplify code with StringMap::operator[] (NFC) (PR #113071)

2024-10-19 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/113071 None >From 8d9861a290a9bca4504c1c21345e04d92e2c Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 19 Oct 2024 15:15:25 -0700 Subject: [PATCH] [Tooling] Simplify code with StringMap::operator[] (N

[clang] [Tooling] Simplify code with StringMap::operator[] (NFC) (PR #113071)

2024-10-20 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/113071 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] [clang-apply-replacements] Avoid repeated hash lookups (NFC) (PR #111783)

2024-10-10 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/111783 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] [clang-change-namespace] Avoid repeated hash lookups (NFC) (PR #111784)

2024-10-10 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/111784 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] [clang-tidy] Avoid repeated hash lookups (NFC) (PR #111785)

2024-10-10 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/111785 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] [clang-apply-replacements] Avoid repeated hash lookups (NFC) (PR #111783)

2024-10-09 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/111783 None >From f64ab109642e2fa26b6fc58bb84416787996c685 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 9 Oct 2024 06:51:06 -0700 Subject: [PATCH] [clang-apply-replacements] Avoid repeated hash lookups

[clang-tools-extra] [clang-change-namespace] Avoid repeated hash lookups (NFC) (PR #111784)

2024-10-09 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/111784 None >From faf633c5d8a3f255aca95d80bbc4e4e2eede84e3 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 9 Oct 2024 06:51:41 -0700 Subject: [PATCH] [clang-change-namespace] Avoid repeated hash lookups (

[clang-tools-extra] [clang-tidy] Avoid repeated hash lookups (NFC) (PR #111785)

2024-10-09 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/111785 None >From 14e7f5dd2176e4fbde0fd699e5a7088239d8faf0 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 9 Oct 2024 06:52:33 -0700 Subject: [PATCH] [clang-tidy] Avoid repeated hash lookups (NFC) --- .

[clang] [ByteCode] Avoid repeated hash lookups (NFC) (PR #111273)

2024-10-06 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/111273 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [StaticAnalyzer] Avoid repeated hash lookups (NFC) (PR #111272)

2024-10-06 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/111272 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] [clangd] Simplify ternary expressions with std::optional::value_or (NFC) (PR #111309)

2024-10-06 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/111309 None >From 8ada96e7b8f1f3778288f1c9b1bdf9b72ddcecac Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 4 Oct 2024 10:00:28 -0700 Subject: [PATCH] [clangd] Simplify ternary expressions with std::optio

[clang] [TableGen] Avoid repeated hash lookups (NFC) (PR #111089)

2024-10-03 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/111089 None >From 14a0790867efd134b4ae0ceafeddb58e504929ec Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 3 Oct 2024 08:46:35 -0700 Subject: [PATCH] [TableGen] Avoid repeated hash lookups (NFC) --- cla

[clang] [libclang] Avoid repeated hash lookups (NFC) (PR #111087)

2024-10-03 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/111087 None >From df0ae6125e18bae6e90863300e12d094654b7b1f Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 3 Oct 2024 08:45:56 -0700 Subject: [PATCH] [libclang] Avoid repeated hash lookups (NFC) --- cla

[clang] [DependencyScanning] Avoid repeated hash lookups (NFC) (PR #111088)

2024-10-03 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/111088 None >From 5e09bfd855a7ebee4dd07dc64bcdc157e89f6aa4 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 3 Oct 2024 08:47:01 -0700 Subject: [PATCH] [DependencyScanning] Avoid repeated hash lookups (NFC)

[clang] [Sema] Avoid repeated hash lookups (NFC) (PR #111090)

2024-10-03 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/111090 None >From cd8fc9cd8e9ef757d129b3bbdddaeaf163d08d51 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 3 Oct 2024 08:47:32 -0700 Subject: [PATCH] [Sema] Avoid repeated hash lookups (NFC) --- clang/l

[clang] [Sema] Avoid repeated hash lookups (NFC) (PR #112071)

2024-10-11 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/112071 None >From 72511061e8a3691e0656ce8d0f69f489313eb609 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 11 Oct 2024 09:06:55 -0700 Subject: [PATCH] [Sema] Avoid repeated hash lookups (NFC) --- clang/

[clang-tools-extra] [clang-tidy] Avoid repeated hash lookups (NFC) (PR #112074)

2024-10-11 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/112074 None >From 997f530747ecb90b4ac26e61608d2986a5c74c7e Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 11 Oct 2024 09:06:03 -0700 Subject: [PATCH] [clang-tidy] Avoid repeated hash lookups (NFC) ---

[clang] [AST] Avoid repeated set lookups (NFC) (PR #112155)

2024-10-14 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/112155 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Sema] Avoid repeated hash lookups (NFC) (PR #112156)

2024-10-14 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/112156 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [AST] Avoid repeated set lookups (NFC) (PR #112155)

2024-10-13 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/112155 None >From d484b61db4ac1645358faa30962d406413f0714b Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 13 Oct 2024 07:42:03 -0700 Subject: [PATCH] [AST] Avoid repeated set lookups (NFC) --- clang/li

[clang] [Sema] Avoid repeated hash lookups (NFC) (PR #112156)

2024-10-13 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/112156 None >From eeb4bc3b6cf466332b33413441c80291556c3142 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 13 Oct 2024 07:48:45 -0700 Subject: [PATCH] [Sema] Avoid repeated hash lookups (NFC) --- clang/

[clang] [Driver] Use != instead of compare to compare strings (NFC) (PR #113651)

2024-10-24 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/113651 None >From 0e6ea5f32dc77ba2c81f45d6530e301da85e6e91 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 24 Oct 2024 15:59:14 -0700 Subject: [PATCH] [Driver] Use != instead of compare to compare strings

[clang] [Driver] Use != instead of compare to compare strings (NFC) (PR #113651)

2024-10-24 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/113651 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] 4a96081 - [clang-linker-wrapper] Fix a warning

2024-10-29 Thread Kazu Hirata via cfe-commits
Author: Kazu Hirata Date: 2024-10-29T14:12:15-07:00 New Revision: 4a96081224b6c0f166760eab0c42ef3dfadd5ed1 URL: https://github.com/llvm/llvm-project/commit/4a96081224b6c0f166760eab0c42ef3dfadd5ed1 DIFF: https://github.com/llvm/llvm-project/commit/4a96081224b6c0f166760eab0c42ef3dfadd5ed1.diff L

<    2   3   4   5   6   7   8   9   10   11   >