]> granicus.if.org Git - clang/commit
fix a bunch of comment typos found by codespell. Patch by
authorChris Lattner <sabre@nondot.org>
Fri, 15 Apr 2011 05:22:18 +0000 (05:22 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 15 Apr 2011 05:22:18 +0000 (05:22 +0000)
commitfc8f0e14ad142ed811e90fbd9a30e419e301c717
treee28c40d1592d5c0898c3b5b4ad16efd0d50ce741
parentc6eb44b321c543c5bcf28727228a0cceced57e2e
fix a bunch of comment typos found by codespell.  Patch by
Luis Felipe Strano Moraes!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129559 91177308-0d34-0410-b5e6-96231b3b80d8
93 files changed:
docs/DriverInternals.html
docs/UsersManual.html
docs/tools/clang.pod
include/clang/AST/CXXInheritance.h
include/clang/AST/CharUnits.h
include/clang/AST/Decl.h
include/clang/AST/DeclObjC.h
include/clang/AST/Expr.h
include/clang/AST/ExprObjC.h
include/clang/AST/Type.h
include/clang/Basic/Diagnostic.h
include/clang/Basic/IdentifierTable.h
include/clang/Basic/PartialDiagnostic.h
include/clang/Basic/SourceManager.h
include/clang/Basic/TokenKinds.def
include/clang/Driver/OptParser.td
include/clang/Lex/HeaderSearch.h
include/clang/Lex/MultipleIncludeOpt.h
include/clang/Parse/Parser.h
include/clang/Sema/DeclSpec.h
include/clang/Sema/IdentifierResolver.h
include/clang/Sema/Initialization.h
include/clang/Sema/Scope.h
include/clang/Sema/Sema.h
include/clang/Sema/TemplateDeduction.h
include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
lib/AST/ASTContext.cpp
lib/AST/ASTImporter.cpp
lib/AST/ItaniumCXXABI.cpp
lib/AST/ItaniumMangle.cpp
lib/AST/MicrosoftCXXABI.cpp
lib/AST/MicrosoftMangle.cpp
lib/Analysis/CFG.cpp
lib/Basic/Diagnostic.cpp
lib/Basic/SourceManager.cpp
lib/Basic/TargetInfo.cpp
lib/CodeGen/CGException.cpp
lib/CodeGen/CGObjCGNU.cpp
lib/CodeGen/CGObjCMac.cpp
lib/CodeGen/CGObjCRuntime.h
lib/CodeGen/CodeGenAction.cpp
lib/CodeGen/CodeGenFunction.h
lib/CodeGen/ItaniumCXXABI.cpp
lib/CodeGen/MicrosoftCXXABI.cpp
lib/CodeGen/TargetInfo.cpp
lib/Driver/OptTable.cpp
lib/Driver/ToolChain.cpp
lib/Driver/ToolChains.cpp
lib/Driver/ToolChains.h
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Headers/stddef.h
lib/Headers/stdint.h
lib/Index/Entity.cpp
lib/Lex/Lexer.cpp
lib/Lex/LiteralSupport.cpp
lib/Lex/PPDirectives.cpp
lib/Lex/PTHLexer.cpp
lib/Parse/ParseDeclCXX.cpp
lib/Parse/ParseInit.cpp
lib/Rewrite/RewriteObjC.cpp
lib/Sema/SemaChecking.cpp
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaObjCProperty.cpp
lib/Serialization/ASTWriter.cpp
lib/Serialization/ASTWriterStmt.cpp
lib/StaticAnalyzer/Checkers/CStringChecker.cpp
lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
lib/StaticAnalyzer/Core/BugReporter.cpp
lib/StaticAnalyzer/Core/CFRefCount.cpp
lib/StaticAnalyzer/Core/CXXExprEngine.cpp
lib/StaticAnalyzer/Core/ExplodedGraph.cpp
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
test/Analysis/bstring.c
test/Analysis/idempotent-operations.c
test/Analysis/misc-ps-eager-assume.m
test/Analysis/string.c
test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/p4.cpp
test/CodeGen/builtins.c
test/CodeGen/char-literal.c
test/CodeGenCXX/debug-info-byval.cpp
test/CodeGenCXX/vtable-linkage.cpp
test/Driver/ast.c
test/Preprocessor/pragma-pushpop-macro.c
test/SemaObjC/property-13.m
utils/CmpDriver
utils/OptionalTests/Extra/Runtime/darwin-clang_rt.c
www/analyzer/scan-build.html
www/cxx_status.html
www/hacking.html