summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/context-object/main.cpp
diff options
context:
space:
mode:
authorSterling Augustine <saugustine@google.com>2019-07-10 23:38:00 +0000
committerSterling Augustine <saugustine@google.com>2019-07-10 23:38:00 +0000
commit05630a37455f0fead68d7ff42f58c4862698a4f8 (patch)
tree46b3dabaa777bec9bba9f36841a4a5239e82cdce /lldb/packages/Python/lldbsuite/test/expression_command/context-object/main.cpp
parent77d3590a87ba4a2ef621a1aab6a378639e1cd926 (diff)
downloadbcm5719-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/context-object/main.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud