[llvm-branch-commits] [llvm] PR for llvm/llvm-project#80348 (PR #80585)

2024-02-04 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 commented: This is incorrectly formatted (sorry for not catching that in my initial review). It should be the following: ```yaml on: pull_request_target: branches: - main ``` I pushed a fixup to main 4b34558f43121df9b863ff2492f74fb2e65a5af1. https

[llvm-branch-commits] [clang] PR for llvm/llvm-project#78892 (PR #80259)

2024-02-04 Thread Owen Pan via llvm-branch-commits
https://github.com/owenca approved this pull request. https://github.com/llvm/llvm-project/pull/80259 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [compiler-rt] PR for llvm/llvm-project#80543 (PR #80544)

2024-02-04 Thread Jacek Caban via llvm-branch-commits
https://github.com/cjacek approved this pull request. https://github.com/llvm/llvm-project/pull/80544 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] PR for llvm/llvm-project#80619 (PR #80620)

2024-02-04 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/80620 >From b53ef3e81b5774e7246bec6da1351d6077291469 Mon Sep 17 00:00:00 2001 From: Shanzhi Date: Mon, 29 Jan 2024 19:17:13 +0800 Subject: [PATCH] [Clang][AST] Fix a crash on attaching doc comments (#78716) This crash

[llvm-branch-commits] [clang] PR for llvm/llvm-project#80619 (PR #80620)

2024-02-04 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: None (llvmbot) Changes resolves llvm/llvm-project#80619 --- Full diff: https://github.com/llvm/llvm-project/pull/80620.diff 2 Files Affected: - (modified) clang/lib/AST/ASTContext.cpp (+5-1) - (added) clang/test/AST/ast-crash-doc-funct

[llvm-branch-commits] [clang] PR for llvm/llvm-project#80619 (PR #80620)

2024-02-04 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/80620 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] PR for llvm/llvm-project#80619 (PR #80620)

2024-02-04 Thread via llvm-branch-commits
llvmbot wrote: @gribozavr What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/80620 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/list

[llvm-branch-commits] [clang] PR for llvm/llvm-project#80619 (PR #80620)

2024-02-04 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/80620 resolves llvm/llvm-project#80619 >From 6089b8b94b9cc742947762edd640af5d70248652 Mon Sep 17 00:00:00 2001 From: Shanzhi Date: Mon, 29 Jan 2024 19:17:13 +0800 Subject: [PATCH] [Clang][AST] Fix a crash on attaching

[llvm-branch-commits] [llvm] [VPlan] Explicitly handle scalar pointer inductions. (PR #80273)

2024-02-04 Thread Sumit Lahiri via llvm-branch-commits
https://github.com/lahiri-phdworks edited https://github.com/llvm/llvm-project/pull/80273 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] PR for llvm/llvm-project#79549 (PR #80591)

2024-02-04 Thread Owen Pan via llvm-branch-commits
https://github.com/owenca closed https://github.com/llvm/llvm-project/pull/80591 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] PR for llvm/llvm-project#79549 (PR #80591)

2024-02-04 Thread Owen Pan via llvm-branch-commits
owenca wrote: Replaced with #80593. https://github.com/llvm/llvm-project/pull/80591 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] PR for llvm/llvm-project#80599 (PR #80600)

2024-02-04 Thread Fangrui Song via llvm-branch-commits
https://github.com/MaskRay approved this pull request. https://github.com/llvm/llvm-project/pull/80600 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [compiler-rt] PR for llvm/llvm-project#80604 (PR #80605)

2024-02-04 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/80605 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [compiler-rt] PR for llvm/llvm-project#80604 (PR #80605)

2024-02-04 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-compiler-rt-sanitizer Author: None (llvmbot) Changes resolves llvm/llvm-project#80604 --- Full diff: https://github.com/llvm/llvm-project/pull/80605.diff 3 Files Affected: - (modified) compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.in

[llvm-branch-commits] [compiler-rt] PR for llvm/llvm-project#80604 (PR #80605)

2024-02-04 Thread via llvm-branch-commits
llvmbot wrote: @vitalybuka What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/80605 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/lis

[llvm-branch-commits] [compiler-rt] PR for llvm/llvm-project#80604 (PR #80605)

2024-02-04 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/80605 resolves llvm/llvm-project#80604 >From f7a0c59cc58ce6c11bc35d2949900927a6bef69c Mon Sep 17 00:00:00 2001 From: David CARLIER Date: Wed, 24 Jan 2024 23:07:32 + Subject: [PATCH] [compiler-rt] remove hexdump in

[llvm-branch-commits] [clang] PR for llvm/llvm-project#80599 (PR #80600)

2024-02-04 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: None (llvmbot) Changes resolves llvm/llvm-project#80599 --- Full diff: https://github.com/llvm/llvm-project/pull/80600.diff 2 Files Affected: - (modified) clang/lib/Driver/ToolChains/Clang.cpp (+8) - (added) clang/test/Driver/sparc64-c

[llvm-branch-commits] [clang] PR for llvm/llvm-project#80599 (PR #80600)

2024-02-04 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang-driver Author: None (llvmbot) Changes resolves llvm/llvm-project#80599 --- Full diff: https://github.com/llvm/llvm-project/pull/80600.diff 2 Files Affected: - (modified) clang/lib/Driver/ToolChains/Clang.cpp (+8) - (added) clang/test/Driver/sp

[llvm-branch-commits] [clang] PR for llvm/llvm-project#80599 (PR #80600)

2024-02-04 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/80600 resolves llvm/llvm-project#80599 >From b5a5de01f2fc2cf54728b7e0607a804b61b51bf7 Mon Sep 17 00:00:00 2001 From: Koakuma Date: Sun, 4 Feb 2024 11:08:00 +0700 Subject: [PATCH] [clang] Add GCC-compatible code model

[llvm-branch-commits] [clang] PR for llvm/llvm-project#80599 (PR #80600)

2024-02-04 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/80600 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] PR for llvm/llvm-project#78965 (PR #80593)

2024-02-04 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang-format Author: None (llvmbot) Changes resolves llvm/llvm-project#78965 --- Full diff: https://github.com/llvm/llvm-project/pull/80593.diff 2 Files Affected: - (modified) clang/lib/Format/TokenAnnotator.cpp (+2) - (modified) clang/unittests/For

[llvm-branch-commits] [clang] PR for llvm/llvm-project#78965 (PR #80593)

2024-02-04 Thread via llvm-branch-commits
llvmbot wrote: @HazardyKnusperkeks What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/80593 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/ma

[llvm-branch-commits] [clang] PR for llvm/llvm-project#78965 (PR #80593)

2024-02-04 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/80593 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] PR for llvm/llvm-project#78965 (PR #80593)

2024-02-04 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/80593 resolves llvm/llvm-project#78965 >From 6b6665d5e1801e2e548e9aed0113c8da1a9497fc Mon Sep 17 00:00:00 2001 From: Owen Pan Date: Fri, 26 Jan 2024 18:32:03 -0800 Subject: [PATCH] [clang-format] Fix a bug in Annotat

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#77871 (PR #80513)

2024-02-04 Thread Fangrui Song via llvm-branch-commits
https://github.com/MaskRay approved this pull request. https://github.com/llvm/llvm-project/pull/80513 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] PR for llvm/llvm-project#79549 (PR #80591)

2024-02-04 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang-format Author: None (llvmbot) Changes resolves llvm/llvm-project#79549 --- Full diff: https://github.com/llvm/llvm-project/pull/80591.diff 2 Files Affected: - (modified) clang/lib/Format/TokenAnnotator.cpp (+2) - (modified) clang/unittests/For

[llvm-branch-commits] [clang] PR for llvm/llvm-project#79549 (PR #80591)

2024-02-04 Thread via llvm-branch-commits
llvmbot wrote: @HazardyKnusperkeks What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/80591 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/ma

[llvm-branch-commits] [clang] PR for llvm/llvm-project#79549 (PR #80591)

2024-02-04 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/80591 resolves llvm/llvm-project#79549 >From 2dadc402022f69908ff047a194a8a91a3f33dab2 Mon Sep 17 00:00:00 2001 From: Owen Pan Date: Fri, 26 Jan 2024 18:32:03 -0800 Subject: [PATCH] [clang-format] Fix a bug in Annotat

[llvm-branch-commits] [clang] PR for llvm/llvm-project#79549 (PR #80591)

2024-02-04 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/80591 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits