zturner added inline comments.
================
Comment at: source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h:369-374
@@ +368,8 @@
+
+ template <typename T>
+ T
+ ResolveNameAs(llvm::StringRef name) const
+ {
+ return ResolveName(name).AsType<T>();
+ }
+};
----------------
I need to delete this method. This was left in by accident. The real
implementation is in the base class.
http://reviews.llvm.org/D14524
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits