[all-commits] [llvm/llvm-project] 8000d5: [clangd] Strip /showIncludes in clangd compile com...

aeubanks via All-commits all-commits at lists.llvm.org
Sun Apr 26 19:12:39 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8000d506afcdbb3aee7aa8f876688dd094c6eb85
      https://github.com/llvm/llvm-project/commit/8000d506afcdbb3aee7aa8f876688dd094c6eb85
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2020-04-26 (Sun, 26 Apr 2020)

  Changed paths:
    M clang-tools-extra/clangd/unittests/CompileCommandsTests.cpp
    M clang/lib/Tooling/ArgumentsAdjusters.cpp
    M clang/unittests/Tooling/ToolingTest.cpp

  Log Message:
  -----------
  [clangd] Strip /showIncludes in clangd compile commands

In command lines with /showIncludes, clangd would output includes to stdout, breaking clients.

Summary: Fixes https://github.com/clangd/clangd/issues/322.

Reviewers: sammccall, kadircet

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

Tags: #clang

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




More information about the All-commits mailing list