History log of /external/clang/test/SemaCXX/default-arg-special-member.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0a62984eab0ab25ed0d0d974e6753a75447e404e 03-Jun-2011 Sean Hunt <scshunt@csclub.uwaterloo.ca> I've had too much to drink, apparently.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132566 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/SemaCXX/default-arg-special-member.cpp
78e9c55c9acc85d82f4dd53a49c05310b4b56a1b 03-Jun-2011 Sean Hunt <scshunt@csclub.uwaterloo.ca> Implement a warning flag for the warning about default arguments making
special member functions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132564 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/SemaCXX/default-arg-special-member.cpp
9ae60d54e4454192384933f3020968ea5c8c3540 26-May-2011 Sean Hunt <scshunt@csclub.uwaterloo.ca> Implement a new warning for when adding a default argument to a method
makes it into a special member function. This is very bad and can lead
to all sorts of nastiness including implicit member functions violating
the One Definition Rule. This should probably be made ill-formed in a
later version of the standard, but for now we'll just warn.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132104 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/SemaCXX/default-arg-special-member.cpp