This is an archive of the discontinued LLVM Phabricator instance.

[CUDA] Make __clang_cuda_cmath.h compatible with libc++.
ClosedPublic

Authored by jlebar on Sep 14 2016, 2:50 PM.

Details

Summary

We need to add a bunch more "using"s, which weren't necessary with
libstdc++.

Once this is in I can check in a test to the test-suite.

Diff Detail

Event Timeline

jlebar updated this revision to Diff 71443.Sep 14 2016, 2:50 PM
jlebar retitled this revision from to [CUDA] Make __clang_cuda_cmath.h compatible with libc++..
jlebar updated this object.
jlebar added a reviewer: tra.
jlebar added a subscriber: cfe-commits.
tra accepted this revision.Sep 14 2016, 2:53 PM
tra edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Sep 14 2016, 2:53 PM
This revision was automatically updated to reflect the committed changes.