This is an archive of the discontinued LLVM Phabricator instance.

[CodeCompletion] Don't track preferred types if code completion is disabled.
ClosedPublic

Authored by sammccall on Mar 11 2021, 3:05 PM.

Details

Summary

Some of this work isn't quite trivial.

(As requested in D96058)

Diff Detail

Event Timeline

sammccall requested review of this revision.Mar 11 2021, 3:05 PM
sammccall created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptMar 11 2021, 3:05 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript

Omit narrower, now-redundant check

kadircet accepted this revision.Mar 12 2021, 12:47 AM

thanks, lgtm!

clang/include/clang/Parse/Parser.h
944–945

while here s/p/P/

This revision is now accepted and ready to land.Mar 12 2021, 12:47 AM