commit | a1fbf3459fd1a2f480183615893065f0c2e9dae9 | [log] [tgz] |
---|---|---|
author | Joerg Sonnenberger <[email protected]> | Wed Apr 30 19:54:11 2014 |
committer | Joerg Sonnenberger <[email protected]> | Wed Apr 30 19:54:11 2014 |
tree | 186da7f401801931e60f5597d26eff3694a6becd | |
parent | 59f0cba30f989e5a90a3d33c9893cdc87f116b83 [diff] |
Exceptions store the message as reference counted string for compatibility to libstdc++. Move the implementation into a header for easier sharing with libc++abi. Merge a number of improvements from that version. Provide a POD definition for <stdexcept>'s public use to avoid cast dances. Discussed with Marshall Clow. llvm-svn: 207695