DescriptionEmit 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
Committed: https://crrev.com/f544ddc9eed935d855f45045698afd9118134fff
Cr-Commit-Position: refs/heads/master@{#372016}
Patch Set 1 #
Messages
Total messages: 11 (3 generated)
|