summaryrefslogtreecommitdiff
path: root/clang/docs/LibASTMatchersReference.html
AgeCommit message (Expand)Author
2025-11-21[ASTMatchers] Make isExpandedFromMacro accept llvm::StringRef (#167060)Baranov Victor
2025-11-06[clang] Make 'fileScopeAsmDecl' matcher public (#165319)Davide Cunial
2025-10-29[ASTMatchers][Docs] Regenerate MatchersReference via dump_ast_matchers.py (#1...Baranov Victor
2025-03-12[AstMatcher]`templateArgumentCountIs` support `FunctionDecl` (#130416)Congcong Cai
2025-03-11[AstMatcher][NFC]fix doc gen for ast matchers (#130726)Congcong Cai
2025-01-09[Clang][ASTMatcher] Extend `hasDependentName` to match DependentNameType name...Amr Hesham
2025-01-05[Clang][ASTMatcher] Add a matcher for the name of a DependentScopeDeclRefExpr...Amr Hesham
2025-01-03[Clang][ASTMatcher] Add `dependentTemplateSpecializationType` matcher (#121435)kefan cao
2024-12-29[Clang][ASTMatcher] Add `dependentNameType` AST matcher (#121263)Amr Hesham
2024-12-27[Clang][ASTMatcher] Add `dependentScopeDeclRefExpr` matcher (#120996)Amr Hesham
2024-12-02[clang-tidy][use-internal-linkage]fix false positives for ExportDecl (#117901)Congcong Cai
2024-11-16Revert "Reland: [clang][test] add testing for the AST matcher reference" (#11...Julian Schmidt
2024-11-15Reland: [clang][test] add testing for the AST matcher reference (#112168)Julian Schmidt
2024-10-17Different info in docs in AST methods (#112190)Mikhnenko Sasha
2024-09-28Revert "[clang][test] add testing for the AST matcher reference" (#110354)Julian Schmidt
2024-09-27[clang][test] add testing for the AST matcher reference (#110258)Julian Schmidt
2024-09-27Revert "[clang][test] add testing for the AST matcher reference (#94248)"Julian Schmidt
2024-09-27[clang][test] add testing for the AST matcher reference (#94248)Julian Schmidt
2024-05-14Reapply "[Clang] Unify interface for accessing template arguments as written ...Krystian Stasiowski
2024-05-07Revert "[Clang] Unify interface for accessing template arguments as written f...Adrian Prantl
2024-05-07[Clang] Unify interface for accessing template arguments as written for class...Krystian Stasiowski
2024-03-08[clang][ASTMatcher] Add matchers for isExplicitObjectMemberFunction() (#84446)Balazs Benics
2024-02-28[clang] remove (clang::)ast_matchers:: namespace from AST matcher args for do...Julian Schmidt
2024-01-16[clang][ASTMatcher] Add matchers for CXXFoldExpr (#71245)Julian Schmidt
2023-09-04[ASTMatchers] Bring comments & docs back in syncSam McCall
2023-08-16[clang][ASTMatcher] Add matcher for 'MacroQualifiedType'dingfei
2023-08-12[ASTMatcher] Fix typos in LibASTMatchersReference.htmldingfei
2023-08-07[clang][ASTMatcher] Add Matcher 'convertVectorExpr'dingfei
2023-08-07[clang][ASTMatcher] Add Matcher 'dependentSizedExtVectorType'dingfei
2023-07-20[clang] adds `conceptDecl` as an ASTMatcherChristopher Di Bella
2023-07-20[WIP][-Wunsafe-buffer-usage] Handle lambda expressions within a method.Rashmi Mudduluru
2023-07-18[clang][docs] Update LibASTMatchersReference.htmlRashmi Mudduluru
2023-06-25[ASTMatchers] Add argumentCountAtLeast narrowing matcherMike Crowe
2023-01-20Correct documentation for the refersToType AST matcherAaron Ballman
2023-01-10Remove a stale FIXME comment; NFCAaron Ballman
2023-01-10Fix the documentation for the hasBody AST matcherAaron Ballman
2023-01-10Update dump_ast_matchers.py to Python 3Aaron Ballman
2022-12-23[ASTMatchers] Add isInAnonymousNamespace narrowing matcherCarlos Galvez
2022-10-18[doc] Fix invalid reference to `hasReturnArgument` matcher.Clement Courbet
2022-07-21[ASTMatchers] Adding a new matcher for callee declarations of Obj-CZiqing Luo
2022-06-30Adds AST matcher for ObjCStringLiteralRashmi Mudduluru
2022-05-19[Clang][[OpenMP5.1] Initial parser/sema for default(private) clauseJennifer Yu
2022-05-13[ASTMatchers][clang-tidy][NFC] Hoist `forEachTemplateArgument` matcher into t...Whisperity
2022-05-11[ASTMatchers][NFC] Fix name of matcher in docs and add a missing testWhisperity
2022-02-23[ASTMatchers] Expand isInline matcher to VarDeclNathan James
2022-02-03[clang][docs] Regenerate ASTMatchers documentationNathan James
2022-01-24Add `isConstinit` matcherEvgeny Shulgin
2022-01-20Add `isConsteval` matcherEvgeny Shulgin
2021-12-02Fix documentation for `forEachLambdaCapture` and `hasAnyCapture`James King
2021-11-15Add `isInitCapture` and `forEachLambdaCapture` matchers.James King