summaryrefslogtreecommitdiff
path: root/test/Import
Commit message (Expand)AuthorAgeFilesLines
* [clang] Ignore builtin namespaces in test/Import/cxx-anon-namespaceRaphael Isemann2019-10-011-1/+5
* [ASTImporter] Copy Argument Passing Restrictions setting when importing a CXX...Shafik Yaghmour2019-04-262-0/+23
* [ASTImporter] Fix importing OperatorDelete from CXXConstructorDeclRaphael Isemann2019-01-222-0/+13
* [ASTImporter] Add test for importing anonymous namespaces.Raphael Isemann2019-01-212-0/+70
* [AST] Store "UsesADL" information in CallExpr.Eric Fiselier2018-12-122-0/+18
* Compound literals, enums, et al require const exprBill Wendling2018-11-091-0/+10
* [AST] Only store the needed data in WhileStmtBruno Ricci2018-10-301-2/+0
* [AST] Only store the needed data in SwitchStmtBruno Ricci2018-10-291-7/+0
* [AST] Check that GNU range case statements are correctly imported.Bruno Ricci2018-10-292-0/+16
* [AST] Don't store data for GNU range case statement if not neededBruno Ricci2018-10-281-4/+0
* [AST] Only store the needed data in IfStmtBruno Ricci2018-10-271-11/+0
* [cxx2a] P0614R1: Support init-statements in range-based for loops.Richard Smith2018-09-282-2/+6
* [ASTImporter] Add test for PackExpansionExprRaphael Isemann2018-08-242-0/+23
* Re-land [ASTImporter] Add test for ObjCAtTryStmt/ObjCAtCatchStmt/ObjCAtThrowStmtRaphael Isemann2018-08-232-0/+71
* Revert "[ASTImporter] Add test for ObjCAtTryStmt/ObjCAtCatchStmt/ObjCAtThrowS...Raphael Isemann2018-08-222-68/+0
* [ASTImporter] Add test for ObjCAtTryStmt/ObjCAtCatchStmt/ObjCAtThrowStmtRaphael Isemann2018-08-222-0/+68
* [ASTImporter] Actually test ArrayInitLoopExpr in the array-init-loop-expr test.Raphael Isemann2018-08-222-2/+6
* [ASTImporter] Add test for ObjCTypeParamDeclRaphael Isemann2018-08-222-0/+16
* [ASTImporter] Add test for SwitchStmtRaphael Isemann2018-08-222-0/+65
* [ASTImporter] Add test for ObjCAutoreleasePoolStmtRaphael Isemann2018-08-222-0/+14
* [ASTImporter] Add test for CXXNoexceptExprRaphael Isemann2018-08-212-0/+9
* [ASTImporter] Add test for CXXForRangeStmtRaphael Isemann2018-08-212-0/+64
* [ASTImporter] Add test for C++'s try/catch statements.Raphael Isemann2018-08-202-0/+57
* [ASTImporter] Add test for C++ casts and fix broken const_cast importing.Raphael Isemann2018-08-202-0/+33
* [ASTImporter] Test for importing condition variable from a ForStmtRaphael Isemann2018-08-202-0/+14
* [ASTImporter] Add test for member pointer types.Raphael Isemann2018-08-162-0/+23
* [ASTImporter] Add test for importing CompoundAssignOperatorsRaphael Isemann2018-08-162-0/+63
* [ASTImporter] Add test for DoStmtRaphael Isemann2018-08-162-0/+22
* [ASTImporter] Add test for WhileStmtRaphael Isemann2018-08-162-0/+31
* [ASTImporter] Add test for IndirectGotoStmtRaphael Isemann2018-08-162-0/+16
* [ASTImporter] Add test for CXXDefaultInitExprRaphael Isemann2018-08-162-0/+31
* [ASTImporter] Add test for CXXScalarValueInitRaphael Isemann2018-08-162-0/+13
* [ASTImporter] Add test for ForStmt and ContinueStmtRaphael Isemann2018-08-162-0/+47
* [ASTImporter] Add test for ArrayInitLoopExprRaphael Isemann2018-08-152-0/+14
* [ASTImporter] Add test for ExprWithCleanupsRaphael Isemann2018-08-152-0/+16
* [ASTImporter] Add test for IfStmtRaphael Isemann2018-08-152-0/+68
* [ASTImporter] Added test case for opaque enumsRaphael Isemann2018-08-112-1/+7
* [ASTImporter] Added test case for CXXConversionDecl importingRaphael Isemann2018-08-112-0/+15
* [ASTImporter] Add support for import of CXXInheritedCtorInitExpr.Balazs Keri2018-07-252-0/+17
* [ASTImporter] fix test failure corrected by fixed func end locsRafael Stahl2018-07-091-1/+1
* [ASTImporter] Properly import SourceLocations of AttrsAleksei Sidorin2018-05-082-0/+39
* [ASTImporter] Support LambdaExprs and improve template supportAleksei Sidorin2018-01-262-1/+8
* Add support for remembering origins to ExternalASTMergerSean Callanan2017-09-2718-3/+86
* This adds the argument --dump-ir to clang-import-test, which allows Sean Callanan2017-08-074-0/+35
* [ExternalASTMerger] Import Objective-C classesSean Callanan2017-07-252-0/+9
* [clang-import-test] Test that enumerators and their values are found.Sean Callanan2017-07-112-0/+8
* clang-import-test had some dead code. I did the following to eliminate it:Sean Callanan2017-07-102-0/+8
* Add testcase for r305850.Lang Hames2017-07-072-0/+16
* Call setMustBuildLookupTable on TagDecls in ExternalASTMergerLang Hames2017-06-172-0/+7
* [ASTImporter] Improve handling of incomplete typesSean Callanan2017-05-133-0/+20