dexonsmith closed this revision.
dexonsmith added a comment.
In https://reviews.llvm.org/D34578#801519, @hfinkel wrote:
> In https://reviews.llvm.org/D34578#801357, @dexonsmith wrote:
>
> > Ping! Hal, you committed r283051. Do you have a problem with this?
>
>
> It looks like you're just renami
hfinkel accepted this revision.
hfinkel added a comment.
This revision is now accepted and ready to land.
In https://reviews.llvm.org/D34578#801357, @dexonsmith wrote:
> Ping! Hal, you committed r283051. Do you have a problem with this?
It looks like you're just renaming `__libcpp_isnan` and
dexonsmith added a comment.
Ping! Hal, you committed r283051. Do you have a problem with this?
https://reviews.llvm.org/D34578
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
dexonsmith created this revision.
r283051 added some functions to cmath (in namespace std) that have the same
name as functions in math.h (in the global namespace). Clang's limited support
for `-fdelayed-template-parsing` chokes on this. Rename the ones in `cmath`
and their uses in `complex`