This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Get rid of delayed template parsing
ClosedPublic

Authored by kadircet on Jan 29 2020, 3:03 AM.

Details

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.

Diff Detail

Event Timeline

kadircet created this revision.Jan 29 2020, 3:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 29 2020, 3:03 AM
sammccall accepted this revision.Jan 29 2020, 3:11 AM
This revision is now accepted and ready to land.Jan 29 2020, 3:11 AM

Unit tests: unknown.

clang-tidy: unknown.

clang-format: unknown.

Build artifacts: diff.json, console-log.txt

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.

This revision was automatically updated to reflect the committed changes.