forked from OSchip/llvm-project
When clang is built outside of the LLVM tree (against a corresponding version), there is no definition providing for operator<<(std::ostream &, StringRef) which is required for the assertion routines in google-test tests. Avoid the compilation failure by explicitly stringifying the StringRef prior to use. llvm-svn: 200096 |
||
|---|---|---|
| .. | ||
| ASTContextParentMapTest.cpp | ||
| ASTTypeTraitsTest.cpp | ||
| ASTVectorTest.cpp | ||
| CMakeLists.txt | ||
| CommentLexer.cpp | ||
| CommentParser.cpp | ||
| DeclPrinterTest.cpp | ||
| DeclTest.cpp | ||
| Makefile | ||
| MatchVerifier.h | ||
| SourceLocationTest.cpp | ||
| StmtPrinterTest.cpp | ||