Emit notes from ReportClassRequiresTraceMethod in deterministic order
Previously, the notes would be emitted in the iteration order over Fields, which is an std::map<clang::FieldDecl*, FieldPoint>, which is ordered by pointer value of FieldDecls. This would cause tests to flakily fail on the Windows buildbots. I'm not sure what caused these errors to start appearing right now, but this should fix it. BUG=581782 Review URL: https://codereview.chromium.org/1645613003 Cr-Commit-Position: refs/heads/master@{#372016}
Showing
Please register or sign in to comment