]> granicus.if.org Git - clang/history - lib/ASTMatchers
[driver][mips] Remove redundant curly brackets. NFC
[clang] / lib / ASTMatchers /
2017-06-09 Benjamin Kramer[ASTMatchers] Fix use after free.
2017-06-08 Peter Wu[ASTMatchers] Add clang-query support for equals matcher
2017-06-08 Peter Wu[ASTMatchers] Add support for floatLiterals
2017-06-08 Peter Wu[ASTMatchers] Add support for boolean literals
2017-05-05 Jakub KuderskiAdd cxxStdInitializerListExpr AST matcher
2017-04-16 Alexander Shaposhnikov[clang] Register isConstexpr matcher
2017-04-15 Aaron BallmanAdd isStaticStorageClass to the dynamic matcher registr...
2017-03-28 Eric Liu[ASTMatchers] add typeAliasTemplateDecl matcher.
2017-03-15 Aaron BallmanAdd AST matchers for ObjCProtocolDecl, ObjCCategoryDecl...
2017-01-05 David BlaikieMove VariantMatcher's Payload to std::shared_ptr rather...
2016-12-24 Malcolm Parsons[ASTMatchers] Add hasInClassInitializer traversal match...
2016-12-08 Malcolm Parsons[ASTMatcher] Add hasReplacementType matcher for SubstTe...
2016-12-01 Manuel KlimekAdds hasUnqualifiedDesugaredType to allow matching...
2016-10-10 Justin Lebar[AST] Convert Marshallers to use unique_ptr.
2016-09-26 Aaron BallmanComplete support for the cxxCtorInitializer() AST match...
2016-08-17 Aaron BallmanAdd an AST matcher for external formal linkage.
2016-08-12 Martin Bohme[ASTMatchers] Add templateTypeParmDecl() to Registry.cpp
2016-08-09 Martin Bohme[ASTMatchers] Add matchers canReferToDecl() and hasUnde...
2016-07-29 Haojian Wu[ASTMatcher] Add templateName matcher.
2016-07-21 Benjamin KramerMove some IntrusiveRefCntPtrs instead of copying.
2016-07-18 Mehdi Amini[NFC] Header cleanup
2016-07-12 Clement Courbet[ASTMatchers] isSignedInteger() and isUnsignedInteger()
2016-07-06 Aaron BallmanAdd AST matchers for handling bit-fields and narrowing...
2016-06-30 Haojian Wu[ASTMatcher] Add a node matcher for EnumType.
2016-06-28 Samuel Benzaquen[ASTMatchers] Add isLambda() matcher.
2016-06-24 Cong LiuIgnoringImplicit matcher.
2016-06-15 Benjamin KramerApply some suggestions from clang-tidy's performance...
2016-06-06 Aaron BallmanAdding an AST matcher to ignore parenthesis in *types...
2016-05-18 Haojian Wu[ASTMatcher] Add a node matcher for UnresolvedLookupExpr.
2016-05-16 Aaron BallmanAdd the hasDynamicExceptionSpec() AST matcher to match...
2016-05-13 Etienne BergeronAdd an AST matcher for CastExpr kind
2016-05-04 Gabor Horvath[ASTMatchers] New matcher forFunction
2016-04-19 Samuel Benzaquen[ASTMatchers] Do not try to memoize nodes we can't...
2016-04-14 Aaron BallmanAdd typedefNameDecl() and typeAliasDecl() to the AST...
2016-03-25 Samuel Benzaquen[ASTMatchers] Add own version of VariadicFunction.
2016-03-22 Alexander Kornienko[ASTMatchers] New matcher hasReturnValue added
2016-03-09 Aaron BallmanAdding new AST matchers for: addrLabelExpr, atomicExpr...
2016-02-23 Alexander KornienkoFix a -Wunused-variable diagnostic.
2016-02-22 Hans WennborgFix Visual Studio build after r261574
2016-02-22 Samuel Benzaquen[ASTMatchers] Add matcher hasAnyName.
2016-02-18 Aaron BallmanAdd an AST matcher for real floating-point types. e...
2016-02-16 Aaron BallmanAdd a nullPointerConstant() AST matcher to handle varia...
2016-02-15 Felix BergerAdd isAnyPointer() matchers. Register missing matchers.
2016-02-13 Benjamin KramerReduce the number of implicit StringRef->std::string...
2016-02-09 Richard SmithSimplify and rename ASTMatchFinder's getCXXRecordDecl...
2016-02-09 Reid KlecknerPass /bigobj when building lib/ASTMatchers/Dynamic...
2016-02-09 Aaron BallmanRegistering the gnuNullExpr AST matcher as a dynamic...
2016-02-05 Samuel Benzaquen[ASTMatchers] Allow hasName() to look through inline...
2016-02-01 Aaron BallmanReapply r259210 with a fix for RegistryTest.cpp.
2016-01-29 Hans WennborgRevert r259210 "Extend hasType narrowing matcher for...
2016-01-29 Aaron BallmanExtend hasType narrowing matcher for TypedefDecls,...
2016-01-26 Chris BienemanRemove autoconf support
2016-01-26 Eugene ZelenkoFix Clang-tidy modernize-use-nullptr warnings; other...
2016-01-22 Aaron BallmanAdd am AST matcher for isMoveAssignmentOperator.
2016-01-21 Nico WeberAdd an isVirtualAsWritten AST matcher.
2016-01-20 Aaron BallmanRegister the isCopyAssignmentOperator AST matcher so...
2016-01-20 Aaron BallmanAdd AST matcher for paren expressions.
2016-01-18 Aaron BallmanAdd an AST matcher for checking whether a function...
2016-01-18 Manuel KlimekAdd forEachArgumentWithParam AST matcher.
2015-12-22 Samuel Benzaquen[ASTMatchers] Add booleanType() matcher.
2015-12-02 Aaron BallmanAdd a narrowing AST matcher that matches on a FunctionD...
2015-11-24 Richard SmithUse data recursion in RecursiveASTVisitor when traversi...
2015-11-23 Aaron BallmanAdd an AST matcher for narrowing when a type is volatil...
2015-11-18 Aaron BallmanRe-committing r253473 after hopefully fixing the bot...
2015-11-18 Aaron BallmanReverting r253473 while I investigate build bot failures.
2015-11-18 Aaron BallmanAdding AST matchers for VarDecl storage durations....
2015-10-23 Benjamin Kramer[AST] Re-add TypeLocs and NestedNameSpecifierLocs to...
2015-10-21 Benjamin KramerRevert "[AST] Put TypeLocs and NestedNameSpecifierLocs...
2015-10-20 Benjamin Kramer[AST] Put TypeLocs and NestedNameSpecifierLocs into...
2015-10-20 Angel Garcia GomezRoll-back r250822.
2015-10-20 Angel Garcia GomezApply modernize-use-default to clang.
2015-10-12 Matthias GehreAdd decayedType and hasDecayedType AST matchers
2015-10-07 Daniel JasperASTMatchers: Keep AllCallbacks in a set instead of...
2015-10-05 Aaron BallmanAdding a narrowing AST matcher for FunctionDecl::isVari...
2015-10-04 Craig TopperSourceRanges are small and trivially copyable, don...
2015-09-17 Aaron BallmanRename AST node matchers to match the AST node names...
2015-09-11 Aaron BallmanFixed HasDeclarationMatcher to properly convert all...
2015-08-28 Aaron BallmanAdding an AST matcher for namespaceAliasDecl.
2015-08-26 Samuel Benzaquen[ASTMatchers] Add type matcher for SubstTemplateTypePar...
2015-08-18 Aaron BallmanAdd AST narrowing matchers for inline and anonymous...
2015-08-12 Aaron BallmanSwitching from an explicit loop to DeleteContainerSecon...
2015-08-12 Aaron BallmanRangRangify some more for loops; NFC.
2015-08-11 Aaron BallmanAdd a polymorphic AST matcher for testing whether a...
2015-08-11 Aaron BallmanAdd an AST matcher to match member intializers of a...
2015-08-05 Aaron BallmanAdd AST matchers for narrowing constructors that are...
2015-07-24 Aaron BallmanAdd an AST matcher, isFinal(), for testing whether...
2015-07-17 Samuel Benzaquen[ASTMatchers] Use provided target NodeKind instead...
2015-07-15 Aaron BallmanAdd the ability to AST match a variable declaration...
2015-07-14 Hans WennborgAST Matchers: pass ast_type_traits::DynTypedNode by...
2015-07-06 Yaron KerenReplace some const std::string & with llvm::StringRef...
2015-07-03 Yaron KerenRevert r241330. It compiled with Visual C++ 2013 and...
2015-07-03 Yaron KerenReplace some const std::string & with llvm::StringRef...
2015-07-03 Yaron KerenRevert r241319, investigating.
2015-07-03 Yaron KerenReplace some const std::string & with llvm::StringRef...
2015-07-02 Aaron BallmanWhen testing for anyOf(), the test should not be for...
2015-07-02 Aaron BallmanImplement an AST matcher for C++ exception catch handle...
2015-06-05 David MajnemerMove a test from static-assert.cpp to DeclPrinterTest
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-04-20 Samuel BenzaquenAdd conversionDecl matcher for node CXXConversionDecl.
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
next