summaryrefslogtreecommitdiffstats
path: root/test/AST
Commit message (Expand)AuthorAgeFilesLines
* [clang] fixing -ast-print for variadic parameter pack in lambda captureNicolas Lesser2019-05-051-0/+36
* [Test] Remove obsolete test.Michael Kruse2019-04-161-21/+0
* Clean up ObjCPropertyDecl printingDavid Goldman2019-04-081-0/+22
* [AST] Disable ast-dump-openmp-parallel-master-XFAIL.c testRoman Lebedev2019-03-201-0/+3
* [clang][OpeMP] Model OpenMP structured-block in AST (PR40563)Roman Lebedev2019-03-2049-435/+435
* [NFC][clang][astdump] Some baseline tests for OpenMPRoman Lebedev2019-03-2048-0/+18501
* Look through typedefs in getFunctionTypeWithExceptionSpecStephan Bergmann2019-02-131-0/+14
* Fix a few tests that were missing ':' on CHECK lines and weren't testing anyt...Nico Weber2019-02-111-1/+1
* [Sema] Make string literal init an rvalue.Eli Friedman2019-02-081-4/+4
* [ASTDump] Add a flag indicating whether a CXXThisExpr is implicitBruno Ricci2019-02-033-4/+4
* Revert "[AST][OpenMP] OpenMP Sections / Section constructs contain Structured...Roman Lebedev2019-02-011-57/+0
* [AST][OpenMP] OpenMP Sections / Section constructs contain Structured blocksRoman Lebedev2019-02-011-0/+57
* [ASTDump] Make template specialization tests more exactStephen Kelly2019-01-311-112/+307
* [ASTDumper][OpenMP] CapturedDecl has a 'nothrow' bitRoman Lebedev2019-01-301-1/+1
* Disable _Float16 for non ARM/SPIR TargetsErich Keane2019-01-251-2/+2
* [Sema] Fix Modified Type in address_space AttributedTypeLeonard Chan2019-01-241-0/+23
* Mark the lambda function pointer conversion operator as noexcept.Aaron Ballman2019-01-211-7/+7
* Move decl context dumping to TextNodeDumperStephen Kelly2019-01-191-2/+1
* [ASTDump] Add test for current AST dump behaviorStephen Kelly2019-01-181-0/+4
* [ASTDump] Mark BlockDecls which capture this with a tagStephen Kelly2019-01-181-2/+1
* [ASTDump] Mark variadic declarations with a tag instead of child nodeStephen Kelly2019-01-181-6/+3
* Added test cases for dumping variadic-like functions; NFC.Aaron Ballman2019-01-163-0/+26
* Added a test case for dumping blocks that capture 'this'; NFC.Aaron Ballman2019-01-161-0/+17
* 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