]> granicus.if.org Git - clang/commit
Allow the use of C++0x deleted functions as an extension in C++98.
authorAnders Carlsson <andersca@mac.com>
Fri, 24 Sep 2010 21:25:25 +0000 (21:25 +0000)
committerAnders Carlsson <andersca@mac.com>
Fri, 24 Sep 2010 21:25:25 +0000 (21:25 +0000)
commit37bf9d2bb74944c9d9a52522412bc077629977f1
tree90bf0e892a6e4aa074f9e8d29136a6c0b6f69a47
parent8c8d5412cddcc1c45beb0353d91d7894db74e585
Allow the use of C++0x deleted functions as an extension in C++98.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114762 91177308-0d34-0410-b5e6-96231b3b80d8
clang.xcodeproj/project.pbxproj
include/clang/Basic/DiagnosticGroups.td
include/clang/Basic/DiagnosticParseKinds.td
include/clang/Basic/DiagnosticSemaKinds.td
lib/Lex/PPMacroExpansion.cpp
lib/Parse/ParseDecl.cpp
lib/Parse/ParseDeclCXX.cpp
test/Lexer/has_feature_cxx0x.cpp
test/SemaCXX/deleted-function-extension.cpp [new file with mode: 0644]