Commit 9ea9e4cd authored by Kenton Varda's avatar Kenton Varda

Fix todo format.

parent cc5a6f76
...@@ -470,7 +470,7 @@ public: ...@@ -470,7 +470,7 @@ public:
// Return a new Promise representing a sub-object of the result. `pointerIndex` is the index // Return a new Promise representing a sub-object of the result. `pointerIndex` is the index
// of the sub-object within the pointer section of the result (the result must be a struct). // of the sub-object within the pointer section of the result (the result must be a struct).
// //
// TODO(kenton): On GCC 4.8 / Clang 3.3, use rvalue qualifiers to avoid the need for copies. // TODO(perf): On GCC 4.8 / Clang 3.3, use rvalue qualifiers to avoid the need for copies.
// Also make `ops` into a Vector to optimize this. // Also make `ops` into a Vector to optimize this.
private: private:
......
...@@ -175,7 +175,7 @@ public: ...@@ -175,7 +175,7 @@ public:
// fail. It's up to the application to decide how indicate that additional interfaces are // fail. It's up to the application to decide how indicate that additional interfaces are
// supported. // supported.
// //
// TODO(kenton): GCC 4.8 / Clang 3.3: rvalue-qualified version for better performance. // TODO(perf): GCC 4.8 / Clang 3.3: rvalue-qualified version for better performance.
template <typename T> template <typename T>
typename T::Client castAs(InterfaceSchema schema); typename T::Client castAs(InterfaceSchema schema);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment