summaryrefslogtreecommitdiff
path: root/unittests/AST
Commit message (Expand)AuthorAgeFilesLines
* Prune include of DataLayout.h from include/clang/Basic/TargetInfo.h. NFCBjorn Pettersson2019-10-211-0/+1
* [ASTImporter][NFC] Enable disabled but passing testGabor Marton2019-10-071-4/+1
* Fix memory leak in DeclTest.Evgeniy Stepanov2019-09-251-1/+2
* [Mangle] Add flag to asm labels to disable '\01' prefixingVedant Kumar2019-09-251-0/+49
* Re-land r372863: [AST] Extract Decl::printNestedNameSpecifier helper from Dec...Ilya Biryukov2019-09-251-12/+58
* Revert r372863: [AST] Extract Decl::printNestedNameSpecifier helper from Decl...Ilya Biryukov2019-09-251-58/+12
* [AST] Extract Decl::printNestedNameSpecifier helper from Decl::printQualified...Ilya Biryukov2019-09-251-12/+58
* [ASTImporter] 4th attempt to fix Windows buildbot test errorsGabor Marton2019-09-241-4/+8
* [ASTImporter] 3rd attempt to fix Windows buildbot test errorsGabor Marton2019-09-241-4/+6
* [ASTImporter] 2nd attempt to fix Windows buildbot test errorsGabor Marton2019-09-231-2/+2
* [ASTImporter] Attempt to fix Windows buildbot test errorsGabor Marton2019-09-231-2/+2
* [ASTImporter][NFC] Add comprehensive tests for ODR violation handling strategiesGabor Marton2019-09-233-184/+671
* [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