[Lldb-commits] [PATCH] D76002: [lldb] Add YAML traits for ConstString and FileSpec

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 12 03:03:27 PDT 2020


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





More information about the lldb-commits mailing list