]> granicus.if.org Git - clang/commit
Defaulting copy constructors now works reasonably well.
authorSean Hunt <scshunt@csclub.uwaterloo.ca>
Fri, 13 May 2011 06:10:58 +0000 (06:10 +0000)
committerSean Hunt <scshunt@csclub.uwaterloo.ca>
Fri, 13 May 2011 06:10:58 +0000 (06:10 +0000)
commit49634cf3b9b0c3da2aedc3bdefbf331bce167239
treed2f3699703935bfdeee10f9dbc4d6fdd5c2af2ef
parent9858e8fc868b635360d325a1674448bc23199744
Defaulting copy constructors now works reasonably well.

One more special member to go

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131287 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/Sema.h
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaExpr.cpp