aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Import
AgeCommit message (Expand)AuthorFilesLines
2024-05-30[clang] text ast-dumper: dump TemplateName for TST and DTST (#93766)Matheus Izvekov1-9/+2
2024-01-31[Clang] Dump the rewritten sub-expressions in CXXDefaultArgExpr/CXXDefaultIni...yronglin1-0/+6
2024-01-20Warning for incorrect use of 'pure' attribute (#78200)kelbon2-3/+3
2023-10-26[AST] Only dump desugared type when visibly different (#65214)Jessica Clarke1-1/+1
2023-03-06[clang][ASTImporter] Add VaList declaration to lookup table.Balázs Kéri2-0/+10
2022-12-12[ZOS] Convert tests to check 'target={{.*}}-zos{{.*}}'Paul Robinson7-7/+7
2022-12-02[lit][AIX] Convert clang tests to use 'target={{.*}}-aix{{.*}}'Paul Robinson7-7/+7
2022-04-20[C11/C2x] Change the behavior of the implicit function declaration warningAaron Ballman1-0/+1
2021-10-21Recommit: Compress formatting of array type names (int [4] -> int[4])David Blaikie1-1/+1
2021-10-14Revert "Compress formatting of array type names (int [4] -> int[4])"David Blaikie1-1/+1
2021-10-14Compress formatting of array type names (int [4] -> int[4])David Blaikie1-1/+1
2021-09-16[AIX][ZOS] Disable LIT tests on AIX and z/OS due to lack of Objective-C supportJake Egan7-0/+7
2020-12-11clang-import-test: Clean up error output for files that cannot be foundDuncan P. N. Exon Smith1-1/+1
2020-07-06[clang] Rework how and when APValues are dumpedBruno Ricci1-0/+10
2020-06-18The type of a reference to a non-type template parameter pack shouldRichard Smith1-1/+2
2020-06-09[clang][AST] TextNodeDumper: dump the operator spelling for overloaded operat...Bruno Ricci1-1/+1
2020-03-10[CodeGen] Emit destructor calls to destruct compound literalsAkira Hatanaka2-0/+20
2019-12-05Tighten up CHECK lines added in a9f10ebffa to work on ARM.Douglas Yung1-1/+1
2019-12-05[ASTImporter] Various source location and range import fixes.Balázs Kéri6-3/+25
2019-10-30[ASTImporter] Add support for BuiltinTemplateDeclRaphael Isemann2-0/+46
2019-10-01[clang] Ignore builtin namespaces in test/Import/cxx-anon-namespaceRaphael Isemann1-1/+5
2019-04-26[ASTImporter] Copy Argument Passing Restrictions setting when importing a CXX...Shafik Yaghmour2-0/+23
2019-01-22[ASTImporter] Fix importing OperatorDelete from CXXConstructorDeclRaphael Isemann2-0/+13
2019-01-21[ASTImporter] Add test for importing anonymous namespaces.Raphael Isemann2-0/+70
2018-12-12[AST] Store "UsesADL" information in CallExpr.Eric Fiselier2-0/+18
2018-11-09Compound literals, enums, et al require const exprBill Wendling1-0/+10
2018-10-30[AST] Only store the needed data in WhileStmtBruno Ricci1-2/+0
2018-10-29[AST] Only store the needed data in SwitchStmtBruno Ricci1-7/+0
2018-10-29[AST] Check that GNU range case statements are correctly imported.Bruno Ricci2-0/+16
2018-10-28[AST] Don't store data for GNU range case statement if not neededBruno Ricci1-4/+0
2018-10-27[AST] Only store the needed data in IfStmtBruno Ricci1-11/+0
2018-09-28[cxx2a] P0614R1: Support init-statements in range-based for loops.Richard Smith2-2/+6
2018-08-24[ASTImporter] Add test for PackExpansionExprRaphael Isemann2-0/+23
2018-08-23Re-land [ASTImporter] Add test for ObjCAtTryStmt/ObjCAtCatchStmt/ObjCAtThrowStmtRaphael Isemann2-0/+71
2018-08-22Revert "[ASTImporter] Add test for ObjCAtTryStmt/ObjCAtCatchStmt/ObjCAtThrowS...Raphael Isemann2-68/+0
2018-08-22[ASTImporter] Add test for ObjCAtTryStmt/ObjCAtCatchStmt/ObjCAtThrowStmtRaphael Isemann2-0/+68
2018-08-22[ASTImporter] Actually test ArrayInitLoopExpr in the array-init-loop-expr test.Raphael Isemann2-2/+6
2018-08-22[ASTImporter] Add test for ObjCTypeParamDeclRaphael Isemann2-0/+16
2018-08-22[ASTImporter] Add test for SwitchStmtRaphael Isemann2-0/+65
2018-08-22[ASTImporter] Add test for ObjCAutoreleasePoolStmtRaphael Isemann2-0/+14
2018-08-21[ASTImporter] Add test for CXXNoexceptExprRaphael Isemann2-0/+9
2018-08-21[ASTImporter] Add test for CXXForRangeStmtRaphael Isemann2-0/+64
2018-08-20[ASTImporter] Add test for C++'s try/catch statements.Raphael Isemann2-0/+57
2018-08-20[ASTImporter] Add test for C++ casts and fix broken const_cast importing.Raphael Isemann2-0/+33
2018-08-20[ASTImporter] Test for importing condition variable from a ForStmtRaphael Isemann2-0/+14
2018-08-16[ASTImporter] Add test for member pointer types.Raphael Isemann2-0/+23
2018-08-16[ASTImporter] Add test for importing CompoundAssignOperatorsRaphael Isemann2-0/+63
2018-08-16[ASTImporter] Add test for DoStmtRaphael Isemann2-0/+22
2018-08-16[ASTImporter] Add test for WhileStmtRaphael Isemann2-0/+31
2018-08-16[ASTImporter] Add test for IndirectGotoStmtRaphael Isemann2-0/+16