Changeset 267653 in webkit
- Timestamp:
- Sep 27, 2020, 1:14:36 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 edited
-
.ccls (added)
-
.gitignore (modified) (1 diff)
-
ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.gitignore
r266455 r267653 34 34 *~ 35 35 .*.sw[a-p] 36 .ccls37 36 .clangd 38 37 compile_commands.json -
trunk/ChangeLog
r267588 r267653 1 2020-09-27 Philippe Normand <pnormand@igalia.com> 2 3 Add .ccls config file 4 https://bugs.webkit.org/show_bug.cgi?id=216877 5 6 Reviewed by Darin Adler. 7 8 ccls is a stand-alone server implementing the Language Server Protocol for C, C++, and 9 Objective-C languages. It can be used with any editor which provides an LSP client 10 implementation. It originates from cquery. 11 12 https://github.com/MaskRay/ccls/wiki 13 14 It's basically used to provide semantic highlighting and code navigation. Many IDEs support 15 LSP nowadays. 16 17 * .ccls: Added. 18 * .gitignore: 19 1 20 2020-09-25 Fujii Hironori <Hironori.Fujii@sony.com> 2 21
Note:
See TracChangeset
for help on using the changeset viewer.