aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/AST
AgeCommit message (Expand)AuthorFilesLines
2021-01-22[clang][ASTImporter] Add support for importing CXXFoldExpr.Balázs Kéri1-0/+32
2021-01-19Add API to retrieve a clade kind from ASTNodeKindStephen Kelly1-0/+12
2021-01-16[ASTMatchers] Add support for CXXRewrittenBinaryOperatorStephen Kelly1-0/+60
2021-01-07[clang][ASTImporter] Fix a possible assertion failure `NeedsInjectedClassName...Balázs Kéri1-0/+35
2020-12-16[ASTImporter] Add support for importing GenericSelectionExpr AST nodes.Tom Roeder2-0/+105
2020-12-14AST: Silence an instance of -Wsign-compare, NFCDuncan P. N. Exon Smith1-1/+1
2020-12-14[ASTImporter] Fix import of a typedef that has an attributeGabor Marton1-0/+18
2020-12-11Remove references to the ast_type_traits namespaceAlexander Kornienko4-25/+21
2020-12-09[ASTImporter] Support CXXDeductionGuideDecl with local typedefGabor Marton1-0/+16
2020-12-03[Clang][Sema] Attempt to fix CTAD faulty copy of non-local typedefsGabor Marton1-0/+71
2020-11-30[ASTImporter] Support import of CXXDeductionGuideDeclGabor Marton1-0/+41
2020-11-27[ASTImporter] Import the default argument of NonTypeTemplateParmDeclRaphael Isemann1-0/+21
2020-11-26[ASTImporter] Import the default argument of TemplateTypeParmDeclRaphael Isemann1-0/+19
2020-11-26[ASTImporter] Import the default argument of TemplateTemplateParmDeclRaphael Isemann1-0/+33
2020-11-24[ASTImporter] Make the Import() return value consistent with the map of impor...Raphael Isemann1-0/+19
2020-11-18Remove unportable testStephen Kelly1-46/+0
2020-11-17[AST] Ignore implicit nodes in IgnoreUnlessSpelledInSource modeStephen Kelly1-4/+445
2020-11-07Fix dumping of explicit template specializationsStephen Kelly1-0/+42
2020-11-06Traverse-ignore explicit template instantiationsStephen Kelly1-13/+118
2020-11-03Undo Revert "Ignore template instantiations if not in AsIs mode"Matt Morehouse1-1/+150
2020-11-03Revert "Ignore template instantiations if not in AsIs mode"Matt Morehouse1-150/+1
2020-11-02Ignore template instantiations if not in AsIs modeStephen Kelly1-1/+150
2020-10-30[AST] Fix traversal over CXXConstructExpr in Syntactic modeStephen Kelly1-1/+168
2020-10-15clang-{tools,unittests}: Stop using SourceManager::getBuffer, NFCDuncan P. N. Exon Smith1-2/+3
2020-10-14Revert "[ASTImporter] Fix crash caused by unset AttributeSpellingListIndex"Dave Lee1-26/+1
2020-10-14[ASTImporter] Fix crash caused by unset AttributeSpellingListIndexGabor Marton1-1/+26
2020-10-14[ASTImporter] Fix crash caused by unimported type of FromatAttrGabor Marton1-0/+25
2020-10-05[ASTImporter][AST] Fix structural equivalency crash on dependent FieldDeclGabor Marton1-0/+33
2020-09-21[ASTImporter] Refactor IsStructurallyEquivalent's Decl overloads to be more c...Raphael Isemann1-0/+16
2020-09-13[ASTImporter] Add basic support for comparing Stmts and compare function bodiesRaphael Isemann1-16/+306
2020-09-07Revert "[clang] Prevent that Decl::dump on a CXXRecordDecl deserialises furth...Raphael Isemann2-141/+0
2020-09-07[clang] Prevent that Decl::dump on a CXXRecordDecl deserialises further decla...Raphael Isemann2-0/+141
2020-08-26[clang][NFC] Properly fix a GCC warning in ASTImporterTest.cppRaphael Isemann1-1/+1
2020-08-24[clang][NFC] Fix a GCC warning in ASTImporterTest.cppRaphael Isemann1-0/+1
2020-08-09[AST] Fixed string list in testDávid Bolvanský1-2/+2
2020-08-09[AST] Fixed string concatenation warningsDávid Bolvanský1-32/+32
2020-08-05[clang] Add -fno-delayed-template-parsing to the added unit tests in DeclPrin...Bruno Ricci1-3/+2
2020-08-05[clang][NFC] DeclPrinter: use NamedDecl::getDeclName instead of NamedDecl::pr...Bruno Ricci1-12/+118
2020-07-28On Windows build, making the /bigobj flag global , instead of passing it per ...Zahira Ammarguellat1-3/+0
2020-07-21[ASTImporter] Refactor ASTImporter to support custom downstream testsVince Bridgers2-225/+224
2020-07-16[AST][NFC] Simplify a regression testJan Korous2-87/+0
2020-07-13[AST] Fix potential nullptr dereference in Expr::HasSideEffectsJan Korous2-0/+87
2020-07-10Summary: [clang] Provide a way for WhileStmt to report the location of its LP...Vy Nguyen1-0/+53
2020-07-10[AST][ObjC] Fix crash when printing invalid objc categoriesDavid Goldman1-11/+23
2020-07-07[ASTImporter] Corrected import of repeated friend declarations.Balázs Kéri2-0/+71
2020-07-03[clang][NFC] Store a pointer to the ASTContext in ASTDumper and TextNodeDumperBruno Ricci2-2/+2
2020-07-02Revert "[clang][NFC] Store a pointer to the ASTContext in ASTDumper and TextN...Bruno Ricci2-2/+2
2020-07-02[clang][NFC] Store a pointer to the ASTContext in ASTDumper and TextNodeDumperBruno Ricci2-2/+2
2020-07-02[ASTImporter] Add unittest case for friend decl importVince Bridgers1-0/+20
2020-06-23When performing a substitution into a dependent alias template, mark theRichard Smith1-0/+1