Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Python compat - print statement | Serge Guelton | 2019-01-03 | 1 | -6/+7 |
| | | | | | | | | | Make sure all print statements are compatible with Python 2 and Python3 using the `from __future__ import print_function` statement. Differential Revision: https://reviews.llvm.org/D56249 llvm-svn: 350307 | ||||
* | Fix known typos | Alp Toker | 2014-01-24 | 1 | -1/+1 |
| | | | | | | | Sweep the codebase for common typos. Includes some changes to visible function names that were misspelt. llvm-svn: 200018 | ||||
* | really fix permissions | Pawel Wodnicki | 2012-11-17 | 1 | -0/+0 |
| | | | | llvm-svn: 168256 | ||||
* | fix permissions | Pawel Wodnicki | 2012-11-17 | 1 | -1/+1 |
| | | | | llvm-svn: 168255 | ||||
* | adding whose code is it anywa tools | Pawel Wodnicki | 2012-11-17 | 1 | -0/+125 |
llvm-svn: 168254 |