[PATCH] D101270: [clangd] Avoid including HeuristicResolver.h from ParsedAST.h

Nathan Ridge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 25 17:05:29 PDT 2021


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://reviews.llvm.org/D101270



More information about the cfe-commits mailing list