Fixed an issue with compiler driver for ".ccls" language server // Resolve #3808

This commit is contained in:
Ivan Kravets
2021-01-23 14:44:53 +02:00
parent 65e67b64bd
commit e695e30a9b
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{{ cxx_path }}
clang
{{"%c"}} {{ !cc_flags }}
{{"%cpp"}} {{ !cxx_flags }}
+1 -1
View File
@@ -1,4 +1,4 @@
{{ cxx_path }}
clang
{{"%c"}} {{ !cc_flags }}
{{"%cpp"}} {{ !cxx_flags }}
+1 -1
View File
@@ -1,4 +1,4 @@
{{ cxx_path }}
clang
{{"%c"}} {{ !cc_flags }}
{{"%cpp"}} {{ !cxx_flags }}