summaryrefslogtreecommitdiffstats
path: root/test/AST
Commit message (Expand)AuthorAgeFilesLines
* Re-order type param children of ObjC nodesStephen Kelly2019-01-151-1/+1
* Re-order overrides in FunctionDecl dumpStephen Kelly2019-01-151-1/+1
* [ASTDump] Add utility for dumping a label with child nodesStephen Kelly2019-01-111-2/+1
* [AST] Store "UsesADL" information in CallExpr.Eric Fiselier2018-12-121-0/+43
* Adding tests for -ast-dump; NFC.Aaron Ballman2018-12-111-0/+510
* Revert "Change InitListExpr dump to label and pointer"Stephen Kelly2018-12-101-2/+3
* Re-order content of template parameter dumpsStephen Kelly2018-12-101-3/+3
* Re-order content in OMPDeclareReductionDecl dumpStephen Kelly2018-12-101-3/+3
* Change InitListExpr dump to label and pointerStephen Kelly2018-12-101-3/+2
* Add an explicit triple to this test to fix failing test bots.Aaron Ballman2018-12-101-6/+6
* Adding tests for -ast-dump; NFC.Aaron Ballman2018-12-101-0/+339
* Fix InitListExpr testStephen Kelly2018-12-091-6/+6
* Adding an AST dump test for statement expressions; NFC.Aaron Ballman2018-12-071-0/+11
* Add an explicit triple to this test to prevent failures due to size_t differe...Aaron Ballman2018-12-071-3/+3
* Adding tests for -ast-dump; NFC.Aaron Ballman2018-12-071-2/+174
* Adding tests for -ast-dump; NFC.Aaron Ballman2018-12-071-5/+241
* Add test for InitListExprStephen Kelly2018-12-071-0/+18
* Add more expected content to match in testStephen Kelly2018-12-061-3/+3
* Use relative line offsets in testStephen Kelly2018-12-061-12/+12
* Add test for ObjC genericsStephen Kelly2018-12-061-0/+8
* Extend OMP testStephen Kelly2018-12-061-0/+7
* Make test resistant to line numbers changingStephen Kelly2018-12-061-11/+11
* Add dump tests for inherited default template parametersStephen Kelly2018-12-051-0/+27
* Adding tests for -ast-dump; NFC.Aaron Ballman2018-12-051-0/+102
* Adding tests for -ast-dump; NFC.Aaron Ballman2018-12-042-0/+636
* Add tests for dumping base classes; NFC.Aaron Ballman2018-12-041-0/+37
* Extend test for DependentSizedArrayTypeStephen Kelly2018-12-041-0/+9
* Adding tests for -ast-dump; NFC.Aaron Ballman2018-12-031-0/+239
* [clang] Do not read from 'test/SemaCXX/Inputs' inside 'test/AST'Ilya Biryukov2018-12-032-1/+38
* Fix whitespaceStephen Kelly2018-12-021-1/+1
* Add dump tests for ArrayInitLoopExpr and ArrayInitIndexExprStephen Kelly2018-12-021-0/+10
* Adding tests for -ast-dump; NFC.Aaron Ballman2018-11-301-0/+150
* Move AST tests into their own test directory; NFC.Aaron Ballman2018-11-3056-0/+4578
* Removed test that depended on ast-testJohn Wiegley2011-04-281-28/+0
* Parsing/AST support for Structured Exception HandlingJohn Wiegley2011-04-281-0/+28