aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2012-01-23 03:19:29 +0000
committerNico Weber <nicolasweber@gmx.de>2012-01-23 03:19:29 +0000
commit94e746d5e502d13e39b71cd09d87daf93b441985 (patch)
treedfe9bf47f7983f2b80d2370d2bd227dff286c02a /clang/lib/Frontend/CompilerInvocation.cpp
parent844f945963d1456461000b7d5f4f63108fa04b03 (diff)
downloadllvm-94e746d5e502d13e39b71cd09d87daf93b441985.zip
llvm-94e746d5e502d13e39b71cd09d87daf93b441985.tar.gz
llvm-94e746d5e502d13e39b71cd09d87daf93b441985.tar.bz2
In ms mode, a move assignment operator shouldn't mark a copy ctor as deleted.
MSVC2010's pair class has a move assignment operator but no explicit copy constructor, which makes it unusable without this change. For symmetry, let move copy constructors not mark the default assignment operator as deleted either. Both changes match cl.exe's behavior. Fixes pr11826. Also update the standard excerpt to point to the right paragraph. llvm-svn: 148675
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions