This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG43cbf2bb84eb: [clangd] Avoid including HeuristicResolver.h
from ParsedAST.h (authored by nridge).
Changed prior to commit:
https://reviews.llvm.or
nridge added a comment.
Motivation: ParsedAST.h is widely included, and now that ParsedAST stores
HeuristicResolved by unique_ptr, the header dependency is no longer necessary.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101270/new/
https://revi
nridge created this revision.
nridge added a reviewer: sammccall.
Herald added subscribers: usaxena95, kadircet, arphaman.
nridge requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov.
Herald added a project: clang-tools-extra.
Repository:
rG LLVM Githu