]> granicus.if.org Git - clang/commit
Implement a warning flag for the warning about default arguments making
authorSean Hunt <scshunt@csclub.uwaterloo.ca>
Fri, 3 Jun 2011 17:55:52 +0000 (17:55 +0000)
committerSean Hunt <scshunt@csclub.uwaterloo.ca>
Fri, 3 Jun 2011 17:55:52 +0000 (17:55 +0000)
commit78e9c55c9acc85d82f4dd53a49c05310b4b56a1b
tree95003fd856b7a5053470ddd03a7c67a01fb5528a
parenta08fcb8105bf53f3640ad17f61bdcde2d8ace78a
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
include/clang/Basic/DiagnosticGroups.td
include/clang/Basic/DiagnosticSemaKinds.td
test/SemaCXX/default-arg-special-member.cpp