summaryrefslogtreecommitdiffstats
path: root/clang/test/AST
Commit message (Collapse)AuthorAgeFilesLines
...
* Adding tests for -ast-dump; NFC.Aaron Ballman2018-11-301-0/+150
| | | | | | This adds tests for struct and union declarations in C. It also points out a bug when dumping anonymous record types -- they are sometimes reported as being contained by something of the wrong tag type. e.g., an anonymous struct inside of a union named X reports the anonymous struct as being inside of 'struct X' rather than 'union X'. llvm-svn: 348033
* Move AST tests into their own test directory; NFC.Aaron Ballman2018-11-3056-0/+4578
| | | | | | This moves everything primarily testing the functionality of -ast-dump and -ast-print into their own directory, rather than leaving the tests spread around the testing directory. llvm-svn: 348017
* Removed test that depended on ast-testJohn Wiegley2011-04-281-28/+0
| | | | llvm-svn: 130367
* Parsing/AST support for Structured Exception HandlingJohn Wiegley2011-04-281-0/+28
Patch authored by Sohail Somani. Provide parsing and AST support for Windows structured exception handling. llvm-svn: 130366
OpenPOWER on IntegriCloud