[PATCH] D61190: [yaml2obj] - Make interface of `NameToIdxMap` class be human friendly and fix users.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 1 16:21:26 PDT 2019


grimar added inline comments.


================
Comment at: tools/yaml2obj/yaml2elf.cpp:78
   }
-  /// asserts if name is not present in the map
+  /// asserts if name is not present in the map.
   unsigned get(StringRef Name) const {
----------------
jhenderson wrote:
> As you're tidying this comment up, please change "asserts" to "Asserts".
Done. And for `Returns` above too.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61190/new/

https://reviews.llvm.org/D61190





More information about the llvm-commits mailing list