Title: [267653] trunk
- Revision
- 267653
- Author
- [email protected]
- Date
- 2020-09-27 01:14:36 -0700 (Sun, 27 Sep 2020)
Log Message
Add .ccls config file
https://bugs.webkit.org/show_bug.cgi?id=216877
Patch by Philippe Normand <[email protected]> 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:
Modified Paths
Added Paths
Diff
Added: trunk/.ccls (0 => 267653)
--- trunk/.ccls (rev 0)
+++ trunk/.ccls 2020-09-27 08:14:36 UTC (rev 267653)
@@ -0,0 +1,5 @@
+%compile_commands.json
+%h -x
+%h c++-header
+%h --include=config.h
+%cpp --include=config.h
\ No newline at end of file
Modified: trunk/.gitignore (267652 => 267653)
--- trunk/.gitignore 2020-09-27 07:37:26 UTC (rev 267652)
+++ trunk/.gitignore 2020-09-27 08:14:36 UTC (rev 267653)
@@ -33,7 +33,6 @@
tags
*~
.*.sw[a-p]
-.ccls
.clangd
compile_commands.json
Modified: trunk/ChangeLog (267652 => 267653)
--- trunk/ChangeLog 2020-09-27 07:37:26 UTC (rev 267652)
+++ trunk/ChangeLog 2020-09-27 08:14:36 UTC (rev 267653)
@@ -1,3 +1,22 @@
+2020-09-27 Philippe Normand <[email protected]>
+
+ Add .ccls config file
+ https://bugs.webkit.org/show_bug.cgi?id=216877
+
+ 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:
+
2020-09-25 Fujii Hironori <[email protected]>
make_names.pl no longer needs C preprocessor
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes