[clang-tools-extra] r363555 - [clangd] Bump vscode-clangd v0.0.15.
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 17 06:18:24 PDT 2019
Author: hokein
Date: Mon Jun 17 06:18:24 2019
New Revision: 363555
URL: http://llvm.org/viewvc/llvm-project?rev=363555&view=rev
Log:
[clangd] Bump vscode-clangd v0.0.15.
CHANGELOG:
- support detecting C++ language from first line (`-*- C++ -*-`) of the file.
Modified:
clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json
Modified: clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json?rev=363555&r1=363554&r2=363555&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json (original)
+++ clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json Mon Jun 17 06:18:24 2019
@@ -2,7 +2,7 @@
"name": "vscode-clangd",
"displayName": "vscode-clangd",
"description": "Clang Language Server",
- "version": "0.0.14",
+ "version": "0.0.15",
"publisher": "llvm-vs-code-extensions",
"homepage": "https://clang.llvm.org/extra/clangd.html",
"engines": {
More information about the cfe-commits
mailing list