github-actions[bot] wrote:
@juanvazquez Congratulations on having your first Pull Request (PR) merged into
the LLVM Project!
Your changes will be combined with recent changes from other authors, then
tested
by our [build bots](https://lab.llvm.org/buildbot/). If there is a problem with
a bu
https://github.com/jkorous-apple closed
https://github.com/llvm/llvm-project/pull/88406
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
ldionne wrote:
I just approved the CI runs. I think this can be merged once the CI is all
green. Whoever sees this first with push access can merge.
https://github.com/llvm/llvm-project/pull/88406
___
cfe-commits mailing list
cfe-commits@lists.llvm.or
juanvazquez wrote:
Ping
A gentle ping in case there is something missing on my side to get this merged.
It's my first time contributing to LLVM. Thanks!
https://github.com/llvm/llvm-project/pull/88406
___
cfe-commits mailing list
cfe-commits@lists.ll
https://github.com/jkorous-apple approved this pull request.
LGTM
Thank you for fixing this!
https://github.com/llvm/llvm-project/pull/88406
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-com
juanvazquez wrote:
Fixes #88405
https://github.com/llvm/llvm-project/pull/88406
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/juanvazquez updated
https://github.com/llvm/llvm-project/pull/88406
>From 810a22f31072099706062a0d0adac7b77344826f Mon Sep 17 00:00:00 2001
From: Juan Vazquez
Date: Thu, 11 Apr 2024 18:01:30 +0200
Subject: [PATCH] Fix UPCAddressofArraySubscriptGadget::getClaimedVarUseSites()
llvmbot wrote:
@llvm/pr-subscribers-clang
@llvm/pr-subscribers-clang-analysis
Author: juan.vazquez (juanvazquez)
Changes
UPCAddressofArraySubscriptGadget::getClaimedVarUseSites should skip parentheses
when accessing the DeclRefExpr, otherwise a crash happens with parenthesized
references
github-actions[bot] wrote:
Thank you for submitting a Pull Request (PR) to the LLVM Project!
This PR will be automatically labeled and the relevant teams will be
notified.
If you wish to, you can add reviewers by using the "Reviewers" section on this
page.
If this is not working for you, it
https://github.com/juanvazquez created
https://github.com/llvm/llvm-project/pull/88406
UPCAddressofArraySubscriptGadget::getClaimedVarUseSites should skip parentheses
when accessing the DeclRefExpr, otherwise a crash happens with parenthesized
references.
>From f083f7f7e697b9753668e514f38af50
10 matches
Mail list logo