aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2012-01-02 17:56:02 +0000
committerHoward Hinnant <hhinnant@apple.com>2012-01-02 17:56:02 +0000
commit8e25104b108ad0d40c144e9eeae374e3eb6607a7 (patch)
tree9f1d33d1e695aa4b6b652dada22a8688eed47e5a /clang/lib/Frontend/CompilerInvocation.cpp
parent5dbf4eb66b8f4ccdab028ebb79e51bbde6d06530 (diff)
downloadllvm-8e25104b108ad0d40c144e9eeae374e3eb6607a7.zip
llvm-8e25104b108ad0d40c144e9eeae374e3eb6607a7.tar.gz
llvm-8e25104b108ad0d40c144e9eeae374e3eb6607a7.tar.bz2
1. Fix make_shared<const T>. 2. Allow allocator<const T> as an extension. 3. Refactor work which fixed unique_ptr<const T[]>. 4. Remove no-longer-needed private declarations from unique_ptr. 5. Add constraints to some shared_ptr and weak_ptr constructors and assignment operators so that is_constructible/is_assignable give the correct answers for shared_ptr and weak_ptr. 6. Make defensive preparations in the shared_ptr free functions for the introduction of shared_ptr<T[]> in the future. 7. As an optimization, add move constructor and move assignment to weak_ptr.
llvm-svn: 147437
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions