[PATCH] D44188: Misc typos

luzpaz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 6 21:04:16 PST 2018


luzpaz updated this revision to Diff 137323.
luzpaz added a comment.

Rebased and re-diffed


Repository:
  rC Clang

https://reviews.llvm.org/D44188

Files:
  bindings/python/clang/cindex.py
  cmake/caches/Apple-stage2.cmake
  docs/LibASTMatchersReference.html
  docs/SanitizerCoverage.rst
  docs/analyzer/DesignDiscussions/InitializerLists.rst
  docs/doxygen.cfg.in
  include/clang-c/Index.h
  include/clang/AST/ASTContext.h
  include/clang/AST/ASTTypeTraits.h
  include/clang/AST/CanonicalType.h
  include/clang/AST/Comment.h
  include/clang/AST/CommentLexer.h
  include/clang/AST/DataCollection.h
  include/clang/AST/DeclCXX.h
  include/clang/AST/Expr.h
  include/clang/AST/ExternalASTMerger.h
  include/clang/AST/NestedNameSpecifier.h
  include/clang/AST/RecursiveASTVisitor.h
  include/clang/AST/StmtOpenMP.h
  include/clang/AST/Type.h
  include/clang/ASTMatchers/ASTMatchers.h
  include/clang/Analysis/Analyses/ThreadSafetyTraverse.h
  include/clang/Analysis/CloneDetection.h
  include/clang/Basic/Attr.td
  include/clang/Basic/AttrDocs.td
  include/clang/Basic/DiagnosticSemaKinds.td
  include/clang/Basic/SourceManager.h
  include/clang/Basic/Version.h
  include/clang/CodeGen/ConstantInitBuilder.h
  include/clang/Driver/Multilib.h
  include/clang/Frontend/ASTUnit.h
  include/clang/Frontend/PrecompiledPreamble.h
  include/clang/Lex/HeaderSearch.h
  include/clang/Lex/ModuleMap.h
  include/clang/Lex/TokenLexer.h
  include/clang/Parse/Parser.h
  include/clang/Sema/AttributeList.h
  include/clang/Sema/TypoCorrection.h
  include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
  include/clang/StaticAnalyzer/Core/BugReporter/BugType.h
  include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
  include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
  include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
  include/clang/Tooling/FileMatchTrie.h
  include/clang/Tooling/Refactoring/RefactoringActionRule.h
  include/clang/Tooling/Refactoring/RefactoringResultConsumer.h
  include/clang/Tooling/Refactoring/Rename/RenamingAction.h
  include/clang/Tooling/Refactoring/Rename/SymbolName.h
  include/clang/Tooling/Tooling.h
  lib/ARCMigrate/FileRemapper.cpp
  lib/ARCMigrate/ObjCMT.cpp
  lib/AST/ASTContext.cpp
  lib/AST/DeclCXX.cpp
  lib/AST/DeclObjC.cpp
  lib/AST/ExprConstant.cpp
  lib/AST/MicrosoftMangle.cpp
  lib/AST/Stmt.cpp
  lib/AST/VTableBuilder.cpp
  lib/ASTMatchers/Dynamic/Parser.cpp
  lib/Analysis/CloneDetection.cpp
  lib/Analysis/ThreadSafetyCommon.cpp
  lib/Basic/DiagnosticIDs.cpp
  lib/Basic/SourceManager.cpp
  lib/Basic/Targets/PPC.cpp
  lib/Basic/Targets/X86.cpp
  lib/Basic/VirtualFileSystem.cpp
  lib/CodeGen/BackendUtil.cpp
  lib/CodeGen/CGBlocks.cpp
  lib/CodeGen/CGBuiltin.cpp
  lib/CodeGen/CGDebugInfo.cpp
  lib/CodeGen/CGExpr.cpp
  lib/CodeGen/CGExprAgg.cpp
  lib/CodeGen/CGExprComplex.cpp
  lib/CodeGen/CGObjCMac.cpp
  lib/CodeGen/CGOpenCLRuntime.h
  lib/CodeGen/CGOpenMPRuntime.cpp
  lib/CodeGen/CGOpenMPRuntime.h
  lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
  lib/CodeGen/CGOpenMPRuntimeNVPTX.h
  lib/CodeGen/CGRecordLayoutBuilder.cpp
  lib/CodeGen/CGStmt.cpp
  lib/CodeGen/CGStmtOpenMP.cpp
  lib/CodeGen/CGVTables.cpp
  lib/CodeGen/CodeGenFunction.h
  lib/CodeGen/CodeGenModule.cpp
  lib/CodeGen/CodeGenModule.h
  lib/CodeGen/CoverageMappingGen.cpp
  lib/CodeGen/ItaniumCXXABI.cpp
  lib/CodeGen/MicrosoftCXXABI.cpp
  lib/CodeGen/TargetInfo.h
  lib/CodeGen/VarBypassDetector.cpp
  lib/Driver/Driver.cpp
  lib/Driver/ToolChains/Arch/ARM.cpp
  lib/Driver/ToolChains/Clang.cpp
  lib/Driver/ToolChains/CommonArgs.cpp
  lib/Driver/ToolChains/Cuda.cpp
  lib/Driver/ToolChains/Hexagon.cpp
  lib/Format/UnwrappedLineParser.h
  lib/Frontend/ASTMerge.cpp
  lib/Frontend/CacheTokens.cpp
  lib/Frontend/CompilerInstance.cpp
  lib/Frontend/CompilerInvocation.cpp
  lib/Frontend/DiagnosticRenderer.cpp
  lib/Frontend/ModuleDependencyCollector.cpp
  lib/Frontend/Rewrite/RewriteModernObjC.cpp
  lib/Frontend/SerializedDiagnosticPrinter.cpp
  lib/Headers/__clang_cuda_builtin_vars.h
  lib/Headers/__wmmintrin_aes.h
  lib/Headers/htmintrin.h
  lib/Headers/htmxlintrin.h
  lib/Headers/stdint.h
  lib/Lex/HeaderSearch.cpp
  lib/Lex/Lexer.cpp
  lib/Lex/MacroArgs.cpp
  lib/Lex/PPDirectives.cpp
  lib/Lex/PTHLexer.cpp
  lib/Lex/TokenLexer.cpp
  lib/Parse/ParseDecl.cpp
  lib/Parse/ParsePragma.cpp
  lib/Parse/Parser.cpp
  lib/Sema/Sema.cpp
  lib/Sema/SemaAttr.cpp
  lib/Sema/SemaCast.cpp
  lib/Sema/SemaChecking.cpp
  lib/Sema/SemaCodeComplete.cpp
  lib/Sema/SemaCoroutine.cpp
  lib/Sema/SemaDecl.cpp
  lib/Sema/SemaDeclAttr.cpp
  lib/Sema/SemaDeclCXX.cpp
  lib/Sema/SemaDeclObjC.cpp
  lib/Sema/SemaExpr.cpp
  lib/Sema/SemaExprCXX.cpp
  lib/Sema/SemaExprObjC.cpp
  lib/Sema/SemaInit.cpp
  lib/Sema/SemaLookup.cpp
  lib/Sema/SemaOverload.cpp
  lib/Sema/SemaStmt.cpp
  lib/Sema/SemaTemplate.cpp
  lib/Sema/SemaTemplateDeduction.cpp
  lib/Sema/SemaType.cpp
  lib/Sema/TreeTransform.h
  lib/Serialization/ASTReader.cpp
  lib/Serialization/ASTWriter.cpp
  lib/StaticAnalyzer/Checkers/ChrootChecker.cpp
  lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
  lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
  lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
  lib/StaticAnalyzer/Checkers/NonnullGlobalConstantsChecker.cpp
  lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
  lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
  lib/StaticAnalyzer/Core/CoreEngine.cpp
  lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  lib/StaticAnalyzer/Core/Store.cpp
  lib/StaticAnalyzer/Frontend/ModelInjector.cpp
  lib/Tooling/ASTDiff/ASTDiff.cpp
  lib/Tooling/Core/Replacement.cpp
  lib/Tooling/FileMatchTrie.cpp
  lib/Tooling/Refactoring/Rename/USRLocFinder.cpp
  test/ASTMerge/namespace/test.cpp
  test/Analysis/analyzeOneFunction.m
  test/Analysis/copypaste/macro-complexity.cpp
  test/Analysis/dead-stores.c
  test/Analysis/dynamic_type_check.m
  test/Analysis/localization.m
  test/Analysis/misc-ps-region-store.m
  test/Analysis/new.cpp
  test/Analysis/nullability.mm
  test/Analysis/objc-properties.m
  test/Analysis/objc/direct-ivar-assignment-in-annotated-functions.m
  test/Analysis/retain-release-path-notes.m
  test/Analysis/string.c
  test/CXX/special/class.init/class.inhctor.init/p1.cpp
  test/CodeGen/arm64_vdup.c
  test/CodeGen/builtins-arm-exclusive.c
  test/CodeGen/debug-info-block-out-return.c
  test/CodeGen/pr3518.c
  test/CodeGen/vectorcall.c
  test/CodeGenCUDA/device-stub.cu
  test/CodeGenCUDA/propagate-metadata.cu
  test/CodeGenCXX/abstract-class-ctors-dtors.cpp
  test/CodeGenCXX/ctor-dtor-alias.cpp
  test/CodeGenCXX/debug-info-class-nolimit.cpp
  test/CodeGenCXX/duplicate-mangled-name.cpp
  test/CodeGenCXX/ms-integer-static-data-members.cpp
  test/CodeGenOpenCL/amdgpu-nullptr.cl
  test/Driver/config-file2.c
  test/Driver/cuda-options.cu
  test/Driver/darwin-version.c
  test/Driver/fsanitize-blacklist.c
  test/Driver/hexagon-hvx.c
  test/Driver/rtti-options.cpp
  test/Headers/ms-null-ms-header-vs-stddef.cpp
  test/Index/headerfile-comment-to-html.m
  test/Misc/ast-print-pragmas-xfail.cpp
  test/Misc/warning-flags.c
  test/Modules/odr_hash.cpp
  test/OpenMP/target_codegen_registration.cpp
  test/OpenMP/target_parallel_codegen_registration.cpp
  test/OpenMP/target_parallel_for_codegen_registration.cpp
  test/OpenMP/target_parallel_for_simd_codegen_registration.cpp
  test/OpenMP/target_simd_codegen_registration.cpp
  test/OpenMP/target_teams_codegen_registration.cpp
  test/OpenMP/target_teams_distribute_codegen_registration.cpp
  test/OpenMP/target_teams_distribute_parallel_for_simd_codegen_registration.cpp
  test/OpenMP/target_teams_distribute_simd_codegen_registration.cpp
  test/Parser/brackets.c
  test/Parser/brackets.cpp
  test/Preprocessor/macro_paste_commaext.c
  test/Sema/attr-availability-tvos.c
  test/Sema/attr-availability-watchos.c
  test/Sema/pr30372.c
  test/Sema/self-comparison.c
  test/Sema/tls.c
  test/Sema/uninit-variables.c
  test/Sema/vector-gcc-compat.c
  test/Sema/vector-gcc-compat.cpp
  test/Sema/warn-documentation-fixits.cpp
  test/Sema/warn-documentation-unknown-command.cpp
  test/Sema/warn-documentation.m
  test/Sema/warn-string-conversion.c
  test/SemaCUDA/function-template-overload.cu
  test/SemaCXX/conditional-expr.cpp
  test/SemaCXX/err_typecheck_assign_const_filecheck.cpp
  test/SemaCXX/type-traits.cpp
  test/SemaCXX/uninitialized.cpp
  test/SemaCXX/vector.cpp
  test/SemaCXX/warn-thread-safety-analysis.cpp
  test/SemaCXX/warn-unreachable.cpp
  test/SemaObjC/arc-peformselector.m
  test/SemaObjC/compare-qualified-class.m
  test/SemaObjC/property-ivar-mismatch.m
  tools/c-index-test/c-index-test.c
  tools/clang-format/clang-format.el
  tools/libclang/CIndex.cpp
  tools/libclang/CXCursor.cpp
  tools/libclang/CXCursor.h
  tools/scan-build-py/README.md
  tools/scan-build-py/libscanbuild/analyze.py
  tools/scan-build-py/libscanbuild/arguments.py
  tools/scan-build/bin/scan-build
  tools/scan-build/man/scan-build.1
  tools/scan-view/share/startfile.py
  utils/TableGen/NeonEmitter.cpp
  utils/bash-autocomplete.sh
  utils/check_cfc/check_cfc.py
  utils/clangdiag.py
  www/OpenProjects.html
  www/analyzer/alpha_checks.html
  www/analyzer/available_checks.html
  (3 more files...)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44188.137323.patch
Type: text/x-patch
Size: 213906 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180307/cb022702/attachment-0001.bin>


More information about the cfe-commits mailing list