summaryrefslogtreecommitdiffstats
path: root/clang/utils/TestUtils/deep-stack.py
Commit message (Collapse)AuthorAgeFilesLines
* Portable Python script across Python versionSerge Guelton2018-12-181-1/+1
| | | | | | | | Make scripts more future-proof by importing most __future__ stuff. Differential Revision: https://reviews.llvm.org/D55208 llvm-svn: 349504
* Portable Python script across Python versionSerge Guelton2018-12-181-8/+9
| | | | | | | | Using from __future__ import print_function it is possible to have a compatible behavior of `print(...)` across Python version. Differential Revision: https://reviews.llvm.org/D55213 llvm-svn: 349454
* Add utils/TestUtils, and sink pch-test.pl there.Daniel Dunbar2009-12-031-0/+24
Also, add a test for generator a C file with a very deep call stack. llvm-svn: 90468
OpenPOWER on IntegriCloud