Made a function in r356852
~Craig
On Sun, Mar 24, 2019 at 9:59 AM Nico Weber via cfe-commits <
cfe-commits@lists.llvm.org> wrote:
> This breaks Chromium's build. We have a class with a _bswap method, and
> this adds a _bswap macro expanding to something that gets in the way. Could
> _bswap be a
This breaks Chromium's build. We have a class with a _bswap method, and
this adds a _bswap macro expanding to something that gets in the way. Could
_bswap be an inline function instead?
https://bugs.chromium.org/p/chromium/issues/detail?id=945172
On Sat, Mar 23, 2019 at 8:55 PM Craig Topper via c