diff options
author | Douglas Gregor <dgregor@apple.com> | 2011-05-21 23:15:46 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2011-05-21 23:15:46 +0000 |
commit | 80af31397aceef27426fc47756524bda8a2a31b8 (patch) | |
tree | 70de177ab2fb95fc12ef4c22d700e3ac3b6e8e06 /clang/lib/CodeGen/BackendUtil.cpp | |
parent | babca9aee9cf4fcfdb1256f0754e30b3dcaeebca (diff) | |
download | bcm5719-llvm-80af31397aceef27426fc47756524bda8a2a31b8.tar.gz bcm5719-llvm-80af31397aceef27426fc47756524bda8a2a31b8.zip |
Audit and finish the implementation of C++0x nullptr, fixing two
minor issues along the way:
- Non-type template parameters of type 'std::nullptr_t' were not
permitted.
- We didn't properly introduce built-in operators for nullptr ==,
!=, <, <=, >=, or > as candidate functions .
To my knowledge, there's only one (minor but annoying) part of nullptr
that hasn't been implemented: catching a thrown 'nullptr' as a pointer
or pointer-to-member, per C++0x [except.handle]p4.
llvm-svn: 131813
Diffstat (limited to 'clang/lib/CodeGen/BackendUtil.cpp')
0 files changed, 0 insertions, 0 deletions