commit | 5741d86d112047f839fade3547ada3afaf495b17 | [log] [tgz] |
---|---|---|
author | Eric Fiselier <[email protected]> | Sat Jan 07 11:27:06 2017 |
committer | Eric Fiselier <[email protected]> | Sat Jan 07 11:27:06 2017 |
tree | 513f889e7c1024b4bd41283d96e6725846c8d6a5 | |
parent | f62eb6b29a9fecc1822853fdb393dbad60010560 [diff] |
Replace identifiers called `__out` because Windows.h #defines it. Windows is greedy and it defines the identifier `__out` as a macro. This patch renames all conflicting libc++ identifiers in order to correctly work on Windows. llvm-svn: 291345