[clangd] Get rid of delayed template parsing
authorKadir Cetinkaya <kadircet@google.com>
Wed, 29 Jan 2020 11:01:46 +0000 (12:01 +0100)
committerKadir Cetinkaya <kadircet@google.com>
Wed, 29 Jan 2020 11:12:45 +0000 (12:12 +0100)
commit7830c2d44f531bbe09f997436b6608a140db46fb
tree7db828c816090111159af6176c90501f45754761
parent55b0e9c9d5de7c5d70552ac9ca9ffc14097e983b
[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
clang-tools-extra/clangd/unittests/HoverTests.cpp