On 12/16/19 6:31 PM, Martin Sebor wrote:
+  class_decl_loc_t *rdl = class2loc.get (type_decl);
+  if (!rdl)
+    {
+      rdl = &class2loc.get_or_insert (type_decl);

I was thinking

class_decl_loc_t *rdl = &class2loc.get_or_insert (type_decl);

OK with that change.

Jason

Reply via email to