Title: [288709] trunk
- Revision
- 288709
- Author
- [email protected]
- Date
- 2022-01-27 16:01:39 -0800 (Thu, 27 Jan 2022)
Log Message
Add .clangd similar to .ccls
https://bugs.webkit.org/show_bug.cgi?id=235743
Reviewed by Saam Barati.
This patch adds .clangd local configuration, which is similar to .ccls.
* .clangd: Added.
Modified Paths
Added Paths
Diff
Added: trunk/.clangd (0 => 288709)
--- trunk/.clangd (rev 0)
+++ trunk/.clangd 2022-01-28 00:01:39 UTC (rev 288709)
@@ -0,0 +1,9 @@
+If:
+ PathMatch: [.*\.h]
+CompileFlags:
+ Add: [--include=config.h]
+---
+If:
+ PathMatch: [.*\.cpp]
+CompileFlags:
+ Add: [--include=config.h]
Modified: trunk/ChangeLog (288708 => 288709)
--- trunk/ChangeLog 2022-01-27 23:29:56 UTC (rev 288708)
+++ trunk/ChangeLog 2022-01-28 00:01:39 UTC (rev 288709)
@@ -1,3 +1,14 @@
+2022-01-27 Yusuke Suzuki <[email protected]>
+
+ Add .clangd similar to .ccls
+ https://bugs.webkit.org/show_bug.cgi?id=235743
+
+ Reviewed by Saam Barati.
+
+ This patch adds .clangd local configuration, which is similar to .ccls.
+
+ * .clangd: Added.
+
2022-01-26 Adrian Perez de Castro <[email protected]>
[CMake] Pass -pipe to compilers that support it
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes