[PATCH] D50154: [clangd] capitalize diagnostic messages if '-capitialize-diagnostic-text' is provided

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 3 11:18:17 PDT 2018


arphaman added inline comments.


================
Comment at: test/clangd/capitalize-diagnostics.test:1
+# RUN: clangd -lit-test < %s | FileCheck -strict-whitespace %s
+{"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":123,"rootPath":"clangd","capabilities":{},"trace":"off"}}
----------------
ioeric wrote:
> This new test doesn't seem to be needed anymore?
Right, the note message is exercised by the unit test, which I didn't update. Updated it now.


https://reviews.llvm.org/D50154





More information about the cfe-commits mailing list