Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Portable Python script across Python version | Serge Guelton | 2018-12-18 | 1 | -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 version | Serge Guelton | 2018-12-18 | 1 | -2/+3 |
| | | | | | | | | 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 | ||||
* | Wrap 'data' key in quotes. | Ted Kremenek | 2010-04-17 | 1 | -1/+1 |
| | | | | llvm-svn: 101594 | ||||
* | Make script actually work. | Ted Kremenek | 2010-04-17 | 1 | -1/+1 |
| | | | | llvm-svn: 101591 | ||||
* | Log code completion data in json format. | Ted Kremenek | 2010-04-17 | 1 | -4/+7 |
| | | | | llvm-svn: 101587 | ||||
* | Include sender address in completion log. | Ted Kremenek | 2010-04-15 | 1 | -0/+2 |
| | | | | llvm-svn: 101358 | ||||
* | Add simple python server for recording code completion timings. | Ted Kremenek | 2010-04-15 | 1 | -0/+39 |
llvm-svn: 101327 |