aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/AST
AgeCommit message (Expand)AuthorFilesLines
2024-01-18[clang][ASTImporter] Improve structural equivalence of overloadable operators...Balázs Kéri1-0/+170
2024-01-16[clang][ASTMatcher] Add matchers for CXXFoldExpr (#71245)Julian Schmidt1-17/+10
2024-01-15[clang][ASTImporter] Fix import of variable template redeclarations. (#72841)Balázs Kéri1-0/+53
2024-01-11[clang][ASTImporter] Improve import of friend class templates. (#74627)Balázs Kéri1-0/+156
2024-01-05[clang][ASTImporter][StructuralEquivalence] improve StructuralEquivalence on ...Qizhi Hu1-0/+23
2024-01-04[clang][ASTImporter] import InstantiatedFromMember of ClassTemplateSpecializa...Qizhi Hu1-0/+33
2023-12-25[clang][ASTImporter] skip TemplateTypeParmDecl in VisitTypeAliasTemplateDecl ...Qizhi Hu1-0/+47
2023-12-22[clang][ASTImporter] Support Importer of BuiltinBitCastExpr (#74813)Qizhi Hu1-0/+12
2023-12-22[clang][ASTImporter] Import AlignValueAttr correctly. (#75308)Balázs Kéri1-46/+25
2023-12-21[clang][ASTImporter] add processing of SubstNonTypeTemplateParmExpr in isAnce...Qizhi Hu1-0/+20
2023-11-29[clang][ASTImporter] IdentifierInfo of Attribute should be set using 'ToASTCo...Qizhi Hu1-2/+11
2023-11-24[clang][ASTImporter] Fix import of SubstTemplateTypeParmType in return type o...Balázs Kéri1-3/+20
2023-11-06Add missing `llvm::to_underlying` in `AST/CommentParser.cpp` unit testVlad Serebrennikov1-2/+3
2023-11-06[clang][NFC] Refactor `ParamCommandComment::PassDirection`Vlad Serebrennikov1-37/+25
2023-11-03[clang][NFC] Refactor `TagTypeKind` (#71160)Vlad Serebrennikov1-2/+3
2023-11-02[clang][NFC] Refactor `clang::Linkage` (#71049)Vlad Serebrennikov1-4/+4
2023-11-01[clang][ASTImporter] Fix crash when template class static member imported to ...Exile1-0/+34
2023-10-26[AST] Only dump desugared type when visibly different (#65214)Jessica Clarke1-1/+1
2023-10-24[CXXNameMangler] Correct the mangling of SVE ACLE types within function names...Paul Walker1-14/+4
2023-10-16[clang][ASTImporter] Fix of possible crash "Did not find base!". (#67680)Balázs Kéri1-0/+58
2023-10-13[clang] Remove unused using decls (NFC)Kazu Hirata1-1/+0
2023-10-13[AST] Stop including llvm/ADT/StringMap.h (NFC)Kazu Hirata1-2/+0
2023-10-12[clang][Tests] Fix shared build. NFCMichael Liao1-0/+3
2023-10-12[clang][Tests] Add clangTooling dep to Interp unittestTimm Bäder1-0/+1
2023-10-12[clang][Interp] Fix expected values for Pointer APITimm Bäder3-0/+401
2023-10-07[clang][ASTImporter] Fix crash when import `VarTemplateDecl` in record (#67522)Qizhi Hu1-0/+31
2023-10-02-fsanitize=function: fix MSVC hashing to sugared type (#66816)Matheus Izvekov1-2/+2
2023-09-29[clang] NFCI: Use `FileEntryRef` in `SourceManager::overrideFileContents()`Jan Svoboda1-3/+3
2023-09-21[clang][AST] fix lack comparison of declRefExpr in ASTStructuralEquivalence (...Sunrise1-0/+9
2023-09-21[clang][AST][ASTImporter] improve AST comparasion on VarDecl & GotoStmt (#66976)Qizhi Hu1-2/+75
2023-09-13Reland "Update GoogleTest to v1.14.0 (#65823)"Haowei Wu2-0/+18
2023-09-12Revert "Update GoogleTest to v1.14.0 (#65823)"Haowei Wu2-18/+0
2023-09-12Update GoogleTest to v1.14.0 (#65823)Zero Omega2-0/+18
2023-09-08[ASTImport]CXXBoolLiteralExpr should be handled explicitly in statement compa...huqizhi1-0/+19
2023-09-04[AST] Support ConceptReference in DynTypedNode, add dump().Sam McCall1-0/+3
2023-09-01[clang][ASTImporter] Add import of a few type related nodesdingfei2-0/+106
2023-08-31Add a concept AST node.Jens Massberg1-4/+133
2023-08-24[clang][ASTImporter] Fix partially import of repeated friend templatesdingfei1-28/+43
2023-08-22[clang][ASTImporter]Skip check depth of friend template parameterhuqizhi2-7/+100
2023-08-17[clang] Update NumFunctionDeclBits for FunctionDeclBitfieldsdingfei2-0/+67
2023-08-16[clang][ASTImporter] Remove extra FunctionTemplateDecl introduced by template...dingfei1-0/+37
2023-08-16[clang][ASTImporter] Add import of 'MacroQualifiedType'dingfei1-0/+18
2023-08-11[ASTImporter][NFC] Fix typo in testcasedingfei1-2/+2
2023-08-08[clang][ASTImporter] Add import of 'ConvertVectorExpr'dingfei1-0/+23
2023-08-08[clang][ASTImporter] Add import of 'DependentSizedExtVectorType'dingfei2-0/+13
2023-08-02[ASTImporter] Fix corrupted RecordLayout caused by circular referenced fieldsdingfei1-2/+42
2023-08-02[clang][ASTImporter] Fix friend class template import within dependent contextdingfei1-15/+64
2023-07-27[clang][ASTImporter] Fix import of recursive field initializer.Balázs Kéri1-0/+77
2023-07-22[clang] Enable C++11-style attributes in all language modesNikolas Klauser1-1/+1
2023-07-21[clang][test] Remove unused variable 'SM' (NFC)Jie Fu1-1/+0