martong added inline comments.
================ Comment at: unittests/AST/ASTImporterTest.cpp:211 StringRef Code; StringRef FileName; std::unique_ptr<ASTUnit> Unit; ---------------- Can't we have the same problem with FileName? Perhaps an other alternative would be to make the members real strings. ``` std::string Code; std::string FileName; ``` Repository: rC Clang https://reviews.llvm.org/D46398 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits