This is needed so we can use it for D23672 on VS2013, since this VS
version doesn't support unrestricted unions, and doesn't allow us to
uses an object without a trivial default constructor inside a union.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D24029
Split ScarinessScore between its "storage" (POD), and an initializing object. ClosedPublic Authored by filcab on Aug 30 2016, 8:25 AM.
Details Summary This is needed so we can use it for D23672 on VS2013, since this VS
Diff Detail Event TimelineThis revision is now accepted and ready to land.Aug 30 2016, 10:04 AM Closed by commit rL280110: Split ScarinessScore between its "storage" (POD), and an initializing object. (authored by filcab). · Explain WhyAug 30 2016, 10:17 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 69691 lib/asan/CMakeLists.txt
lib/asan/asan_errors.h
lib/asan/asan_errors.cc
lib/asan/asan_report.cc
lib/asan/asan_scariness_score.h
|