| commit | 1e8261ea0430ecc0bed0ace31e0ec724a5a69270 | [log] [tgz] |
|---|---|---|
| author | Martin Probst <martin@probst.io> | Tue Apr 19 18:18:59 2016 +0000 |
| committer | Martin Probst <martin@probst.io> | Tue Apr 19 18:18:59 2016 +0000 |
| tree | 4d7c7087165130d2df79cab44fe91d82680d872c | |
| parent | 461f2ff4457f5d8270c86c164ee368b47b141b06 [diff] |
clang-format: [JS] support `interface` as a free standing identifier. Summary: `interface` can be used as a fee standing identifier in JavaScript/TypeScript. This change uses the heuristic of whether it's followed by another identifier as an indication. Reviewers: djasper Subscribers: klimek, cfe-commits Differential Revision: http://reviews.llvm.org/D19240 llvm-svn: 266789