diff options
author | Sterling Augustine <saugustine@google.com> | 2019-07-10 23:38:00 +0000 |
---|---|---|
committer | Sterling Augustine <saugustine@google.com> | 2019-07-10 23:38:00 +0000 |
commit | 05630a37455f0fead68d7ff42f58c4862698a4f8 (patch) | |
tree | 46b3dabaa777bec9bba9f36841a4a5239e82cdce /lldb/packages/Python/lldbsuite/test/expression_command/anonymous-struct/main.cpp | |
parent | 77d3590a87ba4a2ef621a1aab6a378639e1cd926 (diff) | |
download | bcm5719-llvm-05630a37455f0fead68d7ff42f58c4862698a4f8.tar.gz bcm5719-llvm-05630a37455f0fead68d7ff42f58c4862698a4f8.zip |
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...
Summary:
...template argument.
Remove the forward declaration and include the appropriate header instead.
Remove CompileCommand too, which is also in the header.
llvm-svn: 365713
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/anonymous-struct/main.cpp')
0 files changed, 0 insertions, 0 deletions