[all-commits] [llvm/llvm-project] dbc9e1: [clangd] Only emit default error/fatal diagnostice...

Haojian Wu via All-commits all-commits at lists.llvm.org
Thu May 14 02:15:09 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: dbc9e1c39aed43e6faa6b29caeed7bc5b43569f1
      https://github.com/llvm/llvm-project/commit/dbc9e1c39aed43e6faa6b29caeed7bc5b43569f1
  Author: Haojian Wu <hokein.wu at gmail.com>
  Date:   2020-05-14 (Thu, 14 May 2020)

  Changed paths:
    M clang-tools-extra/clangd/Diagnostics.cpp
    M clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp

  Log Message:
  -----------
  [clangd] Only emit default error/fatal diagnostices from included files.

Summary:
This would avoid adding too much noise when there is a "-Wall" in the
compile command.

Reviewers: sammccall

Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, kadircet, usaxena95, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D79923




More information about the All-commits mailing list