summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-02-20 00:26:04 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-02-20 00:26:04 +0000
commita28eda7e401f37a2fe42ca9bba96b6e662b60cf0 (patch)
tree3280d2d2f26755931bfe557d97034f8a16b1b3a8 /docs
parent9bc2c994827f2ff881d0563f0c14134b794b4928 (diff)
downloadllvm-a28eda7e401f37a2fe42ca9bba96b6e662b60cf0.tar.gz
llvm-a28eda7e401f37a2fe42ca9bba96b6e662b60cf0.tar.bz2
llvm-a28eda7e401f37a2fe42ca9bba96b6e662b60cf0.tar.xz
Allow llvm::Optional to work with types without default constructors.
This generalizes Optional to require less from the T type by using aligned storage for backing & placement new/deleting the T into it when necessary. Also includes unit tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175580 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions