diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-09-15 22:30:29 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-09-15 22:30:29 +0000 |
commit | 87f540608106f28d9319b2148eb1b00192e020c2 (patch) | |
tree | ee908c8d7cb760ea14e8dc105a1b8e7e006c3793 /llvm/lib/CodeGen/MachineModuleInfo.cpp | |
parent | e26d4e49dfba5b86f1cac31e89ac55117da122fb (diff) | |
download | llvm-87f540608106f28d9319b2148eb1b00192e020c2.zip llvm-87f540608106f28d9319b2148eb1b00192e020c2.tar.gz llvm-87f540608106f28d9319b2148eb1b00192e020c2.tar.bz2 |
When implicitly declaring operators new, new[], delete, and delete[],
give them the appropriate exception specifications. This,
unfortunately, requires us to maintain and/or implicitly generate
handles to namespace "std" and the class "std::bad_alloc". However,
every other approach I've come up with was more hackish, and this
standard requirement itself is quite the hack.
Fixes PR4829.
llvm-svn: 81939
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleInfo.cpp')
0 files changed, 0 insertions, 0 deletions