git://git.jankratochvil.net
/
lldb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[clang-tidy] Fix crash in readability-function-cognitive-complexity on weak refs
[lldb.git]
/
clang
/
docs
/
LibASTMatchersReference.html
2020-10-11
Zinovy Nis
[clang-tidy] Fix crash in readability-function-cognitiv...
blob
|
commitdiff
2020-09-23
YangZhihui
Fix typos in ASTMatchers.h; NFC
blob
|
commitdiff
|
diff to current
2020-09-15
Jonas Toth
[ASTMatchers] extract public matchers from const-analys...
blob
|
commitdiff
|
diff to current
2020-08-10
Nathan Ridge
[clang] Allow DynTypedNode to store a TemplateArgumentLoc
blob
|
commitdiff
|
diff to current
2020-07-13
Atmn Patel
[OpenMP] Add firstprivate as a default data-sharing...
blob
|
commitdiff
|
diff to current
2020-07-07
Nathan James
[ASTMatchers] Added hasDirectBase Matcher
blob
|
commitdiff
|
diff to current
2020-07-02
Nathan James
[ASTMatchers] Enhanced support for matchers taking...
blob
|
commitdiff
|
diff to current
2020-06-22
Nathan James
Fixed ASTMatchers registry and regen ast docs
blob
|
commitdiff
|
diff to current
2020-05-29
Jan Korous
[ASTMatchers] Matchers related to C++ inheritance
blob
|
commitdiff
|
diff to current
2020-05-28
Vy Nguyen
add isAtPosition narrowing matcher for parmVarDecl
blob
|
commitdiff
|
diff to current
2020-05-17
Nathan James
[ASTMatchers] Added BinaryOperator hasOperands matcher
blob
|
commitdiff
|
diff to current
2020-04-09
Nathan James
[ASTMatchers] Fixed CastKind being parsed incorrectly...
blob
|
commitdiff
|
diff to current
2020-03-12
Roman Lebedev
[clang] Prune 'IsOMPStructuredBlock' Stmt bit
blob
|
commitdiff
|
diff to current
2020-03-10
Nathan James
[ASTMatchers] Add hasAnyOverloadedOperatorName matcher
blob
|
commitdiff
|
diff to current
2020-03-09
Nathan James
[ASTMatchers] adds isComparisonOperator to BinaryOperat...
blob
|
commitdiff
|
diff to current
2020-03-05
Yitzhak Mandelbaum
[AST Matchers] Restrict `optionally` matcher to a singl...
blob
|
commitdiff
|
diff to current
2020-02-26
Nathan James
[docs] dump-ast-matchers removes const from Matcher...
blob
|
commitdiff
|
diff to current
2020-02-25
Nathan James
[ASTMatchers] Adds a matcher called `hasAnyOperatorName`
blob
|
commitdiff
|
diff to current
2020-02-25
Nathan James
[docs] dump_ast_matchers strips internal::(Bindable...
blob
|
commitdiff
|
diff to current
2020-02-13
Reid Kleckner
Remove clang::ast_type_traits namespace in favor of...
blob
|
commitdiff
|
diff to current
2020-02-03
Haojian Wu
[clang][AST] Add an AST matcher for deducedTemplateSpei...
blob
|
commitdiff
|
diff to current
2020-01-30
Nathan James
[ASTMatchers] Add hasPlacementArg and hasAnyPlacementAr...
blob
|
commitdiff
|
diff to current
2020-01-29
Karasev Nikita
Add TagDecl AST matcher
blob
|
commitdiff
|
diff to current
2020-01-28
Nathan
[ASTMatchers] Add cxxNoexceptExpr AST matcher
blob
|
commitdiff
|
diff to current
2020-01-27
Qiu Chaofan
[NFC] Fix typo in Clang docs
blob
|
commitdiff
|
diff to current
2020-01-11
Jonas Toth
Revert "[ASTMatchers] extract public matchers from...
blob
|
commitdiff
|
diff to current
2020-01-11
Jonas Toth
[ASTMatchers] extract public matchers from const-analys...
blob
|
commitdiff
|
diff to current
2020-01-10
Reid
Implement new AST matcher hasAnyCapture to match on...
blob
|
commitdiff
|
diff to current
2020-01-08
Rihan Yang
Add a new AST matcher 'optionally'.
blob
|
commitdiff
|
diff to current
2020-01-02
Nathan James
Handle init statements in readability-else-after-return
blob
|
commitdiff
|
diff to current
2019-12-08
Sylvestre Ledru
Fix typo in the AST Matcher Reference doc Closes: #54
blob
|
commitdiff
|
diff to current
2019-08-12
Stephane Moore
[clang] Update isDerivedFrom to support Objective-C...
blob
|
commitdiff
|
diff to current
2019-08-08
Yitzhak Mandelbaum
[clang] Update `ignoringElidableConstructorCall` matche...
blob
|
commitdiff
|
diff to current
2019-08-07
Yitzhak Mandelbaum
[clang][NFC] Fix typo in matcher comment
blob
|
commitdiff
|
diff to current
2019-07-25
Anton Bikineev
[clang] Add isDirectlyDerivedFrom AST matcher.
blob
|
commitdiff
|
diff to current
2019-06-19
Gauthier Harnisch
[clang] Adapt ASTMatcher to explicit(bool) specifier
blob
|
commitdiff
|
diff to current
2019-06-13
Dmitri Gribenko
Added AST matcher for ignoring elidable constructors
blob
|
commitdiff
|
diff to current
2019-05-12
Stephane Moore
[clang] Regenerate AST matcher docs 📖
blob
|
commitdiff
|
diff to current
2019-05-03
Dmitri Gribenko
Added an AST matcher for declarations that are in the...
blob
|
commitdiff
|
diff to current
2019-04-22
Ben Hamilton
[ASTMatchers] Introduce Objective-C matchers `isClassMe...
blob
|
commitdiff
|
diff to current
2019-04-03
Aaron Ballman
Fixing a typo; NFC.
blob
|
commitdiff
|
diff to current
2019-03-21
Roman Lebedev
[ASTMatcher] Add clang-query disclaimer to two more...
blob
|
commitdiff
|
diff to current
2019-03-21
Roman Lebedev
[ASTMatchers][OpenMP] OpenMP Structured-block-related...
blob
|
commitdiff
|
diff to current
2019-03-21
Roman Lebedev
[ASTTypeTraits][ASTMatchers][OpenMP] OMPClause handling
blob
|
commitdiff
|
diff to current
2019-03-21
Roman Lebedev
[ASTMatchers][OpenMP] Add base ompExecutableDirective...
blob
|
commitdiff
|
diff to current
2019-02-26
Tom Roeder
[ASTImporter] Add support for importing ChooseExpr...
blob
|
commitdiff
|
diff to current
2019-02-26
Reid Kleckner
Revert r354832 "[ASTImporter] Add support for importing...
blob
|
commitdiff
|
diff to current
2019-02-25
Tom Roeder
[ASTImporter] Add support for importing ChooseExpr...
blob
|
commitdiff
|
diff to current
2019-02-08
Yitzhak Mandelbaum
[ASTMatchers][NFC] Update comments on assorted `CXXMemb...
blob
|
commitdiff
|
diff to current
2019-01-07
Hyrum Wright
[clang] Add AST matcher for initializer list members
blob
|
commitdiff
|
diff to current
2018-12-17
Gabor Marton
[ASTImporter] Fix redecl chain of classes and class...
blob
|
commitdiff
|
diff to current
2018-12-13
Stephane Moore
[clang] Add AST matcher for block expressions 🔍
blob
|
commitdiff
|
diff to current
2018-12-12
Eric Fiselier
[AST] Store "UsesADL" information in CallExpr.
blob
|
commitdiff
|
diff to current
2018-12-11
Aaron Ballman
Stop stripping comments from AST matcher example code.
blob
|
commitdiff
|
diff to current
2018-11-22
Clement Courbet
Revert rL347462 "[ASTMatchers] Add hasSideEffect()...
blob
|
commitdiff
|
diff to current
2018-11-22
Clement Courbet
[ASTMatchers] Add hasSideEffect() matcher.
blob
|
commitdiff
|
diff to current
2018-11-22
Clement Courbet
[ASTMatchers] Re-generate ast matchers doc after rL346455.
blob
|
commitdiff
|
diff to current
2018-11-09
Jonas Toth
[ASTMatchers] overload ignoringParens for Expr
blob
|
commitdiff
|
diff to current
2018-11-04
Sylvestre Ledru
Update our URLs in clang doc to use https
blob
|
commitdiff
|
diff to current
2018-10-29
Aaron Ballman
Add the isStaticLocal() AST matcher for matching on...
blob
|
commitdiff
|
diff to current
2018-10-09
Stephen Kelly
Remove non-existant typeloc matchers from documentation
blob
|
commitdiff
|
diff to current
2018-10-09
Stephen Kelly
Regenerate AST Matcher docs
blob
|
commitdiff
|
diff to current
2018-09-17
Shuai Wang
[ASTMatchers] Let isArrow also support UnresolvedMember...
blob
|
commitdiff
|
diff to current
2018-09-11
Jonas Toth
[ASTMatchers] add three matchers for dependent expressions
blob
|
commitdiff
|
diff to current
2018-08-23
Shuai Wang
[ASTMatchers] Let hasObjectExpression also support...
blob
|
commitdiff
|
diff to current
2018-08-12
Shuai Wang
[ASTMatchers] Let hasAnyArgument also support CXXUnreso...
blob
|
commitdiff
|
diff to current
2018-08-12
Shuai Wang
[ASTMatchers] Add matchers unresolvedMemberExpr, cxxDep...
blob
|
commitdiff
|
diff to current
2018-07-27
George Karpenkov
[ASTMatchers] Introduce a matcher for `ObjCIvarExpr...
blob
|
commitdiff
|
diff to current
2018-07-26
Jonas Toth
[ASTMatchers] fix the missing documentation for new...
blob
|
commitdiff
|
diff to current
2018-07-23
George Karpenkov
[ASTMatchers] Add an isMain() matcher
blob
|
commitdiff
|
diff to current
2018-07-23
George Karpenkov
[ASTMatchers] [NFC] Regenerate HTML docs.
blob
|
commitdiff
|
diff to current
2018-07-16
George Karpenkov
[ASTMatchers] Introduce Objective-C matchers `hasReceiv...
blob
|
commitdiff
|
diff to current
2018-07-06
George Karpenkov
[ASTMatchers] A matcher for Objective-C @autoreleasepool
blob
|
commitdiff
|
diff to current
2018-05-16
George Karpenkov
[ASTMatchers] Introduce a blockDecl matcher for matchin...
blob
|
commitdiff
|
diff to current
2018-05-08
Gabor Horvath
[ASTMatchers] Overload isConstexpr for ifStmts
blob
|
commitdiff
|
diff to current
2018-04-30
Alexander Kornienko
Regenerated AST Matchers doc.
blob
|
commitdiff
|
diff to current
2018-04-06
Alexander Kornienko
Fix typos in clang
blob
|
commitdiff
|
diff to current
2018-03-29
George Karpenkov
[ASTMatchers] Introduce a matcher for matching any...
blob
|
commitdiff
|
diff to current
2018-03-29
George Karpenkov
[ASTMatchers] Extend hasParameter and hasAnyParameter...
blob
|
commitdiff
|
diff to current
2018-03-27
Peter Szecsi
[ASTMatchers] Add isAssignmentOperator matcher
blob
|
commitdiff
|
diff to current
2018-03-21
Clement Courbet
[ASTMatchers] Remove extra qualifier for consistency...
blob
|
commitdiff
|
diff to current
2018-03-21
Clement Courbet
[ASTMatchers] Regenerate doc.
blob
|
commitdiff
|
diff to current
2018-03-07
George Karpenkov
[ASTMatcher] Extend hasAnyArgument to ObjCMessageExpr
blob
|
commitdiff
|
diff to current
2018-02-21
Eric Liu
[ASTMatchers] Regenerate documentation after r325678
blob
|
commitdiff
|
diff to current
2018-01-22
Julie Hockett
Add hasTrailingReturn AST matcher
blob
|
commitdiff
|
diff to current
2018-01-22
Fangrui Song
[ASTMatchers] [NFC] Fix code examples
blob
|
commitdiff
|
diff to current
2018-01-18
Haojian Wu
[ASTMatcher] Add isScoped matcher for enumDecl.
blob
|
commitdiff
|
diff to current
2018-01-17
Roman Lebedev
[ASTMatchers] Add isNoReturn() match narrower for Funct...
blob
|
commitdiff
|
diff to current
2018-01-17
Benjamin Kramer
Update dump_ast_matchers for many recent changes.
blob
|
commitdiff
|
diff to current
2017-11-29
Aaron Ballman
Add the hasDefinition() AST matcher to match class...
blob
|
commitdiff
|
diff to current
2017-11-23
Adam Balogh
[ASTMatchers] Matchers for new[] operators
blob
|
commitdiff
|
diff to current
2017-11-21
Aaron Ballman
Add an AST matcher for hasDefaultArgument() to match...
blob
|
commitdiff
|
diff to current
2017-11-14
Dave Lee
Make isDefinition matcher support ObjCMethodDecl
blob
|
commitdiff
|
diff to current
2017-11-11
Dave Lee
Fix AST matcher documentation typo
blob
|
commitdiff
|
diff to current
2017-11-11
Dave Lee
Add ObjC exception statement AST matchers
blob
|
commitdiff
|
diff to current
2017-10-26
Dave Lee
Add objcCategoryImplDecl matcher
blob
|
commitdiff
|
diff to current
2017-09-22
Alexander Shaposhnikov
[clang] Fix isExternC matcher docs
blob
|
commitdiff
|
diff to current
2017-09-10
Dave Lee
Add objcImplementationDecl matcher
blob
|
commitdiff
|
diff to current
2017-08-02
Manuel Klimek
Unify and simplify the behavior of the hasDeclaration...
blob
|
commitdiff
|
diff to current
2017-07-11
Clement Courbet
[ASTMatchers][NFC] integerLiteral(): Mention negative...
blob
|
commitdiff
|
diff to current
next