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

2018-06-15 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL334807: [clangd] Do not report comments that only have special chars. (authored by ibiryukov, committed by ). Herald added a subscriber: llvm-commits. Repository: rL LLVM https://reviews.llvm.org/D4817

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

2018-06-14 Thread Ilya Biryukov via Phabricator via cfe-commits
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 Cl