Replaces {} with a do..while sequence in esan's empty interceptors to allow
natural use with a trailing semicolon. The sequence uses each argument to
avoid warnings.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D19832
[esan] Use do-while rather than braces for empty interceptors ClosedPublic Authored by bruening on May 2 2016, 1:38 PM.
Details Summary Replaces {} with a do..while sequence in esan's empty interceptors to allow
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 3 2016, 10:02 AM Closed by commit rL268426: [esan] Use do-while rather than braces for empty interceptors (authored by bruening). · Explain WhyMay 3 2016, 12:50 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 56049 compiler-rt/trunk/lib/esan/esan_interceptors.cpp
|