This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Disable expand auto on decltype(auto)
ClosedPublic

Authored by ilya-biryukov on Oct 8 2019, 3:34 AM.

Diff Detail

Event Timeline

ilya-biryukov created this revision.Oct 8 2019, 3:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 8 2019, 3:34 AM
kuhnel added a subscriber: kuhnel.Oct 8 2019, 4:30 AM

as the automatic build report did not work:

Failing Tests (1):
    LLVM :: tools/llvm-ar/mri-utf8.test

http://results.llvm-merge-guard.org/Phabricator-23/

sammccall accepted this revision.Oct 8 2019, 4:34 AM
This revision is now accepted and ready to land.Oct 8 2019, 4:34 AM

as the automatic build report did not work:

Definitely unrelated, llvm-ar does not depend on clangd... I think I was unlucky with the base revision...

This revision was automatically updated to reflect the committed changes.