Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 12774 Build 12774: arc lint + arc unit
Event Timeline
compiler-rt/lib/msan/msan_interceptors.cc | ||
---|---|---|
407 | Perhaps return u64 instead of unsigned long long? |
Paths
| Differential D40853
[msan] add strtouq msan interceptor ClosedPublic Authored by vitalybuka on Dec 5 2017, 1:56 PM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 5 2017, 1:58 PM Closed by commit rCRT319843: [msan] add strtouq msan interceptor (authored by vitalybuka). · Explain WhyDec 5 2017, 2:08 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 125607 compiler-rt/lib/msan/msan_interceptors.cc
compiler-rt/lib/msan/tests/msan_test.cc
|
Perhaps return u64 instead of unsigned long long?