branch: master commit 6274149fcab24aa735bebbc7de7b02b8f4d7fb74 Author: Matthijs Kool <matthi...@gmail.com> Commit: Matthijs Kool <matthi...@gmail.com>
Add Embarcadero clang-based compilers to company-clang-version --- company-clang.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/company-clang.el b/company-clang.el index c0899b6..d764905 100644 --- a/company-clang.el +++ b/company-clang.el @@ -297,7 +297,8 @@ or automatically through a custom `company-clang-prefix-guesser'." (with-temp-buffer (call-process company-clang-executable nil t nil "--version") (goto-char (point-min)) - (if (re-search-forward "\\(clang\\|Apple LLVM\\) version \\([0-9.]+\\)" nil t) + (if (re-search-forward + "\\(clang\\|Apple LLVM\\|bcc32x\\|bcc64\\) version \\([0-9.]+\\)" nil t) (cons (if (equal (match-string-no-properties 1) "Apple LLVM") 'apple