summaryrefslogtreecommitdiff
path: root/unittests/AST
Commit message (Expand)AuthorAgeFilesLines
* [Clang][ASTImporter] Added visibility check for FunctionTemplateDecl.Balazs Keri2019-09-131-0/+44
* Rename of constants in ASTImporterVisibilityTest. NFC.Balazs Keri2019-09-051-47/+55
* [ASTImporter] Added visibility context check for TypedefNameDecl.Balazs Keri2019-09-041-0/+41
* [unittests][AST] CommentParser: don't name variable 'DEBUG'Roman Lebedev2019-09-021-2/+2
* [AST] AST structural equivalence to work internally with pairs.Balazs Keri2019-09-021-0/+122
* [ASTImporter] At import of records re-order indirect fields too.Balazs Keri2019-09-021-6/+34
* [ASTImporter] Do not look up lambda classesGabor Marton2019-08-301-0/+111
* [ASTImporter] Propagate errors during import of overridden methods.Balazs Keri2019-08-301-0/+44
* [Tooling] Migrated APIs that take ownership of objects to unique_ptrDmitri Gribenko2019-08-302-18/+18
* ArrayRef'ized CompilerInvocation::CreateFromArgsDmitri Gribenko2019-08-271-1/+0
* [ASTImporter] Fix name conflict handling with different strategiesGabor Marton2019-08-273-22/+342
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-143-3/+3
* [ASTImporter] Import additional flags for functions.Balazs Keri2019-08-131-0/+49
* [ASTImporter] Fix for import of friend class template with definition.Balazs Keri2019-08-121-0/+44
* Add SVE opaque built-in typesRichard Sandiford2019-08-091-0/+38
* [ASTImporter] Do not import FunctionTemplateDecl in record twice.Balazs Keri2019-08-071-0/+46
* [clang] Fix mismatched args constructing AddressSpaceAttr.Anton Bikineev2019-08-071-0/+13
* Remove inclusion of a private gmock header from a testDmitri Gribenko2019-08-071-1/+0
* [AST] Traverse attributes inside DEF_TRAVERSE_DECL macroIlya Biryukov2019-08-062-0/+107
* [ASTImporter] Reorder fields after structure import is finishedGabor Marton2019-07-251-1/+11
* [ASTImporter] Fix inequivalence of ClassTemplateInstantiationsGabor Marton2019-07-231-0/+192
* [ASTImporter] Fix structural eq of lambdasGabor Marton2019-07-172-0/+68
* [ASTImporter] Fix LLDB lookup in transparent ctx and with ext srcGabor Marton2019-07-171-0/+48
* [ASTImporter] Using Lang_CXX14 in ASTImporterVisibilityTest.Balazs Keri2019-07-151-17/+23
* [ASTImporter] Added visibility context check for EnumDecl.Balazs Keri2019-07-091-0/+65
* [ASTImporter] Fix import of lambda in function paramGabor Marton2019-07-081-0/+39
* cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard2019-07-031-1/+1
* [ASTImporter] Structural eq: handle DependentScopeDeclRefExprGabor Marton2019-07-021-0/+138
* [ASTImporter] Mark erroneous nodes in shared stGabor Marton2019-07-013-38/+120
* [ASTImporter] Mark erroneous nodes in from ctxGabor Marton2019-07-011-14/+197
* [ASTImporter] Propagate error from ImportDeclContextGabor Marton2019-07-011-0/+87
* [ASTImporter] Store import errors for DeclsGabor Marton2019-06-253-2/+125
* [ASTImporter] Fix unhandled cases in ASTImporterLookupTableGabor Marton2019-06-111-5/+51
* [clang] Respect TerseOutput when printing lambdasKadir Cetinkaya2019-05-271-0/+14
* [ASTImporter] Added visibility context check for CXXRecordDecl.Balazs Keri2019-05-271-2/+35
* [ASTImporter] Enable disabled but passing testsGabor Marton2019-05-202-13/+3
* Add a Visit overload for DynTypedNode to ASTNodeTraverserStephen Kelly2019-05-192-0/+225
* Revert r361033 "Add a Visit overload for DynTypedNode to ASTNodeTraverser"Nico Weber2019-05-172-221/+0
* Add a Visit overload for DynTypedNode to ASTNodeTraverserStephen Kelly2019-05-172-0/+221
* [ASTImporter] Use llvm::Expected and Error in the importer APIGabor Marton2019-05-152-3/+3
* [ASTImporter] Separate unittest filesGabor Marton2019-05-136-1065/+1189
* [c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith2019-05-094-0/+48
* [ASTImporter] Corrected type of integer constant in a test.Balazs Keri2019-05-071-2/+2
* [ASTImporter] Import TemplateParameterLists in function templates.Balazs Keri2019-05-071-0/+18
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-064-48/+0
* [c++20] Implement P0428R2 - Familiar template syntax for generic lambdasHamza Sood2019-05-041-0/+37
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-044-0/+48
* Fix gcc "-Wdangling-else" warnings. NFCI.Simon Pilgrim2019-04-301-3/+6
* [ASTImporter] Add an ImportImpl method to allow customizing Import behavior.Raphael Isemann2019-04-291-9/+101
* Changed every use of ASTImporter::Import to Import_NewBalazs Keri2019-04-081-18/+37