[Lldb-commits] [PATCH] Force iteration over FieldDecls and RecordDecls in deterministic order.
Zachary Turner
zturner at google.com
Tue Mar 24 10:24:15 PDT 2015
This bug isn't specific to Microsoft layout. Clang as a general rule
requires fields to be added in offset order, and iterating over a dense map
doesn't give you that.
I'll let majnemer or rnk comment on the ExternalASTSource interface
REPOSITORY
rL LLVM
http://reviews.llvm.org/D8512
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list