aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
AgeCommit message (Expand)AuthorFilesLines
46 hours[clang] Make 'fileScopeAsmDecl' matcher public (#165319)Davide Cunial1-3/+11
2025-09-12[clang] AST: remove DependentTemplateSpecializationType (#158109)Matheus Izvekov1-1/+1
2025-08-20[Clang][ASTMatchers] Make `hasConditionVariableStatement` support `for` loop,...Yanzuo Liu1-0/+33
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov1-79/+9
2025-04-15[clang][test] Improve unit tests for Fixed point AST matchers. (#134398)earnol1-0/+61
2025-01-03[Clang][ASTMatcher] Add `dependentTemplateSpecializationType` matcher (#121435)kefan cao1-0/+15
2024-12-29[Clang][ASTMatcher] Add `dependentNameType` AST matcher (#121263)Amr Hesham1-0/+14
2024-12-27[Clang][ASTMatcher] Add `dependentScopeDeclRefExpr` matcher (#120996)Amr Hesham1-4/+17
2024-12-02[clang-tidy][use-internal-linkage]fix false positives for ExportDecl (#117901)Congcong Cai1-0/+15
2024-09-27[clang][test] remove unused `run` overload in `BoundNodesCallback` (#105935)Julian Schmidt1-2/+0
2024-09-27[clang][test] add TestLanguage.def to specify all tested language versions (#...Julian Schmidt1-6/+12
2024-06-20[Clang] [Sema] Diagnose unknown std::initializer_list layout in SemaInit (#95...Mital Ashok1-2/+2
2024-05-20[Clang][Sema] Don't build CXXDependentScopeMemberExprs for potentially implic...Krystian Stasiowski1-2/+4
2024-05-14Reapply "[Clang] Unify interface for accessing template arguments as written ...Krystian Stasiowski1-12/+0
2024-05-07Revert "[Clang] Unify interface for accessing template arguments as written f...Adrian Prantl1-0/+12
2024-05-07[Clang] Unify interface for accessing template arguments as written for class...Krystian Stasiowski1-12/+0
2024-04-09[ASTMatchers] fix captureVars assertion failure on capturesVariables (#76619)Ding Fei1-0/+2
2024-03-08[clang][ASTMatcher] Add matchers for isExplicitObjectMemberFunction() (#84446)Balazs Benics1-1/+1
2024-01-16[clang][ASTMatcher] Add matchers for CXXFoldExpr (#71245)Julian Schmidt1-0/+13
2023-09-25[ASTMatchers] Fix classIsDerivedFrom for recusrive cases (#67307)Ilya Biryukov1-0/+74
2023-08-16[clang][ASTMatcher] Add matcher for 'MacroQualifiedType'dingfei1-0/+14
2023-08-07[clang][ASTMatcher] Add Matcher 'convertVectorExpr'dingfei1-0/+11
2023-08-07[clang][ASTMatcher] Add Matcher 'dependentSizedExtVectorType'dingfei1-0/+14
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott1-1/+1
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2022-12-07[clang] Correctly handle by-reference capture with an initializer that is a p...Jens Massberg1-0/+24
2022-08-01Fixed a number of typosGabriel Ravier1-1/+1
2022-07-27[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-14/+13
2022-07-21[ASTMatchers] Adding a new matcher for callee declarations of Obj-CZiqing Luo1-0/+39
2022-07-14Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere1-13/+14
2022-07-15[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-14/+13
2022-07-13Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere1-13/+14
2022-07-13[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-14/+13
2022-06-30Adds AST matcher for ObjCStringLiteralRashmi Mudduluru1-0/+20
2022-06-02Revert "Drop qualifiers from return types in C (DR423)"Aaron Ballman1-12/+2
2022-05-19Drop qualifiers from return types in C (DR423)Aaron Ballman1-2/+12
2022-05-11[ASTMatchers][NFC] Fix name of matcher in docs and add a missing testWhisperity1-0/+11
2021-11-08Add `LambdaCapture`-related matchers.James King1-0/+59
2021-10-21Recommit: Compress formatting of array type names (int [4] -> int[4])David Blaikie1-2/+2
2021-10-14Revert "Compress formatting of array type names (int [4] -> int[4])"David Blaikie1-2/+2
2021-10-14Compress formatting of array type names (int [4] -> int[4])David Blaikie1-2/+2
2021-10-08Add `TypeLoc`-related matchers.James King1-0/+159
2021-08-06Reapply "Support Attr in DynTypedNode and ASTMatchers."Sam McCall1-0/+23
2021-08-06Revert "Support Attr in DynTypedNode and ASTMatchers."Sam McCall1-23/+0
2021-08-06Support Attr in DynTypedNode and ASTMatchers.Sam McCall1-0/+23
2021-08-06Disallow narrowing conversions to bool in noexcept specififersCorentin Jabot1-1/+1
2021-06-08[clang] p1099 using enum part 2Nathan Sidwell1-0/+16
2021-05-14Bump googletest to 1.10.0Benjamin Kramer1-2/+2
2021-02-02[ASTMatchers] Add matchers for decomposition declsStephen Kelly1-0/+31
2020-12-16[ASTImporter] Add support for importing GenericSelectionExpr AST nodes.Tom Roeder1-0/+5