[libcxx-commits] [PATCH] D137338: Fix dupe word typos
Tom leet via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Nov 3 07:51:06 PDT 2022
Rageking8 created this revision.
Herald added subscribers: libc-commits, libcxx-commits, Moerafaat, zero9178, anlunx, steakhal, Enna1, bzcheeseman, kosarev, mravishankar, mattd, gchakrabarti, ThomasRaoux, pmatos, asb, ayermolo, awarzynski, arjunp, sdasgup3, asavonic, carlosgalvezp, abrachet, Groverkss, wenzhicui, wrengr, armkevincheng, ormris, foad, jsmolens, sjarus, eric-k256, cota, teijeong, frasercrmck, rdzhabarov, ecnelises, tatianashp, wenlei, mehdi_amini, msifontes, jurahul, Kayjukh, grosul1, martong, Joonsoo, kerbowa, liufengdb, aartbik, mgester, arpith-jacob, csigg, antiagainst, shauheen, rriddle, luismarques, apazos, sameer.abuasal, pengfei, s.egerton, Jim, asbirlea, lebedev.ri, kadircet, jocewei, PkmX, arphaman, the_o, brucehoult, MartinMosbeck, rogfer01, steven_wu, edward-jones, zzheng, jrtc27, niosHD, sabuasal, simoncook, johnrusso, rbar, javed.absar, kbarton, hiraditya, jgravelle-google, arichardson, sbc100, jvesely, nemanjai, emaste, dylanmckay, dschuff, arsenm, qcolombet, MatzeB.
Herald added a reviewer: bollu.
Herald added a reviewer: lebedev.ri.
Herald added a reviewer: jhenderson.
Herald added a reviewer: shafik.
Herald added a reviewer: rriddle.
Herald added a reviewer: aartbik.
Herald added a reviewer: MaskRay.
Herald added a reviewer: ftynse.
Herald added a reviewer: aaron.ballman.
Herald added a reviewer: aartbik.
Herald added a reviewer: bondhugula.
Herald added a reviewer: rafauler.
Herald added a reviewer: Amir.
Herald added a reviewer: maksfb.
Herald added a reviewer: paulkirth.
Herald added a reviewer: NoQ.
Herald added a reviewer: ributzka.
Herald added a reviewer: kmitropoulou.
Herald added projects: libunwind, libc-project, lld-macho, Flang, All.
Herald added a reviewer: libunwind.
Herald added a reviewer: lld-macho.
Rageking8 requested review of this revision.
Herald added subscribers: cfe-commits, llvm-commits, openmp-commits, lldb-commits, Sanitizers, pcwang-thead, yota9, StephenFan, vkmr, stephenneuendorffer, nicolasvasilache, jdoerfert, aheejin, jholewinski.
Herald added a reviewer: nicolasvasilache.
Herald added a reviewer: dang.
Herald added a reviewer: dcaballe.
Herald added projects: clang, Sanitizers, LLDB, libc++, OpenMP, libc++abi, MLIR, LLVM, clang-tools-extra.
Herald added a reviewer: libc++.
Herald added a reviewer: libc++abi.
This revision fixes typos where there are 2 consecutive words which are duplicated.
There should be no code changes in this revision (only changes to comments and docs).
Do let me know if there are any undesirable changes in this revision. Thanks.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D137338
Files:
bolt/lib/Passes/TailDuplication.cpp
clang-tools-extra/clang-tidy/fuchsia/MultipleInheritanceCheck.cpp
clang-tools-extra/clangd/Headers.cpp
clang-tools-extra/clangd/Protocol.h
clang-tools-extra/clangd/Selection.cpp
clang-tools-extra/clangd/TUScheduler.cpp
clang-tools-extra/clangd/index/CanonicalIncludes.h
clang-tools-extra/clangd/index/dex/Iterator.cpp
clang-tools-extra/clangd/support/ThreadCrashReporter.cpp
clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
clang-tools-extra/clangd/unittests/TestTU.cpp
clang-tools-extra/clangd/unittests/remote/MarshallingTests.cpp
clang-tools-extra/pp-trace/PPCallbacksTracker.cpp
clang-tools-extra/test/clang-tidy/checkers/modernize/make-unique-inaccessible-ctors.cpp
clang/docs/DataFlowSanitizerDesign.rst
clang/include/clang/AST/ASTConsumer.h
clang/include/clang/AST/DeclCXX.h
clang/include/clang/AST/DeclTemplate.h
clang/include/clang/AST/Expr.h
clang/include/clang/AST/ExternalASTMerger.h
clang/include/clang/AST/StmtOpenMP.h
clang/include/clang/ASTMatchers/ASTMatchersInternal.h
clang/include/clang/Analysis/CFG.h
clang/include/clang/Analysis/CloneDetection.h
clang/include/clang/Analysis/PathDiagnostic.h
clang/include/clang/Basic/CodeGenOptions.def
clang/include/clang/Basic/LangStandards.def
clang/include/clang/Basic/Sarif.h
clang/include/clang/Basic/Specifiers.h
clang/include/clang/CrossTU/CrossTranslationUnit.h
clang/include/clang/Sema/CodeCompleteConsumer.h
clang/include/clang/Sema/ParsedAttr.h
clang/include/clang/Sema/ScopeInfo.h
clang/include/clang/Sema/Sema.h
clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
clang/include/clang/Tooling/DependencyScanning/DependencyScanningFilesystem.h
clang/include/clang/Tooling/Refactoring/Extract/Extract.h
clang/lib/AST/ASTContext.cpp
clang/lib/AST/ASTDiagnostic.cpp
clang/lib/Basic/DiagnosticIDs.cpp
clang/lib/Basic/SourceManager.cpp
clang/lib/CodeGen/CGCUDARuntime.h
clang/lib/CodeGen/CGClass.cpp
clang/lib/CodeGen/CGDeclCXX.cpp
clang/lib/CodeGen/CGOpenMPRuntime.h
clang/lib/CodeGen/CodeGenFunction.h
clang/lib/CodeGen/CodeGenTBAA.cpp
clang/lib/CodeGen/MicrosoftCXXABI.cpp
clang/lib/CodeGen/TargetInfo.cpp
clang/lib/Driver/Driver.cpp
clang/lib/Driver/ToolChains/Darwin.cpp
clang/lib/Driver/ToolChains/Gnu.cpp
clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp
clang/lib/Format/TokenAnnotator.cpp
clang/lib/Format/WhitespaceManager.h
clang/lib/Headers/smmintrin.h
clang/lib/Lex/MacroInfo.cpp
clang/lib/Parse/ParseStmt.cpp
clang/lib/Sema/SemaChecking.cpp
clang/lib/Sema/SemaCodeComplete.cpp
clang/lib/Sema/SemaDecl.cpp
clang/lib/Sema/SemaDeclAttr.cpp
clang/lib/Sema/SemaDeclCXX.cpp
clang/lib/Sema/SemaExprCXX.cpp
clang/lib/Sema/SemaInit.cpp
clang/lib/Sema/SemaOpenMP.cpp
clang/lib/Sema/SemaOverload.cpp
clang/lib/Sema/SemaStmtAttr.cpp
clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
clang/lib/StaticAnalyzer/Core/TextDiagnostics.cpp
clang/test/Analysis/lambdas.cpp
clang/test/Parser/declarators.c
clang/test/Sema/builtin-align.c
clang/test/SemaCXX/warn-thread-safety-parsing.cpp
clang/test/SemaTemplate/temp_arg_nontype.cpp
clang/unittests/Analysis/CloneDetectionTest.cpp
clang/utils/TableGen/ClangSACheckersEmitter.cpp
compiler-rt/include/sanitizer/dfsan_interface.h
compiler-rt/lib/asan/asan_allocator.cpp
compiler-rt/lib/builtins/arm/udivsi3.S
compiler-rt/lib/sanitizer_common/tests/sanitizer_stacktrace_test.cpp
compiler-rt/lib/tsan/rtl-old/tsan_interceptors_posix.cpp
compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
flang/include/flang/Lower/CallInterface.h
flang/include/flang/Optimizer/Builder/Runtime/RTBuilder.h
flang/include/flang/Optimizer/Builder/Runtime/Reduction.h
flang/lib/Decimal/big-radix-floating-point.h
flang/lib/Evaluate/fold-integer.cpp
flang/lib/Lower/ConvertExpr.cpp
flang/lib/Lower/IO.cpp
flang/lib/Lower/IntrinsicCall.cpp
flang/lib/Lower/OpenMP.cpp
flang/lib/Optimizer/CodeGen/CodeGen.cpp
flang/lib/Semantics/expression.cpp
flang/lib/Semantics/resolve-names.cpp
libc/src/__support/FPUtil/generic/FMA.h
libc/src/__support/FPUtil/x86_64/FEnvImpl.h
libc/src/stdio/printf_core/parser.h
libc/src/stdio/scanf_core/parser.h
libc/test/src/math/RoundToIntegerTest.h
libcxx/include/__format/buffer.h
libcxxabi/src/private_typeinfo.cpp
libunwind/src/FrameHeaderCache.hpp
libunwind/src/UnwindRegistersRestore.S
lld/COFF/DebugTypes.cpp
lld/COFF/PDB.cpp
lld/ELF/SyntheticSections.cpp
lld/MachO/Driver.cpp
lld/MachO/ICF.cpp
lld/MachO/InputFiles.cpp
lld/MachO/UnwindInfoSection.cpp
lld/test/ELF/arm-fix-cortex-a8-toolarge.s
lld/wasm/Writer.cpp
lldb/include/lldb/API/SBTrace.h
lldb/include/lldb/Core/Module.h
lldb/include/lldb/Expression/LLVMUserExpression.h
lldb/include/lldb/Interpreter/OptionValueProperties.h
lldb/include/lldb/Symbol/CompilerType.h
lldb/include/lldb/Symbol/ObjectContainer.h
lldb/include/lldb/Target/Process.h
lldb/include/lldb/Target/TargetList.h
lldb/include/lldb/Target/Trace.h
lldb/include/lldb/Utility/RangeMap.h
lldb/source/Breakpoint/Breakpoint.cpp
lldb/source/Breakpoint/BreakpointLocation.cpp
lldb/source/Breakpoint/BreakpointSite.cpp
lldb/source/Breakpoint/Watchpoint.cpp
lldb/source/Commands/CommandObjectMemory.cpp
lldb/source/Core/DataFileCache.cpp
lldb/source/Core/ModuleList.cpp
lldb/source/Host/macosx/objcxx/Host.mm
lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.h
lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.h
lldb/source/Plugins/ABI/ARM/ABIMacOSX_arm.h
lldb/source/Plugins/ABI/ARM/ABISysV_arm.h
lldb/source/Plugins/ABI/X86/ABIMacOSX_i386.h
lldb/source/Plugins/Architecture/Arm/ArchitectureArm.cpp
lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h
lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h
lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
lldb/source/Plugins/Process/Linux/Perf.cpp
lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_32.h
lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
lldb/source/Plugins/Trace/intel-pt/CommandObjectTraceStartIntelPT.cpp
lldb/source/Plugins/Trace/intel-pt/TraceIntelPTBundleLoader.cpp
lldb/source/Symbol/LineTable.cpp
lldb/source/Symbol/Symtab.cpp
lldb/source/Target/RegisterContextUnwind.cpp
lldb/source/Target/Target.cpp
lldb/source/Utility/Args.cpp
lldb/tools/debugserver/source/MacOSX/MachTask.mm
lldb/tools/lldb-vscode/JSONUtils.cpp
lldb/tools/lldb-vscode/lldb-vscode.cpp
lldb/unittests/Interpreter/TestCompletion.cpp
lldb/unittests/Process/gdb-remote/PortMapTest.cpp
llvm/docs/PDB/DbiStream.rst
llvm/include/llvm/ADT/CombinationGenerator.h
llvm/include/llvm/ADT/FloatingPointMode.h
llvm/include/llvm/ADT/IntervalMap.h
llvm/include/llvm/ADT/STLExtras.h
llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
llvm/include/llvm/Analysis/GuardUtils.h
llvm/include/llvm/Analysis/ScalarEvolution.h
llvm/include/llvm/AsmParser/Parser.h
llvm/include/llvm/BinaryFormat/MachO.h
llvm/include/llvm/CodeGen/CodeGenPassBuilder.h
llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
llvm/include/llvm/CodeGen/GlobalISel/RegBankSelect.h
llvm/include/llvm/CodeGen/ISDOpcodes.h
llvm/include/llvm/CodeGen/LiveInterval.h
llvm/include/llvm/CodeGen/LiveIntervals.h
llvm/include/llvm/CodeGen/MachineBasicBlock.h
llvm/include/llvm/CodeGen/ScheduleDAG.h
llvm/include/llvm/CodeGen/TargetLowering.h
llvm/include/llvm/CodeGen/TargetPassConfig.h
llvm/include/llvm/DebugInfo/CodeView/TypeHashing.h
llvm/include/llvm/DebugInfo/GSYM/InlineInfo.h
llvm/include/llvm/Demangle/Demangle.h
llvm/include/llvm/ExecutionEngine/JITLink/aarch64.h
llvm/include/llvm/IR/AutoUpgrade.h
llvm/include/llvm/IR/Instructions.h
llvm/include/llvm/IR/LegacyPassManagers.h
llvm/include/llvm/IR/PassManagerInternal.h
llvm/include/llvm/MC/MCSectionWasm.h
llvm/include/llvm/MC/MCStreamer.h
llvm/include/llvm/Passes/PassBuilder.h
llvm/include/llvm/Support/DynamicLibrary.h
llvm/include/llvm/Support/FileSystem.h
llvm/include/llvm/Support/MemAlloc.h
llvm/include/llvm/Support/SourceMgr.h
llvm/include/llvm/Support/TrailingObjects.h
llvm/include/llvm/Support/VirtualFileSystem.h
llvm/include/llvm/Target/Target.td
llvm/include/llvm/Transforms/Utils/MisExpect.h
llvm/include/llvm/Transforms/Utils/ValueMapper.h
llvm/lib/Analysis/CGSCCPassManager.cpp
llvm/lib/Analysis/IVDescriptors.cpp
llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp
llvm/lib/CodeGen/MachinePipeliner.cpp
llvm/lib/CodeGen/MachineScheduler.cpp
llvm/lib/CodeGen/RDFLiveness.cpp
llvm/lib/CodeGen/ReachingDefAnalysis.cpp
llvm/lib/CodeGen/RegAllocPBQP.cpp
llvm/lib/CodeGen/RemoveRedundantDebugValues.cpp
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
llvm/lib/DebugInfo/GSYM/DwarfTransformer.cpp
llvm/lib/DebugInfo/LogicalView/Readers/LVELFReader.cpp
llvm/lib/Debuginfod/HTTPServer.cpp
llvm/lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp
llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
llvm/lib/IR/Verifier.cpp
llvm/lib/MC/WasmObjectWriter.cpp
llvm/lib/MC/XCOFFObjectWriter.cpp
llvm/lib/Object/ArchiveWriter.cpp
llvm/lib/Support/Format.cpp
llvm/lib/Support/Host.cpp
llvm/lib/Support/RISCVISAInfo.cpp
llvm/lib/Support/SourceMgr.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AArch64/AArch64InstrInfo.h
llvm/lib/Target/AArch64/AArch64LowerHomogeneousPrologEpilog.cpp
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
llvm/lib/Target/AArch64/GISel/AArch64PostLegalizerCombiner.cpp
llvm/lib/Target/AArch64/GISel/AArch64PreLegalizerCombiner.cpp
llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
llvm/lib/Target/AMDGPU/SIISelLowering.cpp
llvm/lib/Target/AMDGPU/SIInstrInfo.h
llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h
llvm/lib/Target/AMDGPU/SIOptimizeVGPRLiveRange.cpp
llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
llvm/lib/Target/AVR/MCTargetDesc/AVRFixupKinds.h
(96 more files...)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137338.472939.patch
Type: text/x-patch
Size: 244527 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221103/9c620d64/attachment-0001.bin>
More information about the libcxx-commits
mailing list