aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/unittest/gtest-creator-printing.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/unittest/gtest-creator-printing.h')
-rw-r--r--tests/unit/unittest/gtest-creator-printing.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/unit/unittest/gtest-creator-printing.h b/tests/unit/unittest/gtest-creator-printing.h
index ec54af3085..d0f0013f60 100644
--- a/tests/unit/unittest/gtest-creator-printing.h
+++ b/tests/unit/unittest/gtest-creator-printing.h
@@ -40,6 +40,14 @@
class Utf8String;
void PrintTo(const Utf8String &text, ::std::ostream *os);
+namespace clang {
+namespace tooling {
+struct CompileCommand;
+
+std::ostream &operator<<(std::ostream &out, const CompileCommand &command);
+} // namespace tooling
+} // namespace clang
+
namespace Core {
class LocatorFilterEntry;