summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/instantiation-depth-default.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Disable clang/test/SemaTemplate/instantiation-depth-default.cpp temporarily ↵NAKAMURA Takumi2016-08-301-0/+3
| | | | | | for targeting mingw32. It crashes. Investigating. llvm-svn: 280104
* Disable test under asan: it uses a lot of stack, and asan increases theRichard Smith2016-08-241-4/+9
| | | | | | | | per-frame stack usage enough to cause it to hit our stack limit. This is not ideal; we should find a better way of dealing with this, such as increasing our stack allocation when built with ASan. llvm-svn: 279668
* Add test missed from r278983.Richard Smith2016-08-171-0/+9
llvm-svn: 278984
OpenPOWER on IntegriCloud