labath added inline comments.
================ Comment at: lldb/include/lldb/Utility/FileSpec.h:401 protected: + template <class T> friend struct llvm::yaml::MappingTraits; + ---------------- BTW, you can also friend a specific template instantiation: `friend struct llvm::yaml::MappingTraits<FileSpec>`. Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D76002/new/ https://reviews.llvm.org/D76002 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits