Fix a typo 'iff' => 'if'
authorSylvestre Ledru <sylvestre@debian.org>
Thu, 27 Sep 2012 09:57:10 +0000 (09:57 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Thu, 27 Sep 2012 09:57:10 +0000 (09:57 +0000)
commit94ff8e1f57c6382d91d0de981a4f311509d83e37
treeeb4d5bfaa1d965936217836ef85abf9e146baab7
parent7836011482bc26dfebf15df4fd993d07b607fbcf
Fix a typo 'iff' => 'if'

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164766 91177308-0d34-0410-b5e6-96231b3b80d8
23 files changed:
INPUTS/c99-intconst-1.c
include/clang/AST/ASTContext.h
include/clang/AST/DeclObjC.h
include/clang/Analysis/AnalysisContext.h
include/clang/Basic/Diagnostic.h
include/clang/Sema/Sema.h
lib/CodeGen/CGBuiltin.cpp
lib/CodeGen/CGDecl.cpp
lib/CodeGen/CGObjCMac.cpp
lib/CodeGen/CGRTTI.cpp
lib/CodeGen/CGVTables.h
lib/CodeGen/CodeGenFunction.h
lib/CodeGen/CodeGenModule.h
lib/CodeGen/CodeGenTBAA.cpp
lib/CodeGen/TargetInfo.cpp
lib/Driver/Option.cpp
lib/Frontend/TextDiagnostic.cpp
lib/Sema/AnalysisBasedWarnings.cpp
lib/Sema/SemaAccess.cpp
lib/Sema/SemaChecking.cpp
lib/Sema/SemaDecl.cpp
lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
test/SemaCXX/discrim-union.cpp