You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instrument.C: only pass builtin macros when needed
We should avoid passing builtin macros to the actual preprocessor: we
will just end up redefining all of the macros, and this will result in
warnings at coverage time, as we are preprocessing again the code for
some report formats (such as xml).
Change-Id: I3c6da05e0efd84b31d1fbd55261dd1dc064897a6
TN: V914-024
0 commit comments