[PATCH] D64541: rL365634 adds a unique_ptr<CompilationDatabase> in GobalCompilationDatabase.h:108 but CompilationDatabase is only forward declared. This makes the header not compile standalone, because unique_ptrs expect to have the full-definition of the...

Sterling Augustine via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 10 16:38:01 PDT 2019


saugustine added a comment.

Committed as r365713.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64541/new/

https://reviews.llvm.org/D64541





More information about the llvm-commits mailing list