]> granicus.if.org Git - clang/commit
Remove -Wspellcheck and replace it with a diagnostic option.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 16 Mar 2013 01:40:35 +0000 (01:40 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 16 Mar 2013 01:40:35 +0000 (01:40 +0000)
commit6aa240c03dd68ab413106d6af7a18af1c9b4e872
treea75e57eab6b55ee500dea8d2aee96b6bb6d98dbc
parent1efffab67364f5afcc25f5f5f77e0f7ba5d41055
Remove -Wspellcheck and replace it with a diagnostic option.

Thanks to Richard S. for pointing out that the warning would show up
with -Weverything.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177218 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Diagnostic.h
include/clang/Basic/DiagnosticOptions.def
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Driver/CC1Options.td
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/Warnings.cpp
lib/Sema/SemaLookup.cpp
test/SemaObjC/typo-correction.m