[all-commits] [llvm/llvm-project] 55b0e9: [clangd][Hover] Make tests hermetic by setting tar...

kadir çetinkaya via All-commits all-commits at lists.llvm.org
Wed Jan 29 03:17:13 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 55b0e9c9d5de7c5d70552ac9ca9ffc14097e983b
      https://github.com/llvm/llvm-project/commit/55b0e9c9d5de7c5d70552ac9ca9ffc14097e983b
  Author: Kadir Cetinkaya <kadircet at google.com>
  Date:   2020-01-29 (Wed, 29 Jan 2020)

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

  Log Message:
  -----------
  [clangd][Hover] Make tests hermetic by setting target triplet

Summary: Fixes https://bugs.llvm.org/show_bug.cgi?id=44696

Reviewers: sammccall

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

Tags: #clang

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


  Commit: 7830c2d44f531bbe09f997436b6608a140db46fb
      https://github.com/llvm/llvm-project/commit/7830c2d44f531bbe09f997436b6608a140db46fb
  Author: Kadir Cetinkaya <kadircet at google.com>
  Date:   2020-01-29 (Wed, 29 Jan 2020)

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

  Log Message:
  -----------
  [clangd] Get rid of delayed template parsing

Summary:
No need to pass fno-delayed-template-parsing as the opposite flag is
only passed to cc1 when abi is set to msvc. Sending as a follow-up to D73613 to
keep changes in the release branch minimal.

Reviewers: sammccall

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

Tags: #clang

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


Compare: https://github.com/llvm/llvm-project/compare/0ee4b027d37e...7830c2d44f53


More information about the All-commits mailing list