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 |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| CommentHandlerTest.cpp | ||
| CompilationDatabaseTest.cpp | ||
| Makefile | ||
| RecursiveASTVisitorTest.cpp | ||
| RefactoringCallbacksTest.cpp | ||
| RefactoringTest.cpp | ||
| ReplacementsYamlTest.cpp | ||
| RewriterTest.cpp | ||
| RewriterTestContext.h | ||
| TestVisitor.h | ||
| ToolingTest.cpp | ||