⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 267653 in webkit


Ignore:
Timestamp:
Sep 27, 2020, 1:14:36 AM (6 years ago)
Author:
commit-queue@webkit.org
Message:

Add .ccls config file
https://bugs.webkit.org/show_bug.cgi?id=216877

Patch by Philippe Normand <pnormand@igalia.com> on 2020-09-27
Reviewed by Darin Adler.

ccls is a stand-alone server implementing the Language Server Protocol for C, C++, and
Objective-C languages. It can be used with any editor which provides an LSP client
implementation. It originates from cquery.

https://github.com/MaskRay/ccls/wiki

It's basically used to provide semantic highlighting and code navigation. Many IDEs support
LSP nowadays.

  • .ccls: Added.
  • .gitignore:
Location:
trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/.gitignore

    r266455 r267653  
    3434*~
    3535.*.sw[a-p]
    36 .ccls
    3736.clangd
    3837compile_commands.json
  • trunk/ChangeLog

    r267588 r267653  
     12020-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
    1202020-09-25  Fujii Hironori  <Hironori.Fujii@sony.com>
    221
Note: See TracChangeset for help on using the changeset viewer.