aboutsummaryrefslogtreecommitdiff
path: root/clang/docs/LibASTMatchersReference.html
AgeCommit message (Expand)AuthorFilesLines
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
2021-08-31[clang] Fix Typo in AST Matcher ReferenceShivam Gupta1-1/+1
2021-08-06Reapply "Support Attr in DynTypedNode and ASTMatchers."Sam McCall1-2/+26
2021-08-06Revert "Support Attr in DynTypedNode and ASTMatchers."Sam McCall1-26/+2
2021-08-06Support Attr in DynTypedNode and ASTMatchers.Sam McCall1-2/+26
2021-07-15Fix documentation; NFCliuke1-1/+1
2021-05-13[ASTMatchers] Add forCallable(), a generalization of forFunction().Artem Dergachev1-0/+32
2021-05-13[ASTMatchers] NFC: Fix formatting around forFunction().Artem Dergachev1-1/+1
2021-05-08Make `hasTypeLoc` matcher support more node types.Weston Carvalho1-4/+385
2021-04-09[ASTMatchers] Add `cxxBaseSpecifier` matcher (non-top-level)Nikita Kniazev1-8/+59
2021-03-22[ASTMatcher] Add AST Matcher support for C++20 coroutine keywordsChuanqi Xu1-0/+35
2021-03-15[ASTMatchers] Fix documentation for hasAnyBody matcherNathan James1-1/+1
2021-02-22Regenerate documentationStephen Kelly1-1/+2
2021-02-14[ASTMatchers] Clarify example in docsStephen Kelly1-1/+7
2021-02-02[ASTMatchers] Add matchers for decomposition declsStephen Kelly1-0/+61
2021-02-01NFC: Re-generate out-of-date matchers docsStephen Kelly1-46/+46
2021-01-28[ASTMatchers] Add invocation matcherStephen Kelly1-0/+34
2021-01-16[ASTMatchers] Add support for CXXRewrittenBinaryOperatorStephen Kelly1-10/+174
2021-01-16[ASTMatchers] Add binaryOperation matcherStephen Kelly1-0/+45
2021-01-16[ASTMatchers] Make cxxOperatorCallExpr matchers API-compatible with n-ary ope...Stephen Kelly1-10/+72
2021-01-16[ASTMatchers] Add mapAnyOf matcherStephen Kelly1-1/+24
2020-12-16[ASTImporter] Add support for importing GenericSelectionExpr AST nodes.Tom Roeder1-0/+5
2020-12-01s/instantate/instantiate/ throughout. NFCI.Arthur O'Dwyer1-1/+1
2020-11-23Update mode used in traverse() examplesStephen Kelly1-1/+1
2020-11-20Add documentation illustrating use of IgnoreUnlessSpelledInSourceStephen Kelly1-0/+431
2020-11-18Fix typo for hasAnyOverloadedOperatorName; NFCKeishi Hattori1-2/+2
2020-11-06Add new matchers for dependent names in templatesStephen Kelly1-4/+82
2020-11-03[ASTMatchers] Made isExpandedFromMacro PolymorphicNathan James1-5/+18
2020-10-11[clang-tidy] Fix crash in readability-function-cognitive-complexity on weak refsZinovy Nis1-0/+11
2020-09-23Fix typos in ASTMatchers.h; NFCYangZhihui1-118/+35
2020-09-15[ASTMatchers] extract public matchers from const-analysis into own patchJonas Toth1-0/+132
2020-08-10[clang] Allow DynTypedNode to store a TemplateArgumentLocNathan Ridge1-10/+24
2020-07-12[OpenMP] Add firstprivate as a default data-sharing attribute to clangAtmn Patel1-1/+18
2020-07-07[ASTMatchers] Added hasDirectBase MatcherNathan James1-1/+15
2020-07-02[ASTMatchers] Enhanced support for matchers taking Regex argumentsNathan James1-5/+25
2020-06-22Fixed ASTMatchers registry and regen ast docsNathan James1-21/+27
2020-05-29[ASTMatchers] Matchers related to C++ inheritanceJan Korous1-22/+166