diff options
author | zoecarver <z.zoelec2@gmail.com> | 2020-03-19 10:43:10 -0700 |
---|---|---|
committer | zoecarver <z.zoelec2@gmail.com> | 2020-03-19 10:48:52 -0700 |
commit | 74494d9992bdf266259f8add410f346971471c46 (patch) | |
tree | b8153d1c258103a11c3e0146df251bb535d9493e /lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp | |
parent | 50f198535363c6882b02c3dde7bec31e723c4762 (diff) | |
download | llvm-74494d9992bdf266259f8add410f346971471c46.zip llvm-74494d9992bdf266259f8add410f346971471c46.tar.gz llvm-74494d9992bdf266259f8add410f346971471c46.tar.bz2 |
[libc++] Don't use __is_fundamental in C++03 mode
In C++03 mode, nullptr is defined by libc++, not the compiler so, we can't use __is_fundamental (because it will return false for nullptr).
Fixes: 5ade17e0ca8b11f57cb15a1bee6d30a3815d8cac
Diffstat (limited to 'lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp')
0 files changed, 0 insertions, 0 deletions