[Lldb-commits] [PATCH] Force iteration over FieldDecls and RecordDecls in deterministic order.

Reid Kleckner rnk at google.com
Mon Mar 23 10:33:06 PDT 2015


Nice! If you actually need fast lookup, you can use llvm::MapVector, but based on your analysis it looks like std::vector is more appropriate.


http://reviews.llvm.org/D8512

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list