summaryrefslogtreecommitdiffstats
path: root/clang/utils/TestUtils
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
* Fix typo in test programDouglas Gregor2010-07-141-1/+1
| | | | llvm-svn: 108298
* Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.Daniel Dunbar2009-12-111-4/+4
| | | | llvm-svn: 91176
* Add utils/TestUtils, and sink pch-test.pl there.Daniel Dunbar2009-12-032-0/+85
Also, add a test for generator a C file with a very deep call stack. llvm-svn: 90468
OpenPOWER on IntegriCloud