[PATCH] D48171: [clangd] Do not report comments that only have special chars.

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 14 08:03:09 PDT 2018


ilya-biryukov created this revision.
ilya-biryukov added reviewers: sammccall, ioeric, hokein.
Herald added subscribers: jkorous, MaskRay.

Like the following:

  // -------
  // =======
  // *******

It does not cover all the cases, but those are definitely not very
useful.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D48171

Files:
  clangd/CodeCompletionStrings.cpp
  unittests/clangd/CodeCompleteTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48171.151353.patch
Type: text/x-patch
Size: 3884 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180614/a5a93f37/attachment.bin>


More information about the cfe-commits mailing list