commit | a8dc9dd8ca283435a6a312918f0526300c91e8de | [log] [tgz] |
---|---|---|
author | jfb <[email protected]> | Wed Apr 06 20:20:31 2016 |
committer | Commit bot <[email protected]> | Wed Apr 06 20:22:01 2016 |
tree | d48263b86b7ce21054664e060d667e7a649b21cb | |
parent | 003a6297dd252053d759b7a27e21b644de783513 [diff] |
Define HAS_FEATURE instead of __has_feature As discussed in: https://codereview.chromium.org/1837563002/ The approach is what's recommended by clang and is safe because __has_feature was only defined if the compiler didn't provide it, but nonetheless it's good to be consistent. [email protected] Review URL: https://codereview.chromium.org/1866473002 Cr-Commit-Position: refs/heads/master@{#385541}