aboutsummaryrefslogtreecommitdiff
path: root/clang/docs/LibASTMatchersReference.html
AgeCommit message (Expand)AuthorFilesLines
2025-03-12[AstMatcher]`templateArgumentCountIs` support `FunctionDecl` (#130416)Congcong Cai1-2/+48
2025-03-11[AstMatcher][NFC]fix doc gen for ast matchers (#130726)Congcong Cai1-59/+134
2025-01-09[Clang][ASTMatcher] Extend `hasDependentName` to match DependentNameType name...Amr Hesham1-0/+15
2025-01-05[Clang][ASTMatcher] Add a matcher for the name of a DependentScopeDeclRefExpr...Amr Hesham1-0/+13
2025-01-03[Clang][ASTMatcher] Add `dependentTemplateSpecializationType` matcher (#121435)kefan cao1-0/+11
2024-12-29[Clang][ASTMatcher] Add `dependentNameType` AST matcher (#121263)Amr Hesham1-0/+9
2024-12-27[Clang][ASTMatcher] Add `dependentScopeDeclRefExpr` matcher (#120996)Amr Hesham1-0/+6
2024-12-02[clang-tidy][use-internal-linkage]fix false positives for ExportDecl (#117901)Congcong Cai1-0/+11
2024-11-16Revert "Reland: [clang][test] add testing for the AST matcher reference" (#11...Julian Schmidt1-5670/+2263
2024-11-15Reland: [clang][test] add testing for the AST matcher reference (#112168)Julian Schmidt1-2263/+5670
2024-10-17Different info in docs in AST methods (#112190)Mikhnenko Sasha1-2/+2
2024-09-28Revert "[clang][test] add testing for the AST matcher reference" (#110354)Julian Schmidt1-5673/+2266
2024-09-27[clang][test] add testing for the AST matcher reference (#110258)Julian Schmidt1-2266/+5673
2024-09-27Revert "[clang][test] add testing for the AST matcher reference (#94248)"Julian Schmidt1-5673/+2266
2024-09-27[clang][test] add testing for the AST matcher reference (#94248)Julian Schmidt1-2266/+5673
2024-05-14Reapply "[Clang] Unify interface for accessing template arguments as written ...Krystian Stasiowski1-103/+261
2024-05-07Revert "[Clang] Unify interface for accessing template arguments as written f...Adrian Prantl1-261/+103
2024-05-07[Clang] Unify interface for accessing template arguments as written for class...Krystian Stasiowski1-103/+261
2024-03-08[clang][ASTMatcher] Add matchers for isExplicitObjectMemberFunction() (#84446)Balazs Benics1-0/+15
2024-02-28[clang] remove (clang::)ast_matchers:: namespace from AST matcher args for do...Julian Schmidt1-7/+7
2024-01-16[clang][ASTMatcher] Add matchers for CXXFoldExpr (#71245)Julian Schmidt1-23/+271
2023-09-04[ASTMatchers] Bring comments & docs back in syncSam McCall1-1/+2
2023-08-16[clang][ASTMatcher] Add matcher for 'MacroQualifiedType'dingfei1-0/+12
2023-08-12[ASTMatcher] Fix typos in LibASTMatchersReference.htmldingfei1-3/+3
2023-08-07[clang][ASTMatcher] Add Matcher 'convertVectorExpr'dingfei1-0/+5
2023-08-07[clang][ASTMatcher] Add Matcher 'dependentSizedExtVectorType'dingfei1-0/+13
2023-07-20[clang] adds `conceptDecl` as an ASTMatcherChristopher Di Bella1-0/+9
2023-07-20[WIP][-Wunsafe-buffer-usage] Handle lambda expressions within a method.Rashmi Mudduluru1-0/+37
2023-07-18[clang][docs] Update LibASTMatchersReference.htmlRashmi Mudduluru1-27/+70
2023-06-25[ASTMatchers] Add argumentCountAtLeast narrowing matcherMike Crowe1-0/+48
2023-01-20Correct documentation for the refersToType AST matcherAaron Ballman1-3/+3
2023-01-10Remove a stale FIXME comment; NFCAaron Ballman1-2/+0
2023-01-10Fix the documentation for the hasBody AST matcherAaron Ballman1-5/+100
2023-01-10Update dump_ast_matchers.py to Python 3Aaron Ballman1-20/+23
2022-12-23[ASTMatchers] Add isInAnonymousNamespace narrowing matcherCarlos Galvez1-0/+19
2022-10-18[doc] Fix invalid reference to `hasReturnArgument` matcher.Clement Courbet1-1/+1
2022-07-21[ASTMatchers] Adding a new matcher for callee declarations of Obj-CZiqing Luo1-3/+34
2022-06-30Adds AST matcher for ObjCStringLiteralRashmi Mudduluru1-47/+52
2022-05-19[Clang][[OpenMP5.1] Initial parser/sema for default(private) clauseJennifer Yu1-2/+22
2022-05-13[ASTMatchers][clang-tidy][NFC] Hoist `forEachTemplateArgument` matcher into t...Whisperity1-0/+79
2022-05-11[ASTMatchers][NFC] Fix name of matcher in docs and add a missing testWhisperity1-1/+1
2022-02-23[ASTMatchers] Expand isInline matcher to VarDeclNathan James1-2/+23
2022-02-03[clang][docs] Regenerate ASTMatchers documentationNathan James1-17/+68
2022-01-24Add `isConstinit` matcherEvgeny Shulgin1-0/+13
2022-01-20Add `isConsteval` matcherEvgeny Shulgin1-0/+32
2021-12-02Fix documentation for `forEachLambdaCapture` and `hasAnyCapture`James King1-29/+29
2021-11-15Add `isInitCapture` and `forEachLambdaCapture` matchers.James King1-1/+35
2021-11-08Add `LambdaCapture`-related matchers.James King1-18/+48
2021-10-08Add `TypeLoc`-related matchers.James King1-22/+193
2021-09-04[clang] NFC: Fix trivial typo in comments and documentKazuaki Ishizaki1-1/+1