]> granicus.if.org Git - clang/commit
Introduce -f{no-}spell-checking options to enable/disable
authorDouglas Gregor <dgregor@apple.com>
Fri, 9 Jul 2010 17:35:33 +0000 (17:35 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 9 Jul 2010 17:35:33 +0000 (17:35 +0000)
commita0068fc64351db9c47916566e3b85ab733cd8d6d
tree6e30a06750192ecb464bc4ce890567d8df62ba9e
parente8d44dd52cd484e486945470bcdf4ae47027dec5
Introduce -f{no-}spell-checking options to enable/disable
spell-checking. By default, spell-checking is enabled for Clang
(obviously) but disabled in CIndex for performance reasons.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107992 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/LangOptions.h
include/clang/Driver/CC1Options.td
include/clang/Driver/Options.td
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/PCHReader.cpp
lib/Frontend/PCHWriter.cpp
lib/Sema/SemaLookup.cpp
test/FixIt/no-typo.c [new file with mode: 0644]
tools/libclang/CIndex.cpp