github-actions[bot] wrote:
@4JustMe4 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 build
https://github.com/AaronBallman closed
https://github.com/llvm/llvm-project/pull/112190
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/AaronBallman approved this pull request.
LGTM!
https://github.com/llvm/llvm-project/pull/112190
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
4JustMe4 wrote:
The suggestions have been applied. The document re-generation script has been
launched.
https://github.com/llvm/llvm-project/pull/112190
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/lis
https://github.com/4JustMe4 updated
https://github.com/llvm/llvm-project/pull/112190
>From 4cd2e269cec8eb0c0bc31c10ecef4979645e32f1 Mon Sep 17 00:00:00 2001
From: mikhnenko
Date: Mon, 14 Oct 2024 15:29:16 +0300
Subject: [PATCH 1/3] Fix different info
---
clang/include/clang/ASTMatchers/ASTMat
https://github.com/4JustMe4 updated
https://github.com/llvm/llvm-project/pull/112190
>From 4cd2e269cec8eb0c0bc31c10ecef4979645e32f1 Mon Sep 17 00:00:00 2001
From: mikhnenko
Date: Mon, 14 Oct 2024 15:29:16 +0300
Subject: [PATCH 1/2] Fix different info
---
clang/include/clang/ASTMatchers/ASTMat
@@ -4199,7 +4199,7 @@ AST_MATCHER_P_OVERLOAD(QualType, references,
internal::Matcher,
/// cxxRecordDecl(hasName("Y")
/// matches `y.m()`, `x.m()` and (g()).m(), but not `x.g()`.
AaronBallman wrote:
Since we're cleaning stuff up in this area:
```sugg
@@ -4199,7 +4199,7 @@ AST_MATCHER_P_OVERLOAD(QualType, references,
internal::Matcher,
/// cxxRecordDecl(hasName("Y")
/// matches `y.m()`, `x.m()` and (g()).m(), but not `x.g()`.
/// cxxMemberCallExpr(on(callExpr()))
-/// does not match `(g()).m()`, because the pare
https://github.com/AaronBallman edited
https://github.com/llvm/llvm-project/pull/112190
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/AaronBallman commented:
Thank you for this! You should also run `clang/docs/tools/dump_ast_matchers.py`
to regenerate the documentation.
https://github.com/llvm/llvm-project/pull/112190
___
cfe-commits mailing list
cfe-commits@lists
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Mikhnenko Sasha (4JustMe4)
Changes
[Here](https://github.com/llvm/llvm-project/blob/6a98c4a1602591c942f01dceb3aa29ffd4cf1e5b/clang/include/clang/ASTMatchers/ASTMatchers.h#L4188-L4203)
and
[here](https://github.com/llvm/llvm-project/blob/6
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/4JustMe4 created
https://github.com/llvm/llvm-project/pull/112190
[Here](https://github.com/llvm/llvm-project/blob/6a98c4a1602591c942f01dceb3aa29ffd4cf1e5b/clang/include/clang/ASTMatchers/ASTMatchers.h#L4188-L4203)
and
[here](https://github.com/llvm/llvm-project/blob/6a98c4a
13 matches
Mail list logo