Rename flags and options to match current naming: from -fdef-sized-delete to -fdefine...
authorLarisse Voufo <lvoufo@google.com>
Wed, 18 Feb 2015 01:04:10 +0000 (01:04 +0000)
committerLarisse Voufo <lvoufo@google.com>
Wed, 18 Feb 2015 01:04:10 +0000 (01:04 +0000)
commite990a3f60ccd34c0d9c1edebfc17a193b8c052cd
tree4af48afd23146876808855b36237285dd668469e
parent8af49b32143f63ed6e9ed34927876bd5418fe7ee
Rename flags and options to match current naming: from -fdef-sized-delete to -fdefine-sized-deallocation, and from DefaultSizedDelete to DefineSizedDeallocation.

llvm-svn: 229597
clang/include/clang/Basic/LangOptions.def
clang/include/clang/Driver/Options.td
clang/lib/CodeGen/CodeGenFunction.cpp
clang/lib/CodeGen/CodeGenModule.cpp
clang/lib/Driver/Tools.cpp
clang/lib/Frontend/CompilerInvocation.cpp
clang/test/CodeGenCXX/cxx1y-sized-deallocation.cpp
clang/test/CodeGenCXX/implicit-allocation-functions.cpp
clang/test/CodeGenCXX/pr21754.cpp