summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/BackendUtil.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-05-21 23:15:46 +0000
committerDouglas Gregor <dgregor@apple.com>2011-05-21 23:15:46 +0000
commit80af31397aceef27426fc47756524bda8a2a31b8 (patch)
tree70de177ab2fb95fc12ef4c22d700e3ac3b6e8e06 /clang/lib/CodeGen/BackendUtil.cpp
parentbabca9aee9cf4fcfdb1256f0754e30b3dcaeebca (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud