...template argument.
Remove the forward declaration and include the appropriate header instead.
Differential 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... saugustine on Jul 10 2019, 4:13 PM. Authored by
Details
...template argument. Remove the forward declaration and include the appropriate header instead.
Diff Detail
Event TimelineComment Actions LGTM with one change -- thanks!
|
looks like clang/Tooling/CompilationDatabase.h has this, too; please delete