emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/company 3edab0e924 1/2: Revert "fix company-clang-versi


From: ELPA Syncer
Subject: [elpa] externals/company 3edab0e924 1/2: Revert "fix company-clang-version function"
Date: Sat, 30 Jul 2022 17:57:22 -0400 (EDT)

branch: externals/company
commit 3edab0e924b39cd980e81aebe8bc5faa3e08c082
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: GitHub <noreply@github.com>

    Revert "fix company-clang-version function"
---
 company-clang.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/company-clang.el b/company-clang.el
index 9230dae166..5d8ca5a5f4 100644
--- a/company-clang.el
+++ b/company-clang.el
@@ -349,7 +349,7 @@ or automatically through a custom 
`company-clang-prefix-guesser'."
     (call-process company-clang-executable nil t nil "--version")
     (goto-char (point-min))
     (if (re-search-forward
-         "\\(clang\\|\\clangd\\|Apple LLVM\\|bcc32x\\|bcc64\\) version 
\\([0-9.]+\\)" nil t)
+         "\\(clang\\|Apple LLVM\\|bcc32x\\|bcc64\\) version \\([0-9.]+\\)" nil 
t)
         (cons
          (if (equal (match-string-no-properties 1) "Apple LLVM")
              'apple



reply via email to

[Prev in Thread] Current Thread [Next in Thread]