summaryrefslogtreecommitdiffstats
path: root/clang/utils/CIndex/completion_logger_server.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-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 Kremenek2010-04-171-1/+1
| | | | llvm-svn: 101594
* Make script actually work.Ted Kremenek2010-04-171-1/+1
| | | | llvm-svn: 101591
* Log code completion data in json format.Ted Kremenek2010-04-171-4/+7
| | | | llvm-svn: 101587
* Include sender address in completion log.Ted Kremenek2010-04-151-0/+2
| | | | llvm-svn: 101358
* Add simple python server for recording code completion timings.Ted Kremenek2010-04-151-0/+39
llvm-svn: 101327
OpenPOWER on IntegriCloud