Skip to content

Instantly share code, notes, and snippets.

@modocache
Created November 7, 2016 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save modocache/00eb437ca3cac84960992cdc23fa0f52 to your computer and use it in GitHub Desktop.
Save modocache/00eb437ca3cac84960992cdc23fa0f52 to your computer and use it in GitHub Desktop.
PVS-Studio warnings from apple/swift, based off of revision https://github.com/apple/swift/commit/6edb5132d8230b66f4cdcd12154379ab3fcd98e5
www.viva64.com/en/w 1 err Help: The documentation for all analyzer warnings is available here: http://www.viva64.com/en/w/.
/home/modocache/GitHub/apple/llvm/include/llvm/ADT/None.h 23 err V573 Uninitialized variable 'None' was used. The variable was used to initialize itself.
/home/modocache/GitHub/apple/llvm/include/llvm/ADT/STLExtras.h 215 err V510 The 'f' function is not expected to receive class-type variable as first actual argument.
/home/modocache/GitHub/apple/llvm/include/llvm/Support/Memory.h 160 note V690 The 'OwningMemoryBlock' class implements the '=' operator, but lacks a copy constructor. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/include/llvm/Support/Allocator.h 135 note V690 The 'BumpPtrAllocatorImpl' class implements the '=' operator, but lacks a copy constructor. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/include/llvm/Support/Allocator.h 365 note V690 The 'SpecificBumpPtrAllocator' class implements the '=' operator, but lacks a copy constructor. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/include/llvm/ADT/DenseMapInfo.h 265 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style.
/home/modocache/GitHub/apple/llvm/include/llvm/ADT/DenseMapInfo.h 290 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style.
/home/modocache/GitHub/apple/llvm/include/llvm/ADT/PointerIntPair.h 103 note V659 Declarations of functions with 'getFromOpaqueValue' name differ in the 'const' keyword only, but the bodies of these functions have different composition. This is suspicious and can possibly be an error. Check lines: 95, 103.
/home/modocache/GitHub/apple/swift/include/swift/Basic/STLExtras.h 269 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
/home/modocache/GitHub/apple/llvm/include/llvm/ADT/FoldingSet.h 108 warn V690 The 'FoldingSetImpl' class implements the '=' operator, but lacks a copy constructor. It is dangerous to use such a class.
/home/modocache/GitHub/apple/swift/include/swift/AST/Identifier.h 378 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'compare' function.
/home/modocache/GitHub/apple/swift/include/swift/AST/Identifier.h 382 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'compare' function.
/home/modocache/GitHub/apple/swift/include/swift/AST/Identifier.h 386 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'compare' function.
/home/modocache/GitHub/apple/swift/include/swift/AST/Identifier.h 498 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'compare' function.
/home/modocache/GitHub/apple/swift/include/swift/AST/Identifier.h 502 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'compare' function.
/home/modocache/GitHub/apple/swift/include/swift/AST/Identifier.h 506 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'compare' function.
/home/modocache/GitHub/apple/swift/include/swift/AST/TypeLoc.h 75 note V669 The 'ctx' argument is a non-constant reference. The analyzer is unable to determine the position at which this argument is being modified. It is possible that the function contains an error.
/home/modocache/GitHub/apple/swift/include/swift/AST/Decl.h 2273 note V601 The 'false' value is implicitly cast to the integer type.
/home/modocache/GitHub/apple/swift/include/swift/AST/Decl.h 3304 warn V764 Possible incorrect order of arguments passed to 'SelfReferenceKind' function: 'parameter' and 'result'.
/home/modocache/GitHub/apple/swift/include/swift/AST/Expr.h 3936 err V595 The 'SubExpr' pointer was utilized before it was verified against nullptr. Check lines: 3936, 3938.
/home/modocache/GitHub/apple/llvm/include/llvm/ADT/StringMap.h 147 note V524 It is odd that the body of 'first' function is fully equivalent to the body of 'getKey' function.
/home/modocache/GitHub/apple/swift/include/swift/AST/TypeRepr.h 265 note V524 It is odd that the body of 'getEndLocImpl' function is fully equivalent to the body of 'getStartLocImpl' function.
/home/modocache/GitHub/apple/swift/include/swift/AST/Expr.h 3747 note V524 It is odd that the body of 'getStartLoc' function is fully equivalent to the body of 'getLoc' function.
/home/modocache/GitHub/apple/llvm/include/llvm/ADT/Hashing.h 507 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: buffer, state.
/home/modocache/GitHub/apple/llvm/include/llvm/ADT/DenseMap.h 760 note V730 It is possible that not all members of a class are initialized inside the constructor. Consider inspecting: NumEntries, NumTombstones.
/home/modocache/GitHub/apple/llvm/include/llvm/ADT/DenseMap.h 764 warn V730 It is possible that not all members of a class are initialized inside the constructor. Consider inspecting: NumEntries, NumTombstones.
/home/modocache/GitHub/apple/llvm/include/llvm/ADT/DenseMap.h 769 warn V730 It is possible that not all members of a class are initialized inside the constructor. Consider inspecting: NumTombstones.
/home/modocache/GitHub/apple/swift/include/swift/Basic/SourceLoc.h 127 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: ByteLength.
/home/modocache/GitHub/apple/swift/include/swift/AST/DeclContext.h 529 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: SpareBits.
/home/modocache/GitHub/apple/swift/include/swift/AST/Stmt.h 1054 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Target.
/home/modocache/GitHub/apple/swift/include/swift/AST/Stmt.h 1090 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Target.
1 err Renew Your license will expire in 7 days. Click 'Renew' to learn more or contact us at support@viva64.com.
/home/modocache/GitHub/apple/swift/include/swift/AST/Types.h 3955 note V688 The 'Name' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/llvm/include/llvm/ADT/SmallPtrSet.h 105 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: reinterpret_cast< void * > (- 2)
/home/modocache/GitHub/apple/llvm/include/llvm/ADT/IntrusiveRefCntPtr.h 44 note V690 The 'RefCountedBase' class implements a copy constructor, but lacks the '=' operator. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/include/llvm/ADT/IntrusiveRefCntPtr.h 66 note V690 The 'RefCountedBaseVPTR' class implements a copy constructor, but lacks the '=' operator. It is dangerous to use such a class.
/home/modocache/GitHub/apple/swift/include/swift/AST/ProtocolConformance.h 353 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: ResolverContextData.
/home/modocache/GitHub/apple/swift/include/swift/AST/ProtocolConformance.h 363 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: ResolverContextData.
/home/modocache/GitHub/apple/llvm/include/llvm/ADT/Twine.h 163 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: LHS, RHS.
/home/modocache/GitHub/apple/llvm/include/llvm/ADT/Twine.h 255 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: LHS, RHS.
/home/modocache/GitHub/apple/llvm/include/llvm/ADT/Twine.h 266 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: RHS.
/home/modocache/GitHub/apple/llvm/include/llvm/ADT/Twine.h 278 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: RHS.
/home/modocache/GitHub/apple/llvm/include/llvm/ADT/Twine.h 285 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: RHS.
/home/modocache/GitHub/apple/llvm/include/llvm/ADT/Twine.h 292 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: RHS.
/home/modocache/GitHub/apple/llvm/include/llvm/ADT/Twine.h 299 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: RHS.
/home/modocache/GitHub/apple/llvm/include/llvm/ADT/Twine.h 305 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: RHS.
/home/modocache/GitHub/apple/llvm/include/llvm/ADT/Twine.h 311 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: RHS.
/home/modocache/GitHub/apple/llvm/include/llvm/ADT/Twine.h 317 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: RHS.
/home/modocache/GitHub/apple/llvm/include/llvm/ADT/Twine.h 323 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: RHS.
/home/modocache/GitHub/apple/llvm/include/llvm/ADT/Twine.h 329 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: RHS.
/home/modocache/GitHub/apple/llvm/include/llvm/ADT/Twine.h 335 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: RHS.
/home/modocache/GitHub/apple/llvm/include/llvm/ADT/Twine.h 341 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: RHS.
/home/modocache/GitHub/apple/llvm/include/llvm/ADT/Twine.h 347 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: RHS.
/home/modocache/GitHub/apple/llvm/include/llvm/ADT/Triple.h 231 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: SubArch.
/home/modocache/GitHub/apple/llvm/include/llvm/Support/ErrorOr.h 167 note V659 Declarations of functions with 'get' name differ in the 'const' keyword only, but the bodies of these functions have different composition. This is suspicious and can possibly be an error. Check lines: 166, 167.
/home/modocache/GitHub/apple/llvm/include/llvm/Support/ErrorOr.h 267 note V659 Declarations of functions with 'getErrorStorage' name differ in the 'const' keyword only, but the bodies of these functions have different composition. This is suspicious and can possibly be an error. Check lines: 262, 267.
/home/modocache/GitHub/apple/llvm/include/llvm/Support/MemoryBuffer.h 43 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: BufferStart, BufferEnd.
/home/modocache/GitHub/apple/llvm/include/llvm/Support/SourceMgr.h 245 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Filename, Message, LineContents.
/home/modocache/GitHub/apple/llvm/include/llvm/Support/SourceMgr.h 248 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: LineContents.
/home/modocache/GitHub/apple/swift/include/swift/AST/TypeWalker.h 34 note V524 It is odd that the body of 'walkToTypePost' function is fully equivalent to the body of 'walkToTypePre' function.
/home/modocache/GitHub/apple/swift/lib/AST/ASTScope.cpp 668 note V688 The 'continuation' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/AST/ASTScope.cpp 1282 note V688 The 'continuation' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/include/swift/AST/Initializer.h 47 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: SpareBits.
/home/modocache/GitHub/apple/llvm/include/llvm/ADT/BitVector.h 536 warn V701 realloc() possible leak: when realloc() fails in allocating memory, original pointer 'Bits' is lost. Consider assigning realloc() to a temporary pointer.
/home/modocache/GitHub/apple/swift/lib/AST/ASTVerifier.cpp 2701 note V688 The 'Parent' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/AST/ASTVerifier.cpp 68 note V553 The length of 'Verifier' class's declaration is more than 2000 lines long. You should consider refactoring the code.
/home/modocache/GitHub/apple/llvm/include/llvm/ADT/APInt.h 465 note V524 It is odd that the body of 'getNullValue' function is fully equivalent to the body of 'getMinValue' function.
/home/modocache/GitHub/apple/llvm/include/llvm/ADT/ilist.h 704 note V656 Variables 'Center', 'End' are initialized through the call to the same function. It's probably an error or un-optimized code. Consider inspecting the 'begin()' expression.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Function.h 666 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'OpFrom' function.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/InstrTypes.h 115 note V688 The 'idx' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/InstrTypes.h 322 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'OpFrom' function.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/InstrTypes.h 552 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'OpFrom' function.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/InstrTypes.h 1116 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'OpFrom' function.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/InstrTypes.h 1185 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'OpFrom' function.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/InstrTypes.h 1560 note V659 Declarations of functions with 'bundle_op_info_begin' name differ in the 'const' keyword only, but the bodies of these functions have different composition. This is suspicious and can possibly be an error. Check lines: 1550, 1560.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/InstrTypes.h 1578 note V659 Declarations of functions with 'bundle_op_info_end' name differ in the 'const' keyword only, but the bodies of these functions have different composition. This is suspicious and can possibly be an error. Check lines: 1568, 1578.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Instructions.h 409 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'OpFrom' function.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Instructions.h 640 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'OpFrom' function.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Instructions.h 791 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'OpFrom' function.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Instructions.h 1061 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'OpFrom' function.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Instructions.h 1491 note V688 The 'FTy' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Instructions.h 1803 note V688 The 'FTy' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Instructions.h 1875 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'OpFrom' function.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Instructions.h 1958 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'OpFrom' function.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Instructions.h 2058 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'OpFrom' function.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Instructions.h 2119 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'OpFrom' function.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Instructions.h 2200 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'OpFrom' function.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Instructions.h 2209 note V690 Copy constructor is declared as private in the 'ExtractValueInst' class, but the default '=' operator will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Instructions.h 2447 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'OpFrom' function.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Instructions.h 2668 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'OpFrom' function.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Instructions.h 2772 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'OpFrom' function.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Instructions.h 2849 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'OpFrom' function.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Instructions.h 2954 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'OpFrom' function.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Instructions.h 2963 note V690 Copy constructor is declared as private in the 'SwitchInst' class, but the default '=' operator will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Instructions.h 3261 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'OpFrom' function.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Instructions.h 3270 note V690 Copy constructor is declared as private in the 'IndirectBrInst' class, but the default '=' operator will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Instructions.h 3361 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'OpFrom' function.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Instructions.h 3370 warn V690 Copy constructor is declared as private in the 'InvokeInst' class, but the default '=' operator will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Instructions.h 3492 note V688 The 'FTy' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Instructions.h 3767 note V688 The 'FTy' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Instructions.h 3863 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'OpFrom' function.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Instructions.h 3918 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'OpFrom' function.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Instructions.h 3923 note V690 Copy constructor is declared as private in the 'CatchSwitchInst' class, but the default '=' operator will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Instructions.h 4092 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'OpFrom' function.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Instructions.h 4254 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'OpFrom' function.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Instructions.h 4346 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'OpFrom' function.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Value.h 325 note V524 It is odd that the body of 'user_empty' function is fully equivalent to the body of 'use_empty' function.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Instructions.h 3335 note V524 It is odd that the body of 'getNumSuccessors' function is fully equivalent to the body of 'getNumDestinations' function.
/home/modocache/GitHub/apple/swift/lib/AST/Builtins.cpp 750 note V524 It is odd that the body of 'getIsOptionalOperation' function is fully equivalent to the body of 'getIsPODOperation' function.
/home/modocache/GitHub/apple/swift/lib/AST/Builtins.cpp 884 note V524 It is odd that the body of 'getOnFastPath' function is fully equivalent to the body of 'getFenceOperation' function.
/home/modocache/GitHub/apple/swift/lib/AST/Builtins.cpp 898 note V524 It is odd that the body of 'getReinterpretCastOperation' function is fully equivalent to the body of 'getCastReferenceOperation' function.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Use.h 88 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Next.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/GlobalObject.h 31 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Section.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/InstrTypes.h 1192 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Tag.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Instructions.h 1849 warn V730 It is possible that not all members of a class are initialized inside the constructor. Consider inspecting: FTy.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Instructions.h 3851 warn V730 It is possible that not all members of a class are initialized inside the constructor. Consider inspecting: FTy.
/home/modocache/GitHub/apple/swift/lib/AST/ConformanceLookupTable.cpp 867 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
/home/modocache/GitHub/apple/swift/lib/AST/ConformanceLookupTable.cpp 122 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Conformances, AllConformances.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Basic/PartialDiagnostic.h 155 warn V547 Expression is always true.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Redeclarable.h 148 note V659 Declarations of functions with 'getPreviousDecl' name differ in the 'const' keyword only, but the bodies of these functions have different composition. This is suspicious and can possibly be an error. Check lines: 143, 148.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Type.h 5717 warn V560 A part of conditional expression is always false: 0.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Basic/Module.h 521 note V690 The 'VisibleModuleSet' class implements the '=' operator, but lacks a copy constructor. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ASTContext.h 92 note V553 The length of 'ASTContext' class's declaration is more than 2000 lines long. You should consider refactoring the code.
/home/modocache/GitHub/apple/swift/lib/AST/ASTPrinter.cpp 278 note V688 The 'InfoMap' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/AST/ASTPrinter.cpp 302 note V688 The 'AllGroups' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/AST/ASTPrinter.cpp 303 note V688 The 'InfoMap' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/AST/ASTPrinter.cpp 332 note V688 The 'AllGroups' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/AST/ASTPrinter.cpp 336 note V688 The 'InfoMap' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/AST/ASTPrinter.cpp 2125 warn V547 Expression 'anyVar' is always false.
/home/modocache/GitHub/apple/swift/lib/AST/ASTPrinter.cpp 2133 warn V547 Expression 'anyVar' is always false.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/DeclBase.h 1474 note V524 It is odd that the body of 'noload_decls_end' function is fully equivalent to the body of 'decls_end' function.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Stmt.h 1455 note V524 It is odd that the body of 'getLocEnd' function is fully equivalent to the body of 'getLocStart' function.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/TypeLoc.h 1477 note V524 It is odd that the body of 'getLocalSourceRange' function is fully equivalent to the body of 'getBracketsRange' function.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/DeclObjC.h 2334 note V524 It is odd that the body of 'addClassMethod' function is fully equivalent to the body of 'addInstanceMethod' function.
/home/modocache/GitHub/apple/swift/lib/AST/ASTPrinter.cpp 455 note V524 It is odd that the body of 'setArchetypeSelfTransformForQuickHelp' function is fully equivalent to the body of 'setArchetypeSelfTransform' function.
/home/modocache/GitHub/apple/swift/include/swift/Basic/StringExtras.h 109 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: NextPosition, PrevPosition.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Basic/DiagnosticOptions.h 107 warn V730 It is possible that not all members of a class are initialized inside the constructor. Consider inspecting: DiagnosticLogFile, DiagnosticSerializationFile.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Basic/SourceLocation.h 361 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Line, Col.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Basic/Diagnostic.h 70 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: CodeToInsert.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Basic/PartialDiagnostic.h 39 note V730 Not all members of a class are initialized inside the constructor. Consider inspecting: DiagArgumentsKind, DiagArgumentsVal, DiagArgumentsStr.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/DeclBase.h 805 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Starter.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Redeclarable.h 192 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Starter, PassedFirst.
/home/modocache/GitHub/apple/llvm/include/llvm/Support/FileSystem.h 734 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Path.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Basic/VirtualFileSystem.h 47 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Name, User, Group, Size, Perms, IsVFSMapped.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Basic/VirtualFileSystem.h 174 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: FS.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Basic/VirtualFileSystem.h 347 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: OverlayDir.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Basic/FileManager.h 72 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Name, RealPathName, Size, ModTime, Dir, UID.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Basic/FileManager.h 80 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Name, RealPathName, Size, ModTime, Dir, UID.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Basic/Module.h 265 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Library.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Decl.h 740 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Value.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/StmtIterator.h 69 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: DGE.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/StmtIterator.h 72 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: DGE.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Stmt.h 705 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: SubExprs.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Stmt.h 757 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: SubStmt.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Stmt.h 803 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: TheDecl, SubStmt.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Stmt.h 843 warn V730 It is possible that not all members of a class are initialized inside the constructor. Consider inspecting: SubStmt.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Stmt.h 895 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: SubExprs.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Stmt.h 973 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: SubExprs.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Stmt.h 1058 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: SubExprs.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Stmt.h 1120 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: SubExprs.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Stmt.h 1167 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: SubExprs.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Stmt.h 1235 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Label.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Stmt.h 1271 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Target.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Stmt.h 1381 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: RetExpr, NRVOCandidate.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Stmt.h 1433 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Exprs.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Stmt.h 1442 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: IsSimple, IsVolatile, NumOutputs, NumInputs, NumClobbers.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Stmt.h 1586 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: AsmStr.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Stmt.h 1615 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: OperandNo.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Stmt.h 1858 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Children.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Stmt.h 1899 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Block.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Stmt.h 1938 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: IsCXXTry, Children.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/RawCommentList.h 41 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: BriefText, RawTextValid, BriefTextValid, IsAttached, IsTrailingComment, ParseAllComments.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/RawCommentList.h 147 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: BriefText.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ASTContext.h 2639 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Decl, SectionFlags.
/home/modocache/GitHub/apple/swift/lib/AST/DeclContext.cpp 712 warn V725 A dangerous cast of 'this' to 'void*' type in the 'swift::DeclContext' class, as it is followed by a subsequent cast to 'swift::ModuleDecl' type (see also ASTWalker.h, line 57).
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ASTVector.h 32 warn V690 The 'ASTVector' class implements the '=' operator, but lacks a copy constructor. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Attr.h 67 note V669 The 'C' argument is a non-constant reference. The analyzer is unable to determine the position at which this argument is being modified. It is possible that the function contains an error.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Attr.h 71 note V669 The 'C' argument is a non-constant reference. The analyzer is unable to determine the position at which this argument is being modified. It is possible that the function contains an error.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Lex/Preprocessor.h 396 note V690 The 'MacroState' class implements the '=' operator, but lacks a copy constructor. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Lex/Preprocessor.h 732 note V688 The 'KeepMacroComments' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Lex/Preprocessor.h 1051 note V688 The 'DisableMacroExpansion' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Lex/Preprocessor.h 1054 note V688 The 'DisableMacroExpansion' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/AST/ASTContext.cpp 2511 note V688 The 'TheDecl' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/AST/ASTContext.cpp 2511 note V688 The 'Parent' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/AST/ASTContext.cpp 2536 note V688 The 'TheDecl' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/AST/ASTContext.cpp 2536 note V688 The 'Parent' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/AST/ASTContext.cpp 2537 note V688 The 'GenericArgs' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 3215 note V524 It is odd that the body of 'getLHS' function is fully equivalent to the body of 'getTrueExpr' function.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 3216 note V524 It is odd that the body of 'getRHS' function is fully equivalent to the body of 'getFalseExpr' function.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 4254 note V524 It is odd that the body of 'getLocEnd' function is fully equivalent to the body of 'getLocStart' function.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 4330 note V524 It is odd that the body of 'getLocEnd' function is fully equivalent to the body of 'getLocStart' function.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 4913 note V524 It is odd that the body of 'getLocEnd' function is fully equivalent to the body of 'getLocStart' function.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Lex/HeaderSearch.h 617 note V524 It is odd that the body of 'quoted_dir_begin' function is fully equivalent to the body of 'search_dir_begin' function.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Lex/HeaderSearch.h 634 note V524 It is odd that the body of 'system_dir_end' function is fully equivalent to the body of 'search_dir_end' function.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Lex/HeaderSearch.h 624 warn V524 It is odd that the body of 'angled_dir_begin' function is fully equivalent to the body of 'quoted_dir_end' function.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Lex/HeaderSearch.h 631 warn V524 It is odd that the body of 'system_dir_begin' function is fully equivalent to the body of 'angled_dir_end' function.
/home/modocache/GitHub/apple/swift/lib/AST/ASTContext.cpp 386 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: LoadedModules.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 341 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Kind, Modifiable.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 873 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: SourceExpr.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 973 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: D.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 1328 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Value.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 1432 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Val.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 1491 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: StrData, Length, CharByteWidth, Kind, IsPascal, NumConcatenated.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 1632 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Val.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 1689 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Val.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 2002 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Argument.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 2084 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: SubExprs.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 2585 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Init.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 2674 warn V730 It is possible that not all members of a class are initialized inside the constructor. Consider inspecting: Op.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 2812 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: TInfo.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 2933 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: FPContractable, SubExprs.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 3082 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: FPContractable, SubExprs.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 3199 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: SubExprs.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 3274 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: SubExprs, OpaqueValue.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 3350 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Label.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 3394 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: SubStmt.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 3437 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: NumExprs.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 3495 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: SrcExpr, TInfo.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 3571 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: SubExprs, CondIsTrue.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 3986 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: GNUSyntax.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 4045 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Kind.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 4282 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: BaseAndUpdaterExprs.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 4348 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Exprs, NumExprs.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 4437 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: AssocTypes, SubExprs, NumAssocs, ResultIndex.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 4524 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Base, Accessor.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 4579 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: TheBlock.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 4616 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: SrcExpr.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/Expr.h 4832 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: SubExprs, NumSubExprs, Op.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Lex/ModuleMap.h 182 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: IsSwiftInferImportAsMember.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Lex/ModuleMap.h 199 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: ModuleMapFile.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Lex/Pragma.h 63 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Name.
/home/modocache/GitHub/apple/swift/lib/AST/ASTContext.cpp 3501 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Message, Pos.
/home/modocache/GitHub/apple/swift/lib/AST/Expr.cpp 1836 note V524 It is odd that the body of 'getLoc' function is fully equivalent to the body of 'getStartLoc' function.
/home/modocache/GitHub/apple/swift/lib/AST/Expr.cpp 1856 note V524 It is odd that the body of 'getLoc' function is fully equivalent to the body of 'getStartLoc' function.
/home/modocache/GitHub/apple/swift/lib/AST/Expr.cpp 1868 note V524 It is odd that the body of 'getLoc' function is fully equivalent to the body of 'getStartLoc' function.
/home/modocache/GitHub/apple/swift/lib/AST/Decl.cpp 328 err V622 Consider inspecting the 'switch' statement. It's possible that the first 'case' operator is missing.
/home/modocache/GitHub/apple/swift/lib/AST/Decl.cpp 340 err V622 Consider inspecting the 'switch' statement. It's possible that the first 'case' operator is missing.
/home/modocache/GitHub/apple/swift/lib/AST/Decl.cpp 2284 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: ResolverContextData.
/home/modocache/GitHub/apple/swift/lib/AST/ProtocolConformance.cpp 179 warn V547 Expression '!assocType' is always true.
/home/modocache/GitHub/apple/swift/lib/AST/RawComment.cpp 131 note V688 The 'Context' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/AST/RawComment.cpp 235 note V688 The 'Context' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/AST/PrettyStackTrace.cpp 194 err V595 The 'TheType' pointer was utilized before it was verified against nullptr. Check lines: 194, 195.
/home/modocache/GitHub/apple/swift/include/swift/Basic/ClusteredBitVector.h 628 err V613 Strange pointer arithmetic with 'new'.
/home/modocache/GitHub/apple/swift/include/swift/Basic/DiverseList.h 38 warn V690 The 'DiverseList' class implements a copy constructor, but lacks the '=' operator. It is dangerous to use such a class.
/home/modocache/GitHub/apple/swift/include/swift/Basic/DiverseStack.h 39 warn V690 The 'DiverseStack' class implements a copy constructor, but lacks the '=' operator. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/include/llvm/Support/Format.h 88 err V510 The 'snprintf' function is not expected to receive class-type variable as fourth actual argument.
/home/modocache/GitHub/apple/swift/lib/AST/TypeRepr.cpp 276 note V688 The 'Attrs' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/AST/Type.cpp 2573 note V688 The 'Name' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/AST/Type.cpp 2616 note V688 The 'Name' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/AST/Type.cpp 2658 note V688 The 'Protocols' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/AST/Type.cpp 189 note V524 It is odd that the body of 'allowsOwnership' function is fully equivalent to the body of 'isAnyClassReferenceType' function.
/home/modocache/GitHub/apple/swift/include/swift/Basic/PrefixMap.h 121 note V690 The 'Node' class implements a copy constructor, but lacks the '=' operator. It is dangerous to use such a class.
/home/modocache/GitHub/apple/swift/include/swift/Basic/PrefixMap.h 117 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Key.
/home/modocache/GitHub/apple/llvm/include/llvm/Support/Timer.h 90 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Name, Running, Triggered, Prev, Next.
/home/modocache/GitHub/apple/llvm/include/llvm/Support/Timer.h 100 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Name, Running, Triggered, Prev, Next.
/home/modocache/GitHub/apple/swift/lib/Basic/Remangle.cpp 1277 note V524 It is odd that the body of 'mangleTupleElementName' function is fully equivalent to the body of 'mangleIdentifier' function.
/home/modocache/GitHub/apple/swift/lib/Basic/Remangle.cpp 1500 note V524 It is odd that the body of 'mangleIndex' function is fully equivalent to the body of 'mangleNumber' function.
/home/modocache/GitHub/apple/swift/lib/Basic/Remangle.cpp 1665 note V524 It is odd that the body of 'mangleTypeList' function is fully equivalent to the body of 'mangleGenericSpecializationParam' function.
/home/modocache/GitHub/apple/swift/lib/Basic/Unix/TaskQueue.inc 75 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Output.
/home/modocache/GitHub/apple/swift/lib/Basic/PartsOfSpeech.def 373 warn V581 The conditional expressions of the 'if' operators situated alongside each other are identical. Check lines: 372, 373.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 27 err V590 Consider inspecting the 'C >= 13 && C <= 13' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 31 err V590 Consider inspecting the 'C >= 10 && C <= 10' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 51 err V590 Consider inspecting the 'C >= 173 && C <= 173' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 59 err V590 Consider inspecting the 'C >= 1564 && C <= 1564' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 63 err V590 Consider inspecting the 'C >= 1757 && C <= 1757' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 67 err V590 Consider inspecting the 'C >= 1807 && C <= 1807' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 71 err V590 Consider inspecting the 'C >= 6158 && C <= 6158' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 75 err V590 Consider inspecting the 'C >= 8203 && C <= 8203' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 83 err V590 Consider inspecting the 'C >= 8232 && C <= 8232' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 87 err V590 Consider inspecting the 'C >= 8233 && C <= 8233' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 99 err V590 Consider inspecting the 'C >= 8293 && C <= 8293' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 111 err V590 Consider inspecting the 'C >= 65279 && C <= 65279' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 123 err V590 Consider inspecting the 'C >= 69821 && C <= 69821' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 135 err V590 Consider inspecting the 'C >= 917504 && C <= 917504' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 139 err V590 Consider inspecting the 'C >= 917505 && C <= 917505' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 175 err V590 Consider inspecting the 'C >= 1471 && C <= 1471' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 187 err V590 Consider inspecting the 'C >= 1479 && C <= 1479' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 199 err V590 Consider inspecting the 'C >= 1648 && C <= 1648' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 219 err V590 Consider inspecting the 'C >= 1809 && C <= 1809' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 259 err V590 Consider inspecting the 'C >= 2362 && C <= 2362' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 263 err V590 Consider inspecting the 'C >= 2364 && C <= 2364' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 271 err V590 Consider inspecting the 'C >= 2381 && C <= 2381' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 283 err V590 Consider inspecting the 'C >= 2433 && C <= 2433' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 287 err V590 Consider inspecting the 'C >= 2492 && C <= 2492' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 291 err V590 Consider inspecting the 'C >= 2494 && C <= 2494' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 299 err V590 Consider inspecting the 'C >= 2509 && C <= 2509' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 303 err V590 Consider inspecting the 'C >= 2519 && C <= 2519' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 315 err V590 Consider inspecting the 'C >= 2620 && C <= 2620' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 331 err V590 Consider inspecting the 'C >= 2641 && C <= 2641' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 339 err V590 Consider inspecting the 'C >= 2677 && C <= 2677' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 347 err V590 Consider inspecting the 'C >= 2748 && C <= 2748' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 359 err V590 Consider inspecting the 'C >= 2765 && C <= 2765' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 367 err V590 Consider inspecting the 'C >= 2817 && C <= 2817' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 371 err V590 Consider inspecting the 'C >= 2876 && C <= 2876' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 375 err V590 Consider inspecting the 'C >= 2878 && C <= 2878' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 379 err V590 Consider inspecting the 'C >= 2879 && C <= 2879' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 387 err V590 Consider inspecting the 'C >= 2893 && C <= 2893' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 391 err V590 Consider inspecting the 'C >= 2902 && C <= 2902' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 395 err V590 Consider inspecting the 'C >= 2903 && C <= 2903' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 403 err V590 Consider inspecting the 'C >= 2946 && C <= 2946' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 407 err V590 Consider inspecting the 'C >= 3006 && C <= 3006' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 411 err V590 Consider inspecting the 'C >= 3008 && C <= 3008' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 415 err V590 Consider inspecting the 'C >= 3021 && C <= 3021' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 419 err V590 Consider inspecting the 'C >= 3031 && C <= 3031' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 423 err V590 Consider inspecting the 'C >= 3072 && C <= 3072' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 447 err V590 Consider inspecting the 'C >= 3201 && C <= 3201' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 451 err V590 Consider inspecting the 'C >= 3260 && C <= 3260' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 455 err V590 Consider inspecting the 'C >= 3263 && C <= 3263' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 459 err V590 Consider inspecting the 'C >= 3266 && C <= 3266' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 463 err V590 Consider inspecting the 'C >= 3270 && C <= 3270' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 479 err V590 Consider inspecting the 'C >= 3329 && C <= 3329' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 483 err V590 Consider inspecting the 'C >= 3390 && C <= 3390' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 491 err V590 Consider inspecting the 'C >= 3405 && C <= 3405' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 495 err V590 Consider inspecting the 'C >= 3415 && C <= 3415' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 503 err V590 Consider inspecting the 'C >= 3530 && C <= 3530' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 507 err V590 Consider inspecting the 'C >= 3535 && C <= 3535' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 515 err V590 Consider inspecting the 'C >= 3542 && C <= 3542' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 519 err V590 Consider inspecting the 'C >= 3551 && C <= 3551' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 523 err V590 Consider inspecting the 'C >= 3633 && C <= 3633' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 535 err V590 Consider inspecting the 'C >= 3761 && C <= 3761' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 555 err V590 Consider inspecting the 'C >= 3893 && C <= 3893' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 559 err V590 Consider inspecting the 'C >= 3895 && C <= 3895' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 563 err V590 Consider inspecting the 'C >= 3897 && C <= 3897' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 587 err V590 Consider inspecting the 'C >= 4038 && C <= 4038' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 619 err V590 Consider inspecting the 'C >= 4226 && C <= 4226' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 627 err V590 Consider inspecting the 'C >= 4237 && C <= 4237' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 631 err V590 Consider inspecting the 'C >= 4253 && C <= 4253' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 663 err V590 Consider inspecting the 'C >= 6086 && C <= 6086' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 671 err V590 Consider inspecting the 'C >= 6109 && C <= 6109' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 679 err V590 Consider inspecting the 'C >= 6313 && C <= 6313' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 691 err V590 Consider inspecting the 'C >= 6450 && C <= 6450' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 703 err V590 Consider inspecting the 'C >= 6683 && C <= 6683' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 707 err V590 Consider inspecting the 'C >= 6742 && C <= 6742' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 715 err V590 Consider inspecting the 'C >= 6752 && C <= 6752' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 719 err V590 Consider inspecting the 'C >= 6754 && C <= 6754' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 731 err V590 Consider inspecting the 'C >= 6783 && C <= 6783' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 739 err V590 Consider inspecting the 'C >= 6846 && C <= 6846' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 747 err V590 Consider inspecting the 'C >= 6964 && C <= 6964' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 755 err V590 Consider inspecting the 'C >= 6972 && C <= 6972' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 759 err V590 Consider inspecting the 'C >= 6978 && C <= 6978' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 783 err V590 Consider inspecting the 'C >= 7142 && C <= 7142' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 791 err V590 Consider inspecting the 'C >= 7149 && C <= 7149' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 819 err V590 Consider inspecting the 'C >= 7405 && C <= 7405' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 823 err V590 Consider inspecting the 'C >= 7412 && C <= 7412' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 851 err V590 Consider inspecting the 'C >= 8417 && C <= 8417' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 867 err V590 Consider inspecting the 'C >= 11647 && C <= 11647' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 887 err V590 Consider inspecting the 'C >= 42607 && C <= 42607' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 907 err V590 Consider inspecting the 'C >= 43010 && C <= 43010' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 911 err V590 Consider inspecting the 'C >= 43014 && C <= 43014' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 915 err V590 Consider inspecting the 'C >= 43019 && C <= 43019' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 923 err V590 Consider inspecting the 'C >= 43204 && C <= 43204' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 943 err V590 Consider inspecting the 'C >= 43443 && C <= 43443' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 951 err V590 Consider inspecting the 'C >= 43452 && C <= 43452' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 955 err V590 Consider inspecting the 'C >= 43493 && C <= 43493' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 971 err V590 Consider inspecting the 'C >= 43587 && C <= 43587' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 975 err V590 Consider inspecting the 'C >= 43596 && C <= 43596' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 979 err V590 Consider inspecting the 'C >= 43644 && C <= 43644' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 983 err V590 Consider inspecting the 'C >= 43696 && C <= 43696' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 999 err V590 Consider inspecting the 'C >= 43713 && C <= 43713' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1007 err V590 Consider inspecting the 'C >= 43766 && C <= 43766' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1011 err V590 Consider inspecting the 'C >= 44005 && C <= 44005' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1015 err V590 Consider inspecting the 'C >= 44008 && C <= 44008' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1019 err V590 Consider inspecting the 'C >= 44013 && C <= 44013' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1023 err V590 Consider inspecting the 'C >= 64286 && C <= 64286' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1039 err V590 Consider inspecting the 'C >= 66045 && C <= 66045' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1043 err V590 Consider inspecting the 'C >= 66272 && C <= 66272' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1067 err V590 Consider inspecting the 'C >= 68159 && C <= 68159' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1075 err V590 Consider inspecting the 'C >= 69633 && C <= 69633' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1107 err V590 Consider inspecting the 'C >= 70003 && C <= 70003' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1127 err V590 Consider inspecting the 'C >= 70196 && C <= 70196' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1135 err V590 Consider inspecting the 'C >= 70367 && C <= 70367' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1147 err V590 Consider inspecting the 'C >= 70460 && C <= 70460' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1151 err V590 Consider inspecting the 'C >= 70462 && C <= 70462' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1155 err V590 Consider inspecting the 'C >= 70464 && C <= 70464' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1159 err V590 Consider inspecting the 'C >= 70487 && C <= 70487' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1171 err V590 Consider inspecting the 'C >= 70832 && C <= 70832' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1179 err V590 Consider inspecting the 'C >= 70842 && C <= 70842' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1183 err V590 Consider inspecting the 'C >= 70845 && C <= 70845' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1195 err V590 Consider inspecting the 'C >= 71087 && C <= 71087' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1219 err V590 Consider inspecting the 'C >= 71229 && C <= 71229' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1227 err V590 Consider inspecting the 'C >= 71339 && C <= 71339' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1231 err V590 Consider inspecting the 'C >= 71341 && C <= 71341' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1239 err V590 Consider inspecting the 'C >= 71351 && C <= 71351' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1271 err V590 Consider inspecting the 'C >= 119141 && C <= 119141' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1307 err V590 Consider inspecting the 'C >= 121461 && C <= 121461' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1311 err V590 Consider inspecting the 'C >= 121476 && C <= 121476' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1335 err V590 Consider inspecting the 'C >= 2307 && C <= 2307' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1339 err V590 Consider inspecting the 'C >= 2363 && C <= 2363' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1371 err V590 Consider inspecting the 'C >= 2563 && C <= 2563' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1379 err V590 Consider inspecting the 'C >= 2691 && C <= 2691' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1387 err V590 Consider inspecting the 'C >= 2761 && C <= 2761' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1399 err V590 Consider inspecting the 'C >= 2880 && C <= 2880' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1411 err V590 Consider inspecting the 'C >= 3007 && C <= 3007' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1439 err V590 Consider inspecting the 'C >= 3262 && C <= 3262' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1491 err V590 Consider inspecting the 'C >= 3635 && C <= 3635' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1495 err V590 Consider inspecting the 'C >= 3763 && C <= 3763' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1503 err V590 Consider inspecting the 'C >= 3967 && C <= 3967' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1507 err V590 Consider inspecting the 'C >= 4145 && C <= 4145' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1519 err V590 Consider inspecting the 'C >= 4228 && C <= 4228' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1523 err V590 Consider inspecting the 'C >= 6070 && C <= 6070' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1555 err V590 Consider inspecting the 'C >= 6741 && C <= 6741' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1559 err V590 Consider inspecting the 'C >= 6743 && C <= 6743' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1567 err V590 Consider inspecting the 'C >= 6916 && C <= 6916' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1571 err V590 Consider inspecting the 'C >= 6965 && C <= 6965' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1575 err V590 Consider inspecting the 'C >= 6971 && C <= 6971' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1587 err V590 Consider inspecting the 'C >= 7042 && C <= 7042' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1591 err V590 Consider inspecting the 'C >= 7073 && C <= 7073' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1599 err V590 Consider inspecting the 'C >= 7082 && C <= 7082' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1603 err V590 Consider inspecting the 'C >= 7143 && C <= 7143' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1611 err V590 Consider inspecting the 'C >= 7150 && C <= 7150' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1627 err V590 Consider inspecting the 'C >= 7393 && C <= 7393' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1639 err V590 Consider inspecting the 'C >= 43047 && C <= 43047' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1655 err V590 Consider inspecting the 'C >= 43395 && C <= 43395' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1679 err V590 Consider inspecting the 'C >= 43597 && C <= 43597' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1683 err V590 Consider inspecting the 'C >= 43755 && C <= 43755' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1691 err V590 Consider inspecting the 'C >= 43765 && C <= 43765' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1707 err V590 Consider inspecting the 'C >= 44012 && C <= 44012' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1711 err V590 Consider inspecting the 'C >= 69632 && C <= 69632' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1715 err V590 Consider inspecting the 'C >= 69634 && C <= 69634' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1719 err V590 Consider inspecting the 'C >= 69762 && C <= 69762' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1731 err V590 Consider inspecting the 'C >= 69932 && C <= 69932' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1735 err V590 Consider inspecting the 'C >= 70018 && C <= 70018' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1755 err V590 Consider inspecting the 'C >= 70197 && C <= 70197' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1767 err V590 Consider inspecting the 'C >= 70463 && C <= 70463' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1791 err V590 Consider inspecting the 'C >= 70841 && C <= 70841' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1799 err V590 Consider inspecting the 'C >= 70846 && C <= 70846' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1803 err V590 Consider inspecting the 'C >= 70849 && C <= 70849' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1815 err V590 Consider inspecting the 'C >= 71102 && C <= 71102' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1827 err V590 Consider inspecting the 'C >= 71230 && C <= 71230' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1831 err V590 Consider inspecting the 'C >= 71340 && C <= 71340' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1839 err V590 Consider inspecting the 'C >= 71350 && C <= 71350' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1847 err V590 Consider inspecting the 'C >= 71462 && C <= 71462' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1855 err V590 Consider inspecting the 'C >= 119142 && C <= 119142' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1859 err V590 Consider inspecting the 'C >= 119149 && C <= 119149' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1887 err V590 Consider inspecting the 'C >= 44032 && C <= 44032' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1891 err V590 Consider inspecting the 'C >= 44060 && C <= 44060' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1895 err V590 Consider inspecting the 'C >= 44088 && C <= 44088' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1899 err V590 Consider inspecting the 'C >= 44116 && C <= 44116' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1903 err V590 Consider inspecting the 'C >= 44144 && C <= 44144' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1907 err V590 Consider inspecting the 'C >= 44172 && C <= 44172' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1911 err V590 Consider inspecting the 'C >= 44200 && C <= 44200' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1915 err V590 Consider inspecting the 'C >= 44228 && C <= 44228' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1919 err V590 Consider inspecting the 'C >= 44256 && C <= 44256' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1923 err V590 Consider inspecting the 'C >= 44284 && C <= 44284' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1927 err V590 Consider inspecting the 'C >= 44312 && C <= 44312' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1931 err V590 Consider inspecting the 'C >= 44340 && C <= 44340' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1935 err V590 Consider inspecting the 'C >= 44368 && C <= 44368' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1939 err V590 Consider inspecting the 'C >= 44396 && C <= 44396' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1943 err V590 Consider inspecting the 'C >= 44424 && C <= 44424' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1947 err V590 Consider inspecting the 'C >= 44452 && C <= 44452' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1951 err V590 Consider inspecting the 'C >= 44480 && C <= 44480' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1955 err V590 Consider inspecting the 'C >= 44508 && C <= 44508' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1959 err V590 Consider inspecting the 'C >= 44536 && C <= 44536' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1963 err V590 Consider inspecting the 'C >= 44564 && C <= 44564' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1967 err V590 Consider inspecting the 'C >= 44592 && C <= 44592' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1971 err V590 Consider inspecting the 'C >= 44620 && C <= 44620' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1975 err V590 Consider inspecting the 'C >= 44648 && C <= 44648' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1979 err V590 Consider inspecting the 'C >= 44676 && C <= 44676' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1983 err V590 Consider inspecting the 'C >= 44704 && C <= 44704' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1987 err V590 Consider inspecting the 'C >= 44732 && C <= 44732' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1991 err V590 Consider inspecting the 'C >= 44760 && C <= 44760' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1995 err V590 Consider inspecting the 'C >= 44788 && C <= 44788' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 1999 err V590 Consider inspecting the 'C >= 44816 && C <= 44816' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2003 err V590 Consider inspecting the 'C >= 44844 && C <= 44844' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2007 err V590 Consider inspecting the 'C >= 44872 && C <= 44872' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2011 err V590 Consider inspecting the 'C >= 44900 && C <= 44900' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2015 err V590 Consider inspecting the 'C >= 44928 && C <= 44928' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2019 err V590 Consider inspecting the 'C >= 44956 && C <= 44956' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2023 err V590 Consider inspecting the 'C >= 44984 && C <= 44984' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2027 err V590 Consider inspecting the 'C >= 45012 && C <= 45012' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2031 err V590 Consider inspecting the 'C >= 45040 && C <= 45040' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2035 err V590 Consider inspecting the 'C >= 45068 && C <= 45068' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2039 err V590 Consider inspecting the 'C >= 45096 && C <= 45096' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2043 err V590 Consider inspecting the 'C >= 45124 && C <= 45124' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2047 err V590 Consider inspecting the 'C >= 45152 && C <= 45152' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2051 err V590 Consider inspecting the 'C >= 45180 && C <= 45180' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2055 err V590 Consider inspecting the 'C >= 45208 && C <= 45208' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2059 err V590 Consider inspecting the 'C >= 45236 && C <= 45236' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2063 err V590 Consider inspecting the 'C >= 45264 && C <= 45264' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2067 err V590 Consider inspecting the 'C >= 45292 && C <= 45292' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2071 err V590 Consider inspecting the 'C >= 45320 && C <= 45320' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2075 err V590 Consider inspecting the 'C >= 45348 && C <= 45348' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2079 err V590 Consider inspecting the 'C >= 45376 && C <= 45376' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2083 err V590 Consider inspecting the 'C >= 45404 && C <= 45404' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2087 err V590 Consider inspecting the 'C >= 45432 && C <= 45432' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2091 err V590 Consider inspecting the 'C >= 45460 && C <= 45460' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2095 err V590 Consider inspecting the 'C >= 45488 && C <= 45488' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2099 err V590 Consider inspecting the 'C >= 45516 && C <= 45516' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2103 err V590 Consider inspecting the 'C >= 45544 && C <= 45544' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2107 err V590 Consider inspecting the 'C >= 45572 && C <= 45572' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2111 err V590 Consider inspecting the 'C >= 45600 && C <= 45600' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2115 err V590 Consider inspecting the 'C >= 45628 && C <= 45628' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2119 err V590 Consider inspecting the 'C >= 45656 && C <= 45656' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2123 err V590 Consider inspecting the 'C >= 45684 && C <= 45684' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2127 err V590 Consider inspecting the 'C >= 45712 && C <= 45712' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2131 err V590 Consider inspecting the 'C >= 45740 && C <= 45740' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2135 err V590 Consider inspecting the 'C >= 45768 && C <= 45768' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2139 err V590 Consider inspecting the 'C >= 45796 && C <= 45796' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2143 err V590 Consider inspecting the 'C >= 45824 && C <= 45824' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2147 err V590 Consider inspecting the 'C >= 45852 && C <= 45852' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2151 err V590 Consider inspecting the 'C >= 45880 && C <= 45880' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2155 err V590 Consider inspecting the 'C >= 45908 && C <= 45908' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2159 err V590 Consider inspecting the 'C >= 45936 && C <= 45936' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2163 err V590 Consider inspecting the 'C >= 45964 && C <= 45964' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2167 err V590 Consider inspecting the 'C >= 45992 && C <= 45992' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2171 err V590 Consider inspecting the 'C >= 46020 && C <= 46020' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2175 err V590 Consider inspecting the 'C >= 46048 && C <= 46048' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2179 err V590 Consider inspecting the 'C >= 46076 && C <= 46076' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2183 err V590 Consider inspecting the 'C >= 46104 && C <= 46104' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2187 err V590 Consider inspecting the 'C >= 46132 && C <= 46132' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2191 err V590 Consider inspecting the 'C >= 46160 && C <= 46160' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2195 err V590 Consider inspecting the 'C >= 46188 && C <= 46188' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2199 err V590 Consider inspecting the 'C >= 46216 && C <= 46216' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2203 err V590 Consider inspecting the 'C >= 46244 && C <= 46244' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2207 err V590 Consider inspecting the 'C >= 46272 && C <= 46272' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2211 err V590 Consider inspecting the 'C >= 46300 && C <= 46300' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2215 err V590 Consider inspecting the 'C >= 46328 && C <= 46328' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2219 err V590 Consider inspecting the 'C >= 46356 && C <= 46356' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2223 err V590 Consider inspecting the 'C >= 46384 && C <= 46384' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2227 err V590 Consider inspecting the 'C >= 46412 && C <= 46412' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2231 err V590 Consider inspecting the 'C >= 46440 && C <= 46440' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2235 err V590 Consider inspecting the 'C >= 46468 && C <= 46468' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2239 err V590 Consider inspecting the 'C >= 46496 && C <= 46496' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2243 err V590 Consider inspecting the 'C >= 46524 && C <= 46524' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2247 err V590 Consider inspecting the 'C >= 46552 && C <= 46552' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2251 err V590 Consider inspecting the 'C >= 46580 && C <= 46580' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2255 err V590 Consider inspecting the 'C >= 46608 && C <= 46608' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2259 err V590 Consider inspecting the 'C >= 46636 && C <= 46636' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2263 err V590 Consider inspecting the 'C >= 46664 && C <= 46664' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2267 err V590 Consider inspecting the 'C >= 46692 && C <= 46692' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2271 err V590 Consider inspecting the 'C >= 46720 && C <= 46720' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2275 err V590 Consider inspecting the 'C >= 46748 && C <= 46748' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2279 err V590 Consider inspecting the 'C >= 46776 && C <= 46776' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2283 err V590 Consider inspecting the 'C >= 46804 && C <= 46804' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2287 err V590 Consider inspecting the 'C >= 46832 && C <= 46832' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2291 err V590 Consider inspecting the 'C >= 46860 && C <= 46860' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2295 err V590 Consider inspecting the 'C >= 46888 && C <= 46888' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2299 err V590 Consider inspecting the 'C >= 46916 && C <= 46916' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2303 err V590 Consider inspecting the 'C >= 46944 && C <= 46944' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2307 err V590 Consider inspecting the 'C >= 46972 && C <= 46972' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2311 err V590 Consider inspecting the 'C >= 47000 && C <= 47000' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2315 err V590 Consider inspecting the 'C >= 47028 && C <= 47028' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2319 err V590 Consider inspecting the 'C >= 47056 && C <= 47056' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2323 err V590 Consider inspecting the 'C >= 47084 && C <= 47084' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2327 err V590 Consider inspecting the 'C >= 47112 && C <= 47112' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2331 err V590 Consider inspecting the 'C >= 47140 && C <= 47140' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2335 err V590 Consider inspecting the 'C >= 47168 && C <= 47168' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2339 err V590 Consider inspecting the 'C >= 47196 && C <= 47196' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2343 err V590 Consider inspecting the 'C >= 47224 && C <= 47224' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2347 err V590 Consider inspecting the 'C >= 47252 && C <= 47252' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2351 err V590 Consider inspecting the 'C >= 47280 && C <= 47280' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2355 err V590 Consider inspecting the 'C >= 47308 && C <= 47308' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2359 err V590 Consider inspecting the 'C >= 47336 && C <= 47336' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2363 err V590 Consider inspecting the 'C >= 47364 && C <= 47364' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2367 err V590 Consider inspecting the 'C >= 47392 && C <= 47392' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2371 err V590 Consider inspecting the 'C >= 47420 && C <= 47420' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2375 err V590 Consider inspecting the 'C >= 47448 && C <= 47448' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2379 err V590 Consider inspecting the 'C >= 47476 && C <= 47476' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2383 err V590 Consider inspecting the 'C >= 47504 && C <= 47504' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2387 err V590 Consider inspecting the 'C >= 47532 && C <= 47532' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2391 err V590 Consider inspecting the 'C >= 47560 && C <= 47560' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2395 err V590 Consider inspecting the 'C >= 47588 && C <= 47588' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2399 err V590 Consider inspecting the 'C >= 47616 && C <= 47616' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2403 err V590 Consider inspecting the 'C >= 47644 && C <= 47644' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2407 err V590 Consider inspecting the 'C >= 47672 && C <= 47672' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2411 err V590 Consider inspecting the 'C >= 47700 && C <= 47700' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2415 err V590 Consider inspecting the 'C >= 47728 && C <= 47728' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2419 err V590 Consider inspecting the 'C >= 47756 && C <= 47756' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2423 err V590 Consider inspecting the 'C >= 47784 && C <= 47784' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2427 err V590 Consider inspecting the 'C >= 47812 && C <= 47812' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2431 err V590 Consider inspecting the 'C >= 47840 && C <= 47840' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2435 err V590 Consider inspecting the 'C >= 47868 && C <= 47868' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2439 err V590 Consider inspecting the 'C >= 47896 && C <= 47896' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2443 err V590 Consider inspecting the 'C >= 47924 && C <= 47924' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2447 err V590 Consider inspecting the 'C >= 47952 && C <= 47952' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2451 err V590 Consider inspecting the 'C >= 47980 && C <= 47980' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2455 err V590 Consider inspecting the 'C >= 48008 && C <= 48008' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2459 err V590 Consider inspecting the 'C >= 48036 && C <= 48036' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2463 err V590 Consider inspecting the 'C >= 48064 && C <= 48064' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2467 err V590 Consider inspecting the 'C >= 48092 && C <= 48092' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2471 err V590 Consider inspecting the 'C >= 48120 && C <= 48120' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2475 err V590 Consider inspecting the 'C >= 48148 && C <= 48148' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2479 err V590 Consider inspecting the 'C >= 48176 && C <= 48176' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2483 err V590 Consider inspecting the 'C >= 48204 && C <= 48204' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2487 err V590 Consider inspecting the 'C >= 48232 && C <= 48232' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2491 err V590 Consider inspecting the 'C >= 48260 && C <= 48260' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2495 err V590 Consider inspecting the 'C >= 48288 && C <= 48288' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2499 err V590 Consider inspecting the 'C >= 48316 && C <= 48316' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2503 err V590 Consider inspecting the 'C >= 48344 && C <= 48344' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2507 err V590 Consider inspecting the 'C >= 48372 && C <= 48372' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2511 err V590 Consider inspecting the 'C >= 48400 && C <= 48400' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2515 err V590 Consider inspecting the 'C >= 48428 && C <= 48428' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2519 err V590 Consider inspecting the 'C >= 48456 && C <= 48456' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2523 err V590 Consider inspecting the 'C >= 48484 && C <= 48484' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2527 err V590 Consider inspecting the 'C >= 48512 && C <= 48512' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2531 err V590 Consider inspecting the 'C >= 48540 && C <= 48540' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2535 err V590 Consider inspecting the 'C >= 48568 && C <= 48568' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2539 err V590 Consider inspecting the 'C >= 48596 && C <= 48596' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2543 err V590 Consider inspecting the 'C >= 48624 && C <= 48624' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2547 err V590 Consider inspecting the 'C >= 48652 && C <= 48652' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2551 err V590 Consider inspecting the 'C >= 48680 && C <= 48680' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2555 err V590 Consider inspecting the 'C >= 48708 && C <= 48708' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2559 err V590 Consider inspecting the 'C >= 48736 && C <= 48736' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2563 err V590 Consider inspecting the 'C >= 48764 && C <= 48764' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2567 err V590 Consider inspecting the 'C >= 48792 && C <= 48792' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2571 err V590 Consider inspecting the 'C >= 48820 && C <= 48820' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2575 err V590 Consider inspecting the 'C >= 48848 && C <= 48848' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2579 err V590 Consider inspecting the 'C >= 48876 && C <= 48876' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2583 err V590 Consider inspecting the 'C >= 48904 && C <= 48904' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2587 err V590 Consider inspecting the 'C >= 48932 && C <= 48932' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2591 err V590 Consider inspecting the 'C >= 48960 && C <= 48960' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2595 err V590 Consider inspecting the 'C >= 48988 && C <= 48988' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2599 err V590 Consider inspecting the 'C >= 49016 && C <= 49016' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2603 err V590 Consider inspecting the 'C >= 49044 && C <= 49044' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2607 err V590 Consider inspecting the 'C >= 49072 && C <= 49072' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2611 err V590 Consider inspecting the 'C >= 49100 && C <= 49100' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2615 err V590 Consider inspecting the 'C >= 49128 && C <= 49128' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2619 err V590 Consider inspecting the 'C >= 49156 && C <= 49156' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2623 err V590 Consider inspecting the 'C >= 49184 && C <= 49184' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2627 err V590 Consider inspecting the 'C >= 49212 && C <= 49212' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2631 err V590 Consider inspecting the 'C >= 49240 && C <= 49240' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2635 err V590 Consider inspecting the 'C >= 49268 && C <= 49268' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2639 err V590 Consider inspecting the 'C >= 49296 && C <= 49296' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2643 err V590 Consider inspecting the 'C >= 49324 && C <= 49324' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2647 err V590 Consider inspecting the 'C >= 49352 && C <= 49352' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2651 err V590 Consider inspecting the 'C >= 49380 && C <= 49380' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2655 err V590 Consider inspecting the 'C >= 49408 && C <= 49408' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2659 err V590 Consider inspecting the 'C >= 49436 && C <= 49436' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2663 err V590 Consider inspecting the 'C >= 49464 && C <= 49464' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2667 err V590 Consider inspecting the 'C >= 49492 && C <= 49492' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2671 err V590 Consider inspecting the 'C >= 49520 && C <= 49520' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2675 err V590 Consider inspecting the 'C >= 49548 && C <= 49548' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2679 err V590 Consider inspecting the 'C >= 49576 && C <= 49576' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2683 err V590 Consider inspecting the 'C >= 49604 && C <= 49604' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2687 err V590 Consider inspecting the 'C >= 49632 && C <= 49632' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2691 err V590 Consider inspecting the 'C >= 49660 && C <= 49660' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2695 err V590 Consider inspecting the 'C >= 49688 && C <= 49688' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2699 err V590 Consider inspecting the 'C >= 49716 && C <= 49716' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2703 err V590 Consider inspecting the 'C >= 49744 && C <= 49744' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2707 err V590 Consider inspecting the 'C >= 49772 && C <= 49772' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2711 err V590 Consider inspecting the 'C >= 49800 && C <= 49800' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2715 err V590 Consider inspecting the 'C >= 49828 && C <= 49828' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2719 err V590 Consider inspecting the 'C >= 49856 && C <= 49856' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2723 err V590 Consider inspecting the 'C >= 49884 && C <= 49884' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2727 err V590 Consider inspecting the 'C >= 49912 && C <= 49912' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2731 err V590 Consider inspecting the 'C >= 49940 && C <= 49940' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2735 err V590 Consider inspecting the 'C >= 49968 && C <= 49968' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2739 err V590 Consider inspecting the 'C >= 49996 && C <= 49996' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2743 err V590 Consider inspecting the 'C >= 50024 && C <= 50024' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2747 err V590 Consider inspecting the 'C >= 50052 && C <= 50052' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2751 err V590 Consider inspecting the 'C >= 50080 && C <= 50080' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2755 err V590 Consider inspecting the 'C >= 50108 && C <= 50108' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2759 err V590 Consider inspecting the 'C >= 50136 && C <= 50136' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2763 err V590 Consider inspecting the 'C >= 50164 && C <= 50164' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2767 err V590 Consider inspecting the 'C >= 50192 && C <= 50192' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2771 err V590 Consider inspecting the 'C >= 50220 && C <= 50220' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2775 err V590 Consider inspecting the 'C >= 50248 && C <= 50248' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2779 err V590 Consider inspecting the 'C >= 50276 && C <= 50276' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2783 err V590 Consider inspecting the 'C >= 50304 && C <= 50304' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2787 err V590 Consider inspecting the 'C >= 50332 && C <= 50332' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2791 err V590 Consider inspecting the 'C >= 50360 && C <= 50360' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2795 err V590 Consider inspecting the 'C >= 50388 && C <= 50388' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2799 err V590 Consider inspecting the 'C >= 50416 && C <= 50416' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2803 err V590 Consider inspecting the 'C >= 50444 && C <= 50444' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2807 err V590 Consider inspecting the 'C >= 50472 && C <= 50472' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2811 err V590 Consider inspecting the 'C >= 50500 && C <= 50500' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2815 err V590 Consider inspecting the 'C >= 50528 && C <= 50528' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2819 err V590 Consider inspecting the 'C >= 50556 && C <= 50556' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2823 err V590 Consider inspecting the 'C >= 50584 && C <= 50584' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2827 err V590 Consider inspecting the 'C >= 50612 && C <= 50612' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2831 err V590 Consider inspecting the 'C >= 50640 && C <= 50640' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2835 err V590 Consider inspecting the 'C >= 50668 && C <= 50668' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2839 err V590 Consider inspecting the 'C >= 50696 && C <= 50696' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2843 err V590 Consider inspecting the 'C >= 50724 && C <= 50724' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2847 err V590 Consider inspecting the 'C >= 50752 && C <= 50752' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2851 err V590 Consider inspecting the 'C >= 50780 && C <= 50780' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2855 err V590 Consider inspecting the 'C >= 50808 && C <= 50808' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2859 err V590 Consider inspecting the 'C >= 50836 && C <= 50836' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2863 err V590 Consider inspecting the 'C >= 50864 && C <= 50864' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2867 err V590 Consider inspecting the 'C >= 50892 && C <= 50892' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2871 err V590 Consider inspecting the 'C >= 50920 && C <= 50920' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2875 err V590 Consider inspecting the 'C >= 50948 && C <= 50948' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2879 err V590 Consider inspecting the 'C >= 50976 && C <= 50976' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2883 err V590 Consider inspecting the 'C >= 51004 && C <= 51004' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2887 err V590 Consider inspecting the 'C >= 51032 && C <= 51032' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2891 err V590 Consider inspecting the 'C >= 51060 && C <= 51060' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2895 err V590 Consider inspecting the 'C >= 51088 && C <= 51088' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2899 err V590 Consider inspecting the 'C >= 51116 && C <= 51116' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2903 err V590 Consider inspecting the 'C >= 51144 && C <= 51144' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2907 err V590 Consider inspecting the 'C >= 51172 && C <= 51172' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2911 err V590 Consider inspecting the 'C >= 51200 && C <= 51200' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2915 err V590 Consider inspecting the 'C >= 51228 && C <= 51228' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2919 err V590 Consider inspecting the 'C >= 51256 && C <= 51256' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2923 err V590 Consider inspecting the 'C >= 51284 && C <= 51284' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2927 err V590 Consider inspecting the 'C >= 51312 && C <= 51312' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2931 err V590 Consider inspecting the 'C >= 51340 && C <= 51340' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2935 err V590 Consider inspecting the 'C >= 51368 && C <= 51368' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2939 err V590 Consider inspecting the 'C >= 51396 && C <= 51396' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2943 err V590 Consider inspecting the 'C >= 51424 && C <= 51424' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2947 err V590 Consider inspecting the 'C >= 51452 && C <= 51452' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2951 err V590 Consider inspecting the 'C >= 51480 && C <= 51480' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2955 err V590 Consider inspecting the 'C >= 51508 && C <= 51508' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2959 err V590 Consider inspecting the 'C >= 51536 && C <= 51536' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2963 err V590 Consider inspecting the 'C >= 51564 && C <= 51564' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2967 err V590 Consider inspecting the 'C >= 51592 && C <= 51592' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2971 err V590 Consider inspecting the 'C >= 51620 && C <= 51620' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2975 err V590 Consider inspecting the 'C >= 51648 && C <= 51648' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2979 err V590 Consider inspecting the 'C >= 51676 && C <= 51676' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2983 err V590 Consider inspecting the 'C >= 51704 && C <= 51704' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2987 err V590 Consider inspecting the 'C >= 51732 && C <= 51732' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2991 err V590 Consider inspecting the 'C >= 51760 && C <= 51760' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2995 err V590 Consider inspecting the 'C >= 51788 && C <= 51788' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 2999 err V590 Consider inspecting the 'C >= 51816 && C <= 51816' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3003 err V590 Consider inspecting the 'C >= 51844 && C <= 51844' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3007 err V590 Consider inspecting the 'C >= 51872 && C <= 51872' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3011 err V590 Consider inspecting the 'C >= 51900 && C <= 51900' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3015 err V590 Consider inspecting the 'C >= 51928 && C <= 51928' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3019 err V590 Consider inspecting the 'C >= 51956 && C <= 51956' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3023 err V590 Consider inspecting the 'C >= 51984 && C <= 51984' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3027 err V590 Consider inspecting the 'C >= 52012 && C <= 52012' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3031 err V590 Consider inspecting the 'C >= 52040 && C <= 52040' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3035 err V590 Consider inspecting the 'C >= 52068 && C <= 52068' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3039 err V590 Consider inspecting the 'C >= 52096 && C <= 52096' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3043 err V590 Consider inspecting the 'C >= 52124 && C <= 52124' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3047 err V590 Consider inspecting the 'C >= 52152 && C <= 52152' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3051 err V590 Consider inspecting the 'C >= 52180 && C <= 52180' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3055 err V590 Consider inspecting the 'C >= 52208 && C <= 52208' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3059 err V590 Consider inspecting the 'C >= 52236 && C <= 52236' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3063 err V590 Consider inspecting the 'C >= 52264 && C <= 52264' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3067 err V590 Consider inspecting the 'C >= 52292 && C <= 52292' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3071 err V590 Consider inspecting the 'C >= 52320 && C <= 52320' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3075 err V590 Consider inspecting the 'C >= 52348 && C <= 52348' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3079 err V590 Consider inspecting the 'C >= 52376 && C <= 52376' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3083 err V590 Consider inspecting the 'C >= 52404 && C <= 52404' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3087 err V590 Consider inspecting the 'C >= 52432 && C <= 52432' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3091 err V590 Consider inspecting the 'C >= 52460 && C <= 52460' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3095 err V590 Consider inspecting the 'C >= 52488 && C <= 52488' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3099 err V590 Consider inspecting the 'C >= 52516 && C <= 52516' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3103 err V590 Consider inspecting the 'C >= 52544 && C <= 52544' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3107 err V590 Consider inspecting the 'C >= 52572 && C <= 52572' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3111 err V590 Consider inspecting the 'C >= 52600 && C <= 52600' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3115 err V590 Consider inspecting the 'C >= 52628 && C <= 52628' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3119 err V590 Consider inspecting the 'C >= 52656 && C <= 52656' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3123 err V590 Consider inspecting the 'C >= 52684 && C <= 52684' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3127 err V590 Consider inspecting the 'C >= 52712 && C <= 52712' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3131 err V590 Consider inspecting the 'C >= 52740 && C <= 52740' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3135 err V590 Consider inspecting the 'C >= 52768 && C <= 52768' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3139 err V590 Consider inspecting the 'C >= 52796 && C <= 52796' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3143 err V590 Consider inspecting the 'C >= 52824 && C <= 52824' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3147 err V590 Consider inspecting the 'C >= 52852 && C <= 52852' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3151 err V590 Consider inspecting the 'C >= 52880 && C <= 52880' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3155 err V590 Consider inspecting the 'C >= 52908 && C <= 52908' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3159 err V590 Consider inspecting the 'C >= 52936 && C <= 52936' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3163 err V590 Consider inspecting the 'C >= 52964 && C <= 52964' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3167 err V590 Consider inspecting the 'C >= 52992 && C <= 52992' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3171 err V590 Consider inspecting the 'C >= 53020 && C <= 53020' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3175 err V590 Consider inspecting the 'C >= 53048 && C <= 53048' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3179 err V590 Consider inspecting the 'C >= 53076 && C <= 53076' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3183 err V590 Consider inspecting the 'C >= 53104 && C <= 53104' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3187 err V590 Consider inspecting the 'C >= 53132 && C <= 53132' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3191 err V590 Consider inspecting the 'C >= 53160 && C <= 53160' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3195 err V590 Consider inspecting the 'C >= 53188 && C <= 53188' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3199 err V590 Consider inspecting the 'C >= 53216 && C <= 53216' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3203 err V590 Consider inspecting the 'C >= 53244 && C <= 53244' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3207 err V590 Consider inspecting the 'C >= 53272 && C <= 53272' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3211 err V590 Consider inspecting the 'C >= 53300 && C <= 53300' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3215 err V590 Consider inspecting the 'C >= 53328 && C <= 53328' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3219 err V590 Consider inspecting the 'C >= 53356 && C <= 53356' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3223 err V590 Consider inspecting the 'C >= 53384 && C <= 53384' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3227 err V590 Consider inspecting the 'C >= 53412 && C <= 53412' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3231 err V590 Consider inspecting the 'C >= 53440 && C <= 53440' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3235 err V590 Consider inspecting the 'C >= 53468 && C <= 53468' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3239 err V590 Consider inspecting the 'C >= 53496 && C <= 53496' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3243 err V590 Consider inspecting the 'C >= 53524 && C <= 53524' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3247 err V590 Consider inspecting the 'C >= 53552 && C <= 53552' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3251 err V590 Consider inspecting the 'C >= 53580 && C <= 53580' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3255 err V590 Consider inspecting the 'C >= 53608 && C <= 53608' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3259 err V590 Consider inspecting the 'C >= 53636 && C <= 53636' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3263 err V590 Consider inspecting the 'C >= 53664 && C <= 53664' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3267 err V590 Consider inspecting the 'C >= 53692 && C <= 53692' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3271 err V590 Consider inspecting the 'C >= 53720 && C <= 53720' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3275 err V590 Consider inspecting the 'C >= 53748 && C <= 53748' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3279 err V590 Consider inspecting the 'C >= 53776 && C <= 53776' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3283 err V590 Consider inspecting the 'C >= 53804 && C <= 53804' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3287 err V590 Consider inspecting the 'C >= 53832 && C <= 53832' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3291 err V590 Consider inspecting the 'C >= 53860 && C <= 53860' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3295 err V590 Consider inspecting the 'C >= 53888 && C <= 53888' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3299 err V590 Consider inspecting the 'C >= 53916 && C <= 53916' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3303 err V590 Consider inspecting the 'C >= 53944 && C <= 53944' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3307 err V590 Consider inspecting the 'C >= 53972 && C <= 53972' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3311 err V590 Consider inspecting the 'C >= 54000 && C <= 54000' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3315 err V590 Consider inspecting the 'C >= 54028 && C <= 54028' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3319 err V590 Consider inspecting the 'C >= 54056 && C <= 54056' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3323 err V590 Consider inspecting the 'C >= 54084 && C <= 54084' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3327 err V590 Consider inspecting the 'C >= 54112 && C <= 54112' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3331 err V590 Consider inspecting the 'C >= 54140 && C <= 54140' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3335 err V590 Consider inspecting the 'C >= 54168 && C <= 54168' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3339 err V590 Consider inspecting the 'C >= 54196 && C <= 54196' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3343 err V590 Consider inspecting the 'C >= 54224 && C <= 54224' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3347 err V590 Consider inspecting the 'C >= 54252 && C <= 54252' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3351 err V590 Consider inspecting the 'C >= 54280 && C <= 54280' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3355 err V590 Consider inspecting the 'C >= 54308 && C <= 54308' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3359 err V590 Consider inspecting the 'C >= 54336 && C <= 54336' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3363 err V590 Consider inspecting the 'C >= 54364 && C <= 54364' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3367 err V590 Consider inspecting the 'C >= 54392 && C <= 54392' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3371 err V590 Consider inspecting the 'C >= 54420 && C <= 54420' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3375 err V590 Consider inspecting the 'C >= 54448 && C <= 54448' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3379 err V590 Consider inspecting the 'C >= 54476 && C <= 54476' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3383 err V590 Consider inspecting the 'C >= 54504 && C <= 54504' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3387 err V590 Consider inspecting the 'C >= 54532 && C <= 54532' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3391 err V590 Consider inspecting the 'C >= 54560 && C <= 54560' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3395 err V590 Consider inspecting the 'C >= 54588 && C <= 54588' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3399 err V590 Consider inspecting the 'C >= 54616 && C <= 54616' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3403 err V590 Consider inspecting the 'C >= 54644 && C <= 54644' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3407 err V590 Consider inspecting the 'C >= 54672 && C <= 54672' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3411 err V590 Consider inspecting the 'C >= 54700 && C <= 54700' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3415 err V590 Consider inspecting the 'C >= 54728 && C <= 54728' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3419 err V590 Consider inspecting the 'C >= 54756 && C <= 54756' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3423 err V590 Consider inspecting the 'C >= 54784 && C <= 54784' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3427 err V590 Consider inspecting the 'C >= 54812 && C <= 54812' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3431 err V590 Consider inspecting the 'C >= 54840 && C <= 54840' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3435 err V590 Consider inspecting the 'C >= 54868 && C <= 54868' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3439 err V590 Consider inspecting the 'C >= 54896 && C <= 54896' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3443 err V590 Consider inspecting the 'C >= 54924 && C <= 54924' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3447 err V590 Consider inspecting the 'C >= 54952 && C <= 54952' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3451 err V590 Consider inspecting the 'C >= 54980 && C <= 54980' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3455 err V590 Consider inspecting the 'C >= 55008 && C <= 55008' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3459 err V590 Consider inspecting the 'C >= 55036 && C <= 55036' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3463 err V590 Consider inspecting the 'C >= 55064 && C <= 55064' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3467 err V590 Consider inspecting the 'C >= 55092 && C <= 55092' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3471 err V590 Consider inspecting the 'C >= 55120 && C <= 55120' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3475 err V590 Consider inspecting the 'C >= 55148 && C <= 55148' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 3479 err V590 Consider inspecting the 'C >= 55176 && C <= 55176' expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/build/Unix_Makefiles-ReleaseAssert/swift-linux-x86_64/lib/Basic/8/UnicodeExtendedGraphemeClusters.cpp 22 note V553 The length of 'getGraphemeClusterBreakProperty' function's body is more than 2000 lines long. You should consider refactoring the code.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Lex/PreprocessingRecord.h 100 note V669 The 'PR' argument is a non-constant reference. The analyzer is unable to determine the position at which this argument is being modified. It is possible that the function contains an error.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Lex/PreprocessingRecord.h 107 note V669 The 'PR' argument is a non-constant reference. The analyzer is unable to determine the position at which this argument is being modified. It is possible that the function contains an error.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Lex/PreprocessingRecord.h 435 note V524 It is odd that the body of 'local_end' function is fully equivalent to the body of 'end' function.
/home/modocache/GitHub/apple/llvm/include/llvm/Transforms/Instrumentation.h 25 err V558 Function returns the pointer to temporary local object.
/home/modocache/GitHub/apple/llvm/include/llvm/Transforms/Instrumentation.h 31 err V558 Function returns the pointer to temporary local object.
/home/modocache/GitHub/apple/llvm/include/llvm/Option/ArgList.h 94 note V690 The 'ArgList' class implements the '=' operator, but lacks a copy constructor. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/include/llvm/Option/ArgList.h 315 note V690 The 'InputArgList' class implements the '=' operator, but lacks a copy constructor. It is dangerous to use such a class.
/home/modocache/GitHub/apple/swift/lib/Driver/Compilation.cpp 733 note V601 The 'true' value is implicitly cast to the integer type. Inspect the third argument.
/home/modocache/GitHub/apple/swift/lib/Driver/Compilation.cpp 46 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: CompilationRecordPath.
/home/modocache/GitHub/apple/llvm/include/llvm/Transforms/Instrumentation.h 90 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: InstrProfileOutput.
/home/modocache/GitHub/apple/swift/include/swift/AST/IRGenOptions.h 170 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: MainInputFilename, ModuleName, DebugCompilationDir, DWARFDebugFlags, ForceLoadSymbolName.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Serialization/ASTBitCodes.h 109 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (void *) 1
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Serialization/ASTBitCodes.h 112 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (void *) 2
/home/modocache/GitHub/apple/swift/lib/ClangImporter/SwiftLookupTable.h 95 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Sema/DeclSpec.h 1845 note V688 The 'DS' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/DeclCXX.h 1080 note V769 The 'captures_begin()' pointer in the 'captures_begin() + getLambdaData().NumCaptures' expression could be nullptr. In such case, resulting value will be senseless and it should not be used.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Sema/ObjCMethodList.h 26 note V690 The 'ObjCMethodList' class implements a copy constructor, but lacks the '=' operator. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Sema/ScopeInfo.h 588 note V659 Declarations of functions with 'getCapture' name differ in the 'const' keyword only, but the bodies of these functions have different composition. This is suspicious and can possibly be an error. Check lines: 583, 588.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Sema/Sema.h 2829 note V690 The 'TypoExprState' class implements the '=' operator, but lacks a copy constructor. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Sema/Sema.h 265 note V553 The length of 'Sema' class's declaration is more than 2000 lines long. You should consider refactoring the code.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/DeclTemplate.h 1730 note V688 The 'TemplateArgs' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/DeclTemplate.h 2567 note V688 The 'TemplateArgs' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprObjC.h 117 note V524 It is odd that the body of 'getLocStart' function is fully equivalent to the body of 'getAtLoc' function.
/home/modocache/GitHub/apple/llvm/include/llvm/Bitcode/BitCodes.h 100 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Enc.
/home/modocache/GitHub/apple/llvm/include/llvm/Bitcode/BitstreamWriter.h 85 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: BlockInfoCurBID.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/DeclTemplate.h 180 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: storage.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprObjC.h 37 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: String.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprObjC.h 68 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Value.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprObjC.h 105 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: SubExpr, BoxingMethod.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprObjC.h 155 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: ArrayWithObjectsMethod.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprObjC.h 289 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: DictWithObjectsMethod.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprObjC.h 368 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: EncodedType.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprObjC.h 502 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: D, Base, IsArrow, IsFreeIvar.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprObjC.h 450 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: TheProtocol.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprObjC.h 792 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: SubExprs, GetAtIndexMethodDecl, SetAtIndexMethodDecl.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprObjC.h 1405 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Base, IsArrow.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprObjC.h 1476 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Operand.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprObjC.h 1540 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Kind.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/DeclCXX.h 194 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Virtual, BaseOfClass, Access, InheritConstructors, BaseTypeInfo.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Sema/ScopeInfo.h 380 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: CoroutinePromise.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Sema/Sema.h 1594 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Keyword.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Sema/Sema.h 1597 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Keyword.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Sema/Sema.h 1599 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Keyword.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Sema/Sema.h 9618 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: LayoutCompatible, MustBeNull.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/DeclTemplate.h 2347 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Specialization, HasExplicitTemplateArgs.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/DeclFriend.h 83 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: UnsupportedFriend.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/DeclFriend.h 179 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Ptr.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Frontend/DependencyOutputOptions.h 63 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: OutputFile, HeaderIncludeOutputFile, ShowIncludesPretendHeader, DOTOutputFile, ModuleDependencyOutputDir.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Frontend/FrontendOptions.h 97 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: File.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Frontend/FrontendOptions.h 100 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: File.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Frontend/FrontendOptions.h 278 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: ObjCMTWhiteListPath, MTMigrateDir, ARCMTMigrateReportOut, OutputFile, FixItSuffix, ASTDumpFilter, ...
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h 549 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: AnalyzeSpecificFunction, maxBlockVisitOnPath.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Frontend/CompilerInvocation.h 130 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: FileSystemOpts.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Lex/HeaderSearchOptions.h 180 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: ResourceDir, ModuleCachePath, ModuleUserBuildPath.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Sema/Lookup.h 173 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Ambiguity.
/home/modocache/GitHub/apple/swift/lib/ClangImporter/IAMInference.cpp 260 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
/home/modocache/GitHub/apple/swift/lib/ClangImporter/IAMInference.cpp 290 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
/home/modocache/GitHub/apple/swift/lib/Driver/Driver.cpp 792 warn V547 Expression 'InputTypeArg' is always false.
/home/modocache/GitHub/apple/swift/lib/Driver/Driver.cpp 63 warn V730 It is possible that not all members of a class are initialized inside the constructor. Consider inspecting: DriverPrintBindings.
/home/modocache/GitHub/apple/swift/include/swift/Driver/ToolChain.h 95 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: FilelistInfo.
/home/modocache/GitHub/apple/llvm/include/llvm/Support/ErrorOr.h 104 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: HasError.
/home/modocache/GitHub/apple/llvm/include/llvm/Support/ErrorOr.h 124 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: HasError.
/home/modocache/GitHub/apple/swift/lib/Driver/ParseableOutput.cpp 29 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Path.
/home/modocache/GitHub/apple/swift/lib/Driver/Types.cpp 36 note V547 Expression 'Id >= 0' is always true. Unsigned type value is always >= 0.
/home/modocache/GitHub/apple/swift/lib/ClangImporter/ImportType.cpp 2072 note V656 Variables 'origSwiftResultTy', 'swiftResultTy' are initialized through the call to the same function. It's probably an error or un-optimized code. Consider inspecting the 'SwiftContext.getNeverType()' expression. Check lines: 2071, 2072.
/home/modocache/GitHub/apple/swift/lib/ClangImporter/ImportType.cpp 2168 note V688 The 'typeResolver' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/ClangImporter/ImportType.cpp 2197 note V688 The 'typeResolver' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/ClangImporter/ImportType.cpp 424 note V524 It is odd that the body of 'VisitMemberPointer' function is fully equivalent to the body of 'VisitMemberPointerType' function.
/home/modocache/GitHub/apple/llvm/include/llvm/Bitcode/BitstreamReader.h 272 note V688 The 'R' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/llvm/include/llvm/Bitcode/BitstreamReader.h 281 note V688 The 'R' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/llvm/include/llvm/Bitcode/BitstreamReader.h 330 err V629 Consider inspecting the '1U << (NumBits - 1)' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
/home/modocache/GitHub/apple/llvm/include/llvm/Support/OnDiskHashTable.h 90 note V688 The 'Buckets' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/Frontend/DiagnosticVerifier.cpp 57 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: MessageStr.
/home/modocache/GitHub/apple/swift/lib/ClangImporter/ImportDecl.cpp 1924 warn V519 The 'typealias' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 1923, 1924.
/home/modocache/GitHub/apple/swift/lib/ClangImporter/ImportDecl.cpp 1949 warn V519 The 'typealias' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 1948, 1949.
/home/modocache/GitHub/apple/swift/lib/ClangImporter/ImportDecl.cpp 2002 warn V581 The conditional expressions of the 'if' operators situated alongside each other are identical. Check lines: 1997, 2002.
/home/modocache/GitHub/apple/swift/lib/ClangImporter/ImportDecl.cpp 4107 warn V519 The 'typealias' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 4106, 4107.
/home/modocache/GitHub/apple/swift/lib/ClangImporter/ImportDecl.cpp 1678 note V553 The length of 'SwiftDeclConverter' class's declaration is more than 2000 lines long. You should consider refactoring the code.
/home/modocache/GitHub/apple/swift/lib/ClangImporter/ImportDecl.cpp 4770 note V656 Variables 'loc', 'nameLoc' are initialized through the call to the same function. It's probably an error or un-optimized code. Check lines: 4769, 4770.
/home/modocache/GitHub/apple/swift/lib/ClangImporter/ImportDecl.cpp 4892 warn V547 Expression '!getter' is always false.
/home/modocache/GitHub/apple/swift/lib/ClangImporter/ImportDecl.cpp 4903 warn V547 Expression 'setter' is always true.
/home/modocache/GitHub/apple/swift/lib/ClangImporter/ImportDecl.cpp 4940 warn V547 Expression 'setter' is always true.
/home/modocache/GitHub/apple/swift/lib/ClangImporter/ImportDecl.cpp 4961 warn V547 Expression 'setter' is always true.
/home/modocache/GitHub/apple/swift/lib/ClangImporter/ImportDecl.cpp 5598 err V595 The 'counterpart' pointer was utilized before it was verified against nullptr. Check lines: 5598, 5608.
/home/modocache/GitHub/apple/swift/lib/ClangImporter/ImportDecl.cpp 5729 err V595 The 'setter' pointer was utilized before it was verified against nullptr. Check lines: 5729, 5736.
/home/modocache/GitHub/apple/swift/lib/ClangImporter/ImportDecl.cpp 6629 note V688 The 'typeResolver' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/ClangImporter/ImportDecl.cpp 6879 note V522 There might be dereferencing of a potential null pointer 'dc'.
/home/modocache/GitHub/apple/swift/include/swift/Parse/Parser.h 472 note V688 The 'Tok' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/include/swift/Parse/Parser.h 483 note V688 The 'Tok' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/include/swift/Parse/Parser.h 492 note V688 The 'Tok' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/include/swift/Parse/Parser.h 497 note V688 The 'Tok' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/include/swift/Parse/Parser.h 546 note V688 The 'L' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/include/swift/Parse/Parser.h 551 note V688 The 'L' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/include/swift/Parse/Parser.h 559 note V688 The 'L' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/include/swift/Parse/Parser.h 571 note V688 The 'L' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/include/swift/Parse/Parser.h 576 note V688 The 'L' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/include/swift/Parse/Parser.h 589 note V688 The 'L' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/include/swift/Parse/Parser.h 593 note V688 The 'L' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Parse/Parser.h 57 note V553 The length of 'Parser' class's declaration is more than 2000 lines long. You should consider refactoring the code.
/home/modocache/GitHub/apple/swift/lib/ClangImporter/ImportName.cpp 798 note V688 The 'clangSema' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/ClangImporter/ImportName.cpp 845 note V688 The 'clangSema' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/include/swift/Basic/TreeScopedHashTable.h 96 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: OwnsParentScope.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Parse/Parser.h 1157 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: LastParameterListWasEmpty.
/home/modocache/GitHub/apple/swift/include/swift/SIL/SILInstruction.h 1097 warn V556 The values of different enum types are compared.
/home/modocache/GitHub/apple/swift/include/swift/SIL/SILInstruction.h 5545 err V717 It is suspicious to cast object of base class 'ilist_half_node' to derived class 'SILInstruction'.
/home/modocache/GitHub/apple/swift/include/swift/SIL/SILBasicBlock.h 336 err V717 It is suspicious to cast object of base class 'ilist_half_node' to derived class 'SILBasicBlock'.
/home/modocache/GitHub/apple/swift/include/swift/SIL/SILFunction.h 782 err V717 It is suspicious to cast object of base class 'ilist_half_node' to derived class 'SILFunction'.
/home/modocache/GitHub/apple/llvm/include/llvm/Support/Error.h 614 note V690 The 'Expected' class implements the '=' operator, but lacks a copy constructor. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/include/llvm/Support/Error.h 711 note V659 Declarations of functions with 'get' name differ in the 'const' keyword only, but the bodies of these functions have different composition. This is suspicious and can possibly be an error. Check lines: 705, 711.
/home/modocache/GitHub/apple/llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h 557 note V688 The 'NameRef' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/include/swift/SIL/SILCoverageMap.h 151 err V717 It is suspicious to cast object of base class 'ilist_half_node' to derived class 'SILCoverageMap'.
/home/modocache/GitHub/apple/swift/include/swift/SIL/SILDefaultWitnessTable.h 189 err V717 It is suspicious to cast object of base class 'ilist_half_node' to derived class 'SILDefaultWitnessTable'.
/home/modocache/GitHub/apple/swift/include/swift/SIL/SILGlobalVariable.h 209 err V717 It is suspicious to cast object of base class 'ilist_half_node' to derived class 'SILGlobalVariable'.
/home/modocache/GitHub/apple/swift/include/swift/SIL/SILVTable.h 126 err V717 It is suspicious to cast object of base class 'ilist_half_node' to derived class 'SILVTable'.
/home/modocache/GitHub/apple/swift/include/swift/SIL/SILWitnessTable.h 294 err V717 It is suspicious to cast object of base class 'ilist_half_node' to derived class 'SILWitnessTable'.
/home/modocache/GitHub/apple/swift/include/swift/Frontend/Frontend.h 230 note V656 Variables 'FrontendOpts.ModuleName', 'IRGenOpts.ModuleName' are initialized through the call to the same function. It's probably an error or un-optimized code. Consider inspecting the 'Name.str()' expression. Check lines: 229, 230.
/home/modocache/GitHub/apple/swift/include/swift/SIL/SILType.h 267 note V524 It is odd that the body of 'isPassedIndirectly' function is fully equivalent to the body of 'isReturnedIndirectly' function.
/home/modocache/GitHub/apple/swift/include/swift/SIL/SILValue.h 586 note V524 It is odd that the body of 'getDynamicAsArray' function is fully equivalent to the body of 'asArray' function.
/home/modocache/GitHub/apple/swift/include/swift/SIL/SILValue.h 589 note V524 It is odd that the body of 'getDynamicAsArray' function is fully equivalent to the body of 'asArray' function.
/home/modocache/GitHub/apple/swift/include/swift/SIL/SILInstruction.h 3449 note V524 It is odd that the body of 'getTypeDependentOperands' function is fully equivalent to the body of 'getAllOperands' function.
/home/modocache/GitHub/apple/swift/include/swift/SIL/SILInstruction.h 3453 note V524 It is odd that the body of 'getTypeDependentOperands' function is fully equivalent to the body of 'getAllOperands' function.
/home/modocache/GitHub/apple/swift/include/swift/SIL/SILInstruction.h 3772 note V524 It is odd that the body of 'getTypeDependentOperands' function is fully equivalent to the body of 'getAllOperands' function.
/home/modocache/GitHub/apple/swift/include/swift/SIL/SILInstruction.h 3776 note V524 It is odd that the body of 'getTypeDependentOperands' function is fully equivalent to the body of 'getAllOperands' function.
/home/modocache/GitHub/apple/swift/include/swift/SIL/SILFunction.h 611 note V524 It is odd that the body of 'empty' function is fully equivalent to the body of 'isExternalDeclaration' function.
/home/modocache/GitHub/apple/swift/include/swift/SIL/TypeLowering.h 136 note V524 It is odd that the body of 'isReturnedIndirectly' function is fully equivalent to the body of 'isPassedIndirectly' function.
/home/modocache/GitHub/apple/swift/include/swift/SIL/SILLocation.h 180 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: KindData.
/home/modocache/GitHub/apple/swift/include/swift/SIL/SILBasicBlock.h 50 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: PredList.
/home/modocache/GitHub/apple/llvm/include/llvm/ProfileData/InstrProf.h 572 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Hash.
/home/modocache/GitHub/apple/llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h 291 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: ExecutionCount.
/home/modocache/GitHub/apple/llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h 396 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Filename.
/home/modocache/GitHub/apple/swift/include/swift/SIL/AbstractionPattern.h 349 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: OtherData.
/home/modocache/GitHub/apple/swift/include/swift/SIL/AbstractionPattern.h 356 warn V730 It is possible that not all members of a class are initialized inside the constructor. Consider inspecting: OtherData.
/home/modocache/GitHub/apple/swift/include/swift/SIL/AbstractionPattern.h 361 warn V730 It is possible that not all members of a class are initialized inside the constructor. Consider inspecting: OtherData.
/home/modocache/GitHub/apple/swift/lib/ClangImporter/ClangImporter.cpp 2828 note V688 The 'typeResolver' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Frontend/FrontendAction.h 180 note V524 It is odd that the body of 'hasASTFileSupport' function is fully equivalent to the body of 'hasPCHSupport' function.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Frontend/FrontendActions.h 109 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Module.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Lex/PreprocessorOptions.h 142 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: ImplicitPCHInclude, ImplicitPTHInclude, TokenCache.
/home/modocache/GitHub/apple/llvm/include/llvm/Support/CrashRecoveryContext.h 100 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: prev, next.
/home/modocache/GitHub/apple/swift/lib/Frontend/SerializedDiagnosticConsumer.cpp 379 note V525 The code containing the collection of similar blocks. Check items '10', '10', '16' in lines 379, 380, 381.
/home/modocache/GitHub/apple/swift/lib/Frontend/CompilerInvocation.cpp 103 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
/home/modocache/GitHub/apple/swift/lib/Frontend/CompilerInvocation.cpp 348 warn V571 Recurring check. The 'Opts.PrimaryInput.hasValue()' condition was already verified in line 345.
/home/modocache/GitHub/apple/swift/lib/Frontend/CompilerInvocation.cpp 32 note V730 It is possible that not all members of a class are initialized inside the constructor. Consider inspecting: FrontendOpts, ClangImporterOpts, SILOpts.
/home/modocache/GitHub/apple/llvm/include/llvm/Support/LineIterator.h 43 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: CommentMarker, SkipBlanks, LineNumber.
/home/modocache/GitHub/apple/swift/lib/Frontend/Frontend.cpp 97 warn V688 The 'SML' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/Frontend/Frontend.cpp 244 warn V688 The 'MainModule' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/Frontend/Frontend.cpp 548 note V688 The 'MainModule' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IDE/CommentConversion.cpp 332 note V688 The 'OS' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IDE/REPLCodeCompletion.cpp 179 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Prefix, CurrentCompletionIdx.
/home/modocache/GitHub/apple/swift/include/swift/IDE/Formatting.h 41 note V690 The 'LineRange' class implements a copy constructor, but lacks the '=' operator. It is dangerous to use such a class.
/home/modocache/GitHub/apple/swift/lib/IDE/Formatting.cpp 474 note V690 The 'SourceLocIterator' class implements a copy constructor, but lacks the '=' operator. It is dangerous to use such a class.
/home/modocache/GitHub/apple/swift/lib/IDE/Formatting.cpp 726 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Options, TargetLine.
/home/modocache/GitHub/apple/swift/lib/IDE/TypeReconstruction.cpp 709 note V601 The 'false' value is implicitly cast to the integer type.
/home/modocache/GitHub/apple/swift/lib/IDE/TypeReconstruction.cpp 1152 warn V547 Expression 'func_decl' is always true.
/home/modocache/GitHub/apple/swift/lib/IDE/TypeReconstruction.cpp 2315 err V510 The 'stringWithFormat' function is not expected to receive class-type variable as second actual argument.
/home/modocache/GitHub/apple/swift/lib/IDE/TypeReconstruction.cpp 2336 err V510 The 'stringWithFormat' function is not expected to receive class-type variable as second actual argument.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/GlobalIndirectSymbol.h 80 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'OpFrom' function.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/GlobalVariable.h 183 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'OpFrom' function.
/home/modocache/GitHub/apple/swift/lib/IDE/ModuleInterfacePrinting.cpp 287 note V519 The 'InterestingClangModule' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 275, 287.
/home/modocache/GitHub/apple/swift/lib/IDE/SyntaxModel.cpp 1071 note V688 The 'Walker' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IDE/CodeCompletionResultBuilder.h 58 note V688 The 'Kind' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IDE/CodeCompletionResultBuilder.h 64 note V688 The 'Kind' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IDE/CodeCompletion.cpp 1270 warn V703 It is odd that the 'CStyleForLoopIterationVariable' field in derived class 'CodeCompletionCallbacksImpl' overwrites field in base class 'CodeCompletionCallbacks'. Check lines: CodeCompletion.cpp:1270, CodeCompletionCallbacks.h:45.
/home/modocache/GitHub/apple/swift/lib/IDE/CodeCompletion.cpp 1959 note V688 The 'ExprType' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IDE/CodeCompletion.cpp 2474 note V688 The 'BaseType' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IDE/CodeCompletion.cpp 3001 note V688 The 'ExprType' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IDE/CodeCompletion.cpp 3024 note V688 The 'ExprType' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IDE/CodeCompletion.cpp 3037 note V688 The 'ExprType' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IDE/CodeCompletion.cpp 3078 note V688 The 'ExprType' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IDE/CodeCompletion.cpp 3785 note V688 The 'ExpectedTypes' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IDE/CodeCompletion.cpp 3924 note V688 The 'BaseType' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IDE/CodeCompletion.cpp 1545 note V553 The length of 'CompletionLookup' class's declaration is more than 2000 lines long. You should consider refactoring the code.
/home/modocache/GitHub/apple/swift/lib/IDE/CodeCompletion.cpp 4903 note V688 The 'SM' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IDE/CodeCompletion.cpp 1408 note V730 Not all members of a class are initialized inside the constructor. Consider inspecting: AssignmentExpr, FuncCallExpr, UnresolvedExpr, UnresolvedExprInReturn, AttrKind, AttrParamIndex, ...
/home/modocache/GitHub/apple/llvm/include/llvm/IR/ValueHandle.h 41 warn V690 The 'ValueHandleBase' class implements a copy constructor, but lacks the '=' operator. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/include/llvm/ExecutionEngine/ExecutionEngine.h 598 note V688 The 'M' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/llvm/include/llvm/ExecutionEngine/ExecutionEngine.h 491 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: CompilingLazily, GVCompilationDisabled, SymbolSearchingDisabled, VerifyModules.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/CallSite.h 182 note V688 The 'I' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/PassManager.h 90 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (void *) AllPassesID
/home/modocache/GitHub/apple/llvm/include/llvm/IR/PassManager.h 143 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (void *) AllPassesID
/home/modocache/GitHub/apple/llvm/include/llvm/IR/PassManager.h 162 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (void *) AllPassesID
/home/modocache/GitHub/apple/llvm/include/llvm/IR/PassManager.h 676 warn V690 The 'Result' class implements the '=' operator, but lacks a copy constructor. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/include/llvm/Analysis/TargetLibraryInfo.h 166 note V669 The 'VF' argument is a non-constant reference. The analyzer is unable to determine the position at which this argument is being modified. It is possible that the function contains an error.
/home/modocache/GitHub/apple/llvm/include/llvm/Analysis/TargetLibraryInfo.h 282 note V690 The 'TargetLibraryAnalysis' class implements the '=' operator, but lacks a copy constructor. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/include/llvm/Analysis/AliasAnalysis.h 709 warn V690 The 'AAResultBase' class implements a copy constructor, but lacks the '=' operator. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Constants.h 387 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'OpFrom' function.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Constants.h 825 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'OpFrom' function.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/Constants.h 1191 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'OpFrom' function.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/IRBuilder.h 766 note V688 The 'BB' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/IRBuilder.h 790 note V688 The 'FMF' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IRGen/IRBuilder.h 91 note V688 The 'BB' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IRGen/IRBuilder.h 96 note V688 The 'BB' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/ConstantFolder.h 205 note V524 It is odd that the body of 'CreateFCmp' function is fully equivalent to the body of 'CreateICmp' function.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/DebugInfoMetadata.h 535 note V688 The 'Line' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/DebugInfoMetadata.h 535 note V688 The 'SizeInBits' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/DebugInfoMetadata.h 536 note V688 The 'AlignInBits' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/DebugInfoMetadata.h 536 note V688 The 'OffsetInBits' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/DebugInfoMetadata.h 536 note V688 The 'Flags' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IRGen/StructLayout.h 120 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: ByteOffset, Index, IsPOD.
/home/modocache/GitHub/apple/swift/lib/IRGen/ProtocolInfo.h 45 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: IsPrefix.
/home/modocache/GitHub/apple/swift/lib/IRGen/ProtocolInfo.h 164 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: NextConverted.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/CodeGen/CGFunctionInfo.h 112 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: TypeData, InAllocaSRet, IndirectByVal, IndirectRealign, SRetAfterThis, CanBeFlattened.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/CodeGen/CGFunctionInfo.h 117 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: InAllocaSRet, IndirectByVal, IndirectRealign, SRetAfterThis, CanBeFlattened.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/CodeGen/CGFunctionInfo.h 506 note V730 Not all members of a class are initialized inside the constructor. Consider inspecting: CallingConvention, EffectiveCallingConvention, ASTCallingConvention, InstanceMethod, ChainCall, NoReturn, ...
/home/modocache/GitHub/apple/swift/lib/IRGen/GenControl.cpp 28 note V688 The 'BB' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IRGen/MemberAccessStrategy.h 68 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: DirectOffsetKind, IndirectOffsetKind.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenClass.cpp 110 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: FieldLayout.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenEnum.cpp 261 note V522 There might be dereferencing of a potential null pointer 'getSingleton()'.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenEnum.cpp 264 note V688 The 'IGM' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenEnum.cpp 388 note V522 There might be dereferencing of a potential null pointer 'getSingleton()'.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenEnum.cpp 392 note V522 There might be dereferencing of a potential null pointer 'getSingleton()'.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenEnum.cpp 395 note V688 The 'IGM' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenEnum.cpp 434 note V522 There might be dereferencing of a potential null pointer 'getSingleton()'.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenEnum.cpp 443 note V522 There might be dereferencing of a potential null pointer 'getSingleton()'.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenEnum.cpp 459 note V522 There might be dereferencing of a potential null pointer 'getSingleton()'.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenEnum.cpp 469 note V522 There might be dereferencing of a potential null pointer 'getSingleton()'.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenEnum.cpp 496 note V522 There might be dereferencing of a potential null pointer 'getSingleton()'.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenEnum.cpp 497 note V522 There might be dereferencing of a potential null pointer 'getSingleton()'.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenEnum.cpp 592 note V688 The 'IGM' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenEnum.cpp 597 note V522 There might be dereferencing of a potential null pointer 'getSingleton()'.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenEnum.cpp 608 note V522 There might be dereferencing of a potential null pointer 'getSingleton()'.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenEnum.cpp 620 note V522 There might be dereferencing of a potential null pointer 'getSingleton()'.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenEnum.cpp 625 note V688 The 'IGM' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenEnum.cpp 633 note V688 The 'IGM' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenEnum.cpp 643 note V688 The 'IGM' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenEnum.cpp 1133 note V688 The 'IGM' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenEnum.cpp 1213 note V688 The 'IGM' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenEnum.cpp 1399 note V688 The 'IGM' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenEnum.cpp 2083 note V688 The 'IGM' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenEnum.cpp 2305 note V688 The 'IGM' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenEnum.cpp 2632 note V688 The 'IGM' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenEnum.cpp 2639 note V688 The 'IGM' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenEnum.cpp 2645 note V688 The 'IGM' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenEnum.cpp 2686 note V688 The 'IGM' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenEnum.cpp 2954 note V688 The 'IGM' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenEnum.cpp 3005 note V688 The 'IGM' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenEnum.cpp 5199 note V522 There might be dereferencing of a potential null pointer 'getSingleton()'.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenHeap.cpp 282 err V510 The 'get' function is not expected to receive class-type variable as second actual argument.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenDecl.cpp 480 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenDecl.cpp 1460 note V688 The 'Linkage' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenDecl.cpp 1461 note V688 The 'Visibility' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenDecl.cpp 1733 note V522 There might be dereferencing of a potential null pointer 'emittedFunctionIterator'.
/home/modocache/GitHub/apple/swift/include/swift/Runtime/Metadata.h 1552 warn V690 The 'TargetClassMetadata' class implements a copy constructor, but lacks the '=' operator. It is dangerous to use such a class.
/home/modocache/GitHub/apple/swift/lib/IRGen/ConstantBuilder.h 254 err V510 The 'get' function is not expected to receive class-type variable as second actual argument.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenMeta.cpp 1215 note V669 The 'initialize' argument is a non-constant reference. The analyzer is unable to determine the position at which this argument is being modified. It is possible that the function contains an error.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenMeta.cpp 4065 warn V560 A part of conditional expression is always true: !isIndirect.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenMeta.cpp 5692 note V525 The code containing the collection of similar blocks. Check items 'addConstantInt16', 'addConstantInt16', 'addConstantInt32' in lines 5692, 5693, 5696.
/home/modocache/GitHub/apple/swift/include/swift/Runtime/Metadata.h 2295 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Reserved.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenFunc.cpp 486 note V524 It is odd that the body of 'initializeWithCopy' function is fully equivalent to the body of 'assignWithCopy' function.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprCXX.h 1911 note V659 Declarations of functions with 'getPlacementArg' name differ in the 'const' keyword only, but the bodies of these functions have different composition. This is suspicious and can possibly be an error. Check lines: 1907, 1911.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprCXX.h 1012 note V524 It is odd that the body of 'getLocEnd' function is fully equivalent to the body of 'getLocStart' function.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprCXX.h 1981 note V524 It is odd that the body of 'raw_arg_end' function is fully equivalent to the body of 'placement_arg_end' function.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprCXX.h 71 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Operator, FPContractable.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprCXX.h 480 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Value.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprCXX.h 683 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: BaseExpr, TheDecl, IsArrow.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprCXX.h 749 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: SubExprs.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprCXX.h 887 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Implicit.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprCXX.h 931 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Op, IsThrownVariableInScope.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprCXX.h 984 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Param.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprCXX.h 1047 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Field.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprCXX.h 1201 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: StdInitListInitialization.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprCXX.h 1780 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: TypeInfo.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprCXX.h 1857 note V730 Not all members of a class are initialized inside the constructor. Consider inspecting: OperatorNew, OperatorDelete, AllocatedTypeInfo, GlobalNew, Array, UsualArrayDeleteWantsSize, ...
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprCXX.h 2037 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: GlobalDelete, ArrayForm, ArrayFormAsWritten, UsualArrayDeleteWantsSize.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprCXX.h 2390 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Dimension.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprCXX.h 3544 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Value, Operand.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprCXX.h 3607 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: NumExpansions, Pattern.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprCXX.h 3779 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Param, Replacement.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprCXX.h 3838 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Param, Arguments, NumArguments.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprCXX.h 4092 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: SubExprs, Opcode.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/ExprOpenMP.h 76 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: SubExprs.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/StmtCXX.h 144 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: SubExprs.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/StmtObjC.h 32 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: SubExprs.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/StmtObjC.h 87 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: ExceptionDecl, Body.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/StmtObjC.h 129 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: AtFinallyStmt.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/StmtObjC.h 276 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: SubStmts.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/StmtObjC.h 322 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Throw.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/AST/StmtObjC.h 353 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: SubStmt.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenProto.cpp 1350 note V522 There might be dereferencing of a potential null pointer 'fulfillment'.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenProto.cpp 1474 note V522 There might be dereferencing of a potential null pointer 'fulfillment'.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenRecord.h 46 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Begin, End.
/home/modocache/GitHub/apple/swift/include/swift/Reflection/Records.h 244 warn V690 The 'AssociatedTypeRecordIterator' class implements the '=' operator, but lacks a copy constructor. It is dangerous to use such a class.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenValueWitness.cpp 237 err V510 The 'fn' function is not expected to receive class-type variable as third actual argument.
/home/modocache/GitHub/apple/swift/lib/IRGen/GenValueWitness.cpp 237 err V510 The 'fn' function is not expected to receive class-type variable as fourth actual argument.
/home/modocache/GitHub/apple/swift/include/swift/LLVMPasses/Passes.h 87 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: RC.
/home/modocache/GitHub/apple/llvm/include/llvm/Analysis/TargetTransformInfo.h 61 note V690 The 'TargetTransformInfo' class implements the '=' operator, but lacks a copy constructor. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/include/llvm/Analysis/TargetTransformInfoImpl.h 31 note V690 The 'TargetTransformInfoImplBase' class implements a copy constructor, but lacks the '=' operator. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/include/llvm/CodeGen/MachineMemOperand.h 169 err V629 Consider inspecting the '1u << BaseAlignLog2' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
/home/modocache/GitHub/apple/llvm/include/llvm/CodeGen/SelectionDAGNodes.h 530 warn V690 The 'use_iterator' class implements a copy constructor, but lacks the '=' operator. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/include/llvm/CodeGen/SelectionDAGNodes.h 1123 note V688 The 'FailureOrdering' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/llvm/include/llvm/Target/TargetLowering.h 82 note V553 The length of 'TargetLoweringBase' class's declaration is more than 2000 lines long. You should consider refactoring the code.
/home/modocache/GitHub/apple/llvm/include/llvm/MC/MCSubtargetInfo.h 163 note V688 The 'CPU' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/llvm/include/llvm/CodeGen/BasicTTIImpl.h 943 warn V690 The 'BasicTTIImpl' class implements a copy constructor, but lacks the '=' operator. It is dangerous to use such a class.
/home/modocache/GitHub/apple/swift/lib/IRGen/IRGen.cpp 954 err V575 The null pointer is passed into 'move' function. Inspect the first argument.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/ModuleSummaryIndex.h 154 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: OriginalName.
/home/modocache/GitHub/apple/llvm/include/llvm/IR/ModuleSummaryIndex.h 225 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: AliaseeSummary.
/home/modocache/GitHub/apple/llvm/include/llvm/CodeGen/SelectionDAGNodes.h 809 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: PersistentId.
/home/modocache/GitHub/apple/llvm/include/llvm/MC/MCRegisterInfo.h 588 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: MaskListIter.
/home/modocache/GitHub/apple/llvm/include/llvm/Target/TargetCallingConv.h 161 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: OrigArgIndex, PartOffset.
/home/modocache/GitHub/apple/llvm/include/llvm/Target/TargetCallingConv.h 199 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: OrigArgIndex, PartOffset.
/home/modocache/GitHub/apple/llvm/include/llvm/Target/TargetLowering.h 2484 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Ty.
/home/modocache/GitHub/apple/llvm/include/llvm/Target/TargetLowering.h 2859 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: ConstraintCode.
/home/modocache/GitHub/apple/llvm/include/llvm/Support/TargetRegistry.h 252 note V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Next, ArchMatchFn, Name, ShortDesc, HasJIT, MCAsmInfoCtorFn, ...
/home/modocache/GitHub/apple/swift/lib/IRGen/SwiftTargetInfo.cpp 107 note V524 It is odd that the body of 'configureSystemZ' function is fully equivalent to the body of 'configurePowerPC64' function.
/home/modocache/GitHub/apple/llvm/include/llvm/Support/GenericDomTree.h 35 note V690 The 'DominatorBase' class implements the '=' operator, but lacks a copy constructor. It is dangerous to use such a class.
/home/modocache/GitHub/apple/swift/lib/IRGen/IRGenDebugInfo.cpp 635 err V595 The 'Fn' pointer was utilized before it was verified against nullptr. Check lines: 635, 643.
/home/modocache/GitHub/apple/swift/lib/IRGen/IRGenDebugInfo.cpp 646 err V595 The 'SILFn' pointer was utilized before it was verified against nullptr. Check lines: 646, 664.
/home/modocache/GitHub/apple/swift/lib/IRGen/IRGenDebugInfo.cpp 747 note V688 The 'M' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IRGen/IRGenDebugInfo.cpp 761 note V688 The 'M' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IRGen/IRGenDebugInfo.cpp 794 note V688 The 'M' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/IRGen/IRGenDebugInfo.cpp 1036 note V688 The 'M' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/Markup/Markup.cpp 36 note V688 The 'Event' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/Markup/Markup.cpp 37 note V688 The 'Node' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/LLVMPasses/ARCEntryPointBuilder.h 231 note V688 The 'ObjectPtrTy' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/LLVMPasses/ARCEntryPointBuilder.h 249 note V688 The 'ObjectPtrTy' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/LLVMPasses/ARCEntryPointBuilder.h 267 note V688 The 'ObjectPtrTy' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/LLVMPasses/ARCEntryPointBuilder.h 285 note V688 The 'ObjectPtrTy' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/LLVMPasses/ARCEntryPointBuilder.h 304 note V688 The 'ObjectPtrTy' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/LLVMPasses/ARCEntryPointBuilder.h 324 note V688 The 'ObjectPtrTy' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/LLVMPasses/ARCEntryPointBuilder.h 342 note V688 The 'ObjectPtrTy' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/LLVMPasses/ARCEntryPointBuilder.h 360 note V688 The 'BridgeObjectPtrTy' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/LLVMPasses/ARCEntryPointBuilder.h 378 note V688 The 'BridgeObjectPtrTy' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/LLVMPasses/LLVMARCOpts.cpp 995 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: RC.
/home/modocache/GitHub/apple/swift/lib/IRGen/IRGenSIL.cpp 108 note V690 The 'LoweredValue' class implements the '=' operator, but lacks a copy constructor. It is dangerous to use such a class.
/home/modocache/GitHub/apple/swift/lib/IRGen/IRGenSIL.cpp 2360 err V614 Potentially uninitialized pointer 'val' used. Consider checking the second actual argument of the 'CreateICmp' function.
/home/modocache/GitHub/apple/swift/lib/IRGen/IRGenSIL.cpp 2360 err V614 Potentially uninitialized pointer 'caseval' used. Consider checking the third actual argument of the 'CreateICmp' function.
/home/modocache/GitHub/apple/swift/lib/IRGen/IRGenSIL.cpp 988 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: LoweredBBs.
/home/modocache/GitHub/apple/swift/lib/Parse/Lexer.cpp 895 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
/home/modocache/GitHub/apple/swift/lib/Parse/Lexer.cpp 1052 note V688 The 'CurPtr' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/Parse/Parser.cpp 746 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: SearchPathOpts.
/home/modocache/GitHub/apple/swift/lib/Parse/ParseType.cpp 827 note V519 The 'ATR' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 801, 827.
/home/modocache/GitHub/apple/swift/lib/Parse/ParseStmt.cpp 495 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
/home/modocache/GitHub/apple/swift/lib/Parse/ParseStmt.cpp 1228 note V656 Variables 'PoundPos', 'CodeCompletionPos' are initialized through the call to the same function. It's probably an error or un-optimized code. Consider inspecting the 'consumeToken()' expression. Check lines: 1227, 1228.
/home/modocache/GitHub/apple/swift/lib/Parse/ParseStmt.cpp 1369 err V715 The 'while' operator has empty body. Suspicious pattern detected: 'while (expr) {...} while (consumeSeparatorComma()) ;'.
/home/modocache/GitHub/apple/swift/lib/Parse/ParseDecl.cpp 2179 warn V688 The 'SF' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/Parse/ParseDecl.cpp 4127 warn V547 Expression '!initContext' is always true.
/home/modocache/GitHub/apple/swift/lib/Parse/ParseDecl.cpp 4127 warn V560 A part of conditional expression is always true: !initContext.
/home/modocache/GitHub/apple/swift/lib/Parse/ParseDecl.cpp 4220 warn V547 Expression '!initContext' is always true.
/home/modocache/GitHub/apple/swift/lib/Parse/ParseDecl.cpp 4220 warn V560 A part of conditional expression is always true: !initContext.
/home/modocache/GitHub/apple/swift/lib/Parse/ParseDecl.cpp 4307 note V522 There might be dereferencing of a potential null pointer 'init'.
/home/modocache/GitHub/apple/swift/lib/Parse/ParseDecl.cpp 4311 note V522 There might be dereferencing of a potential null pointer 'init'.
/home/modocache/GitHub/apple/swift/lib/Parse/ParseDecl.cpp 5459 warn V571 Recurring check. The '!Tok.is(tok::l_brace)' condition was already verified in line 5458.
/home/modocache/GitHub/apple/swift/include/swift/Remote/Failure.h 291 note V634 The priority of the '*' operation is higher than that of the '>>' operation. It's possible that parentheses should be used in the expression.
/home/modocache/GitHub/apple/swift/include/swift/Remote/MetadataReader.h 781 note V688 The 'isaMask' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/RemoteAST/RemoteAST.cpp 174 note V690 The 'GenericRepr' class implements a copy constructor, but lacks the '=' operator. It is dangerous to use such a class.
/home/modocache/GitHub/apple/swift/lib/RemoteAST/RemoteAST.cpp 389 note V524 It is odd that the body of 'getOpaqueType' function is fully equivalent to the body of 'getUnnamedForeignClassType' function.
/home/modocache/GitHub/apple/swift/lib/RemoteAST/RemoteAST.cpp 61 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: SILOpts.
/home/modocache/GitHub/apple/swift/include/swift/SIL/SILBuilder.h 147 note V688 The 'BB' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/include/swift/SIL/SILBuilder.h 147 note V688 The 'InsertPt' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/include/swift/SIL/SILBuilder.h 171 note V688 The 'BB' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/include/swift/SIL/SILBuilder.h 219 note V688 The 'BB' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/include/swift/SIL/SILBuilder.h 221 note V688 The 'F' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/include/swift/SIL/SILBuilder.h 228 note V688 The 'BB' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/include/swift/SIL/SILBuilder.h 233 note V688 The 'BB' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/include/swift/SIL/SILBuilder.h 240 note V688 The 'BB' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/Parse/ParseSIL.cpp 234 note V688 The 'GenericEnv' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/Parse/ParseSIL.cpp 774 note V688 The 'GenericEnv' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/Parse/ParseSIL.cpp 846 note V688 The 'GenericEnv' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/Parse/ParseSIL.cpp 1236 note V688 The 'GenericEnv' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/Parse/ParseSIL.cpp 2231 err V501 There are identical sub-expressions 'P.parseToken(tok::comma, diag::expected_tok_in_sil_instr, ",")' to the left and to the right of the '||' operator.
/home/modocache/GitHub/apple/swift/lib/Parse/ParseSIL.cpp 2276 err V501 There are identical sub-expressions 'P.parseToken(tok::comma, diag::expected_tok_in_sil_instr, ",")' to the left and to the right of the '||' operator.
/home/modocache/GitHub/apple/swift/lib/Parse/ParseSIL.cpp 2905 err V501 There are identical sub-expressions 'P.parseToken(tok::comma, diag::expected_tok_in_sil_instr, ",")' to the left and to the right of the '||' operator.
/home/modocache/GitHub/apple/swift/lib/Parse/ParseSIL.cpp 1542 note V553 The length of 'parseSILInstruction' function's body is more than 2000 lines long. You should consider refactoring the code.
/home/modocache/GitHub/apple/swift/lib/Parse/ParseSIL.cpp 3790 warn V688 The 'GenericEnv' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/Parse/ParseSIL.cpp 3877 err V501 There are identical sub-expressions 'P.parseToken(tok::comma, diag::expected_tok_in_sil_instr, ",")' to the left and to the right of the '||' operator.
/home/modocache/GitHub/apple/swift/lib/Parse/ParseSIL.cpp 4207 note V688 The 'State' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/Parse/ParseSIL.cpp 4866 note V688 The 'State' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/Sema/Constraint.h 588 err V717 It is suspicious to cast object of base class 'ilist_half_node' to derived class 'Constraint'.
/home/modocache/GitHub/apple/swift/lib/Sema/CSApply.cpp 47 warn V547 Expression '!assocType' is always true.
/home/modocache/GitHub/apple/swift/lib/Sema/CSApply.cpp 459 warn V688 The 'dc' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/Sema/CSApply.cpp 677 note V688 The 'cs' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/Sema/CSApply.cpp 772 warn V688 The 'dc' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/Sema/CSApply.cpp 1300 warn V688 The 'dc' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/Sema/CSApply.cpp 282 note V553 The length of 'ExprRewriter' class's declaration is more than 2000 lines long. You should consider refactoring the code.
/home/modocache/GitHub/apple/swift/lib/Sema/CSApply.cpp 4226 warn V764 Possible incorrect order of arguments passed to 'shouldApplyAddingLabelFixit' function: 'toTuple' and 'fromTuple'.
/home/modocache/GitHub/apple/swift/lib/Sema/CSApply.cpp 4738 note V656 Variables 'fromTupleExprFields', 'fromTupleExpr' are initialized through the call to the same function. It's probably an error or un-optimized code. Check lines: 4737, 4738.
/home/modocache/GitHub/apple/swift/lib/Sema/ConstraintSystem.h 98 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Restriction.
/home/modocache/GitHub/apple/swift/lib/Sema/ConstraintSystem.h 100 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Restriction.
/home/modocache/GitHub/apple/swift/lib/Sema/ConstraintSystem.h 161 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: GraphIndex.
/home/modocache/GitHub/apple/swift/lib/Sema/CSRanking.cpp 264 warn V764 Possible incorrect order of arguments passed to 'isNominallySuperclassOf' function: 'type2' and 'type1'.
/home/modocache/GitHub/apple/swift/lib/Sema/CSRanking.cpp 505 warn V764 Possible incorrect order of arguments passed to 'isProtocolExtensionAsSpecializedAs' function: 'dc2' and 'dc1'.
/home/modocache/GitHub/apple/swift/lib/Sema/CSRanking.cpp 1266 note V688 The 'typeBindings' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/Sema/CSDiag.cpp 1420 warn V688 The 'closeness' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/Sema/CSDiag.cpp 1448 warn V688 The 'closeness' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/Sema/CSDiag.cpp 2838 note V688 The 'expr' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/Sema/CSDiag.cpp 4220 note V688 The 'TC' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/Sema/CSDiag.cpp 6215 warn V547 Expression '!memberConstraint' is always true.
/home/modocache/GitHub/apple/swift/lib/Sema/CSDiag.cpp 6387 err V595 The 'E->getArgument()' pointer was utilized before it was verified against nullptr. Check lines: 6387, 6392.
/home/modocache/GitHub/apple/swift/lib/Sema/CSDiag.cpp 6478 note V688 The 'expr' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/Sema/Constraint.cpp 29 warn V730 It is possible that not all members of a class are initialized inside the constructor. Consider inspecting: Restriction, FixData, TheFix, TheFunctionRefKind.
/home/modocache/GitHub/apple/swift/lib/Sema/Constraint.cpp 101 warn V730 It is possible that not all members of a class are initialized inside the constructor. Consider inspecting: Restriction, FixData, TheFix, TheFunctionRefKind.
/home/modocache/GitHub/apple/swift/lib/Sema/Constraint.cpp 112 warn V730 It is possible that not all members of a class are initialized inside the constructor. Consider inspecting: FixData, TheFix, TheFunctionRefKind.
/home/modocache/GitHub/apple/swift/lib/Sema/Constraint.cpp 126 warn V730 It is possible that not all members of a class are initialized inside the constructor. Consider inspecting: Restriction, TheFunctionRefKind.
/home/modocache/GitHub/apple/swift/lib/Sema/CSSolver.cpp 217 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
/home/modocache/GitHub/apple/swift/lib/Sema/CSSolver.cpp 295 note V522 There might be dereferencing of a potential null pointer 'getSavedBindings()'.
/home/modocache/GitHub/apple/swift/lib/Sema/CSSimplify.cpp 1040 warn V560 A part of conditional expression is always true: !done.
/home/modocache/GitHub/apple/swift/lib/PrintAsObjC/PrintAsObjC.cpp 921 note V688 The 'M' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/PrintAsObjC/PrintAsObjC.cpp 1708 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: bodyBuffer.
/home/modocache/GitHub/apple/swift/lib/Sema/ConstraintSystem.cpp 129 warn V547 Expression 'literalProtocol' is always false.
/home/modocache/GitHub/apple/swift/lib/Sema/ConstraintSystem.cpp 1536 err V523 The 'then' statement is equivalent to the 'else' statement.
/home/modocache/GitHub/apple/swift/lib/Sema/MiscDiagnostics.cpp 2080 note V688 The 'AccessContext' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/Sema/MiscDiagnostics.cpp 3997 note V688 The 'Context' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/Sema/MiscDiagnostics.cpp 4089 note V688 The 'Context' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/Sema/PlaygroundTransform.cpp 990 note V576 Incorrect format. Consider checking the fourth actual argument of the 'snprintf' function. The SIGNED integer type argument is expected.
/home/modocache/GitHub/apple/swift/lib/Sema/PlaygroundTransform.cpp 991 note V576 Incorrect format. Consider checking the fourth actual argument of the 'snprintf' function. The SIGNED integer type argument is expected.
/home/modocache/GitHub/apple/swift/lib/Sema/PlaygroundTransform.cpp 992 note V576 Incorrect format. Consider checking the fourth actual argument of the 'snprintf' function. The SIGNED integer type argument is expected.
/home/modocache/GitHub/apple/swift/lib/Sema/PlaygroundTransform.cpp 993 note V576 Incorrect format. Consider checking the fourth actual argument of the 'snprintf' function. The SIGNED integer type argument is expected.
/home/modocache/GitHub/apple/swift/lib/Sema/TypeCheckExprObjC.cpp 354 warn V560 A part of conditional expression is always false: !isInvalid.
/home/modocache/GitHub/apple/swift/lib/Sema/TypeCheckError.cpp 769 err V547 Expression 'srcIndex >= 0' is always true. Unsigned type value is always >= 0.
/home/modocache/GitHub/apple/swift/lib/Sema/TypeCheckError.cpp 1250 note V524 It is odd that the body of 'preserveCoverageFromTryOperand' function is fully equivalent to the body of 'preserveCoverageFromNonExhaustiveCatch' function.
/home/modocache/GitHub/apple/swift/lib/Sema/TypeCheckError.cpp 264 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: TheExpression.
/home/modocache/GitHub/apple/swift/lib/Sema/TypeCheckGeneric.cpp 277 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
/home/modocache/GitHub/apple/swift/lib/Sema/TypeCheckConstraints.cpp 1366 warn V556 The values of different enum types are compared. Types: SolutionKind, SolutionKind.
/home/modocache/GitHub/apple/swift/lib/Sema/TypeCheckConstraints.cpp 1371 warn V556 The values of different enum types are compared. Types: SolutionKind, SolutionKind.
/home/modocache/GitHub/apple/swift/lib/Sema/TypeCheckConstraints.cpp 1947 warn V581 The conditional expressions of the 'if' operators situated alongside each other are identical. Check lines: 1943, 1947.
/home/modocache/GitHub/apple/swift/lib/Sema/TypeCheckConstraints.cpp 1814 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Locator.
/home/modocache/GitHub/apple/swift/lib/Sema/TypeCheckConstraints.cpp 1975 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Locator.
/home/modocache/GitHub/apple/swift/include/swift/Basic/TopCollection.h 114 note V547 Expression '0 <= i' is always true. Unsigned type value is always >= 0.
/home/modocache/GitHub/apple/swift/lib/Sema/TypeCheckDecl.cpp 3453 note V553 The length of 'DeclChecker' class's declaration is more than 2000 lines long. You should consider refactoring the code.
/home/modocache/GitHub/apple/swift/lib/Sema/TypeCheckREPL.cpp 68 warn V690 The 'StmtBuilder' class implements a copy constructor, but lacks the '=' operator. It is dangerous to use such a class.
/home/modocache/GitHub/apple/swift/lib/Sema/TypeChecker.cpp 2020 warn V519 The 'InsertLoc' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 2017, 2020.
/home/modocache/GitHub/apple/swift/lib/Sema/TypeCheckProtocol.cpp 2143 warn V688 The 'DC' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/Sema/TypeCheckProtocol.cpp 2433 warn V688 The 'DC' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/Serialization/ModuleFile.cpp 177 err V547 Expression 'versionMajor < VERSION_MAJOR' is always false. Unsigned type value is never < 0.
/home/modocache/GitHub/apple/swift/lib/Serialization/ModuleFile.cpp 692 warn V556 The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }. Types: LibraryKind, LibraryKind.
/home/modocache/GitHub/apple/swift/lib/Serialization/ModuleFile.cpp 694 warn V556 The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }. Types: LibraryKind, LibraryKind.
/home/modocache/GitHub/apple/swift/lib/Serialization/ModuleFile.cpp 1292 note V688 The 'Decls' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/Serialization/Deserialization.cpp 1697 warn V556 The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }.
/home/modocache/GitHub/apple/swift/lib/Serialization/Deserialization.cpp 1699 warn V556 The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }.
/home/modocache/GitHub/apple/swift/lib/Serialization/Deserialization.cpp 1701 warn V556 The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }.
/home/modocache/GitHub/apple/swift/lib/Serialization/Deserialization.cpp 1735 warn V556 The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }.
/home/modocache/GitHub/apple/swift/lib/Serialization/Deserialization.cpp 1737 warn V556 The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }.
/home/modocache/GitHub/apple/swift/lib/Serialization/Deserialization.cpp 1739 warn V556 The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }.
/home/modocache/GitHub/apple/swift/lib/Serialization/Deserialization.cpp 1749 warn V556 The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }. Types: AddressorKind, AddressorKind.
/home/modocache/GitHub/apple/swift/lib/Serialization/Deserialization.cpp 1751 warn V556 The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }. Types: AddressorKind, AddressorKind.
/home/modocache/GitHub/apple/swift/lib/Serialization/Deserialization.cpp 1753 warn V556 The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }. Types: AddressorKind, AddressorKind.
/home/modocache/GitHub/apple/swift/lib/Serialization/Deserialization.cpp 1755 warn V556 The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }. Types: AddressorKind, AddressorKind.
/home/modocache/GitHub/apple/swift/lib/Serialization/Deserialization.cpp 1757 warn V556 The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }. Types: AddressorKind, AddressorKind.
/home/modocache/GitHub/apple/swift/lib/Serialization/Deserialization.cpp 2434 err V595 The 'bodyParams0' pointer was utilized before it was verified against nullptr. Check lines: 2434, 2437.
/home/modocache/GitHub/apple/swift/lib/Serialization/Deserialization.cpp 3280 err V595 The 'selfParams' pointer was utilized before it was verified against nullptr. Check lines: 3280, 3282.
/home/modocache/GitHub/apple/swift/lib/Serialization/Deserialization.cpp 3372 warn V556 The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }. Types: Ownership, Ownership.
/home/modocache/GitHub/apple/swift/lib/Serialization/Deserialization.cpp 3373 warn V556 The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }. Types: Ownership, Ownership.
/home/modocache/GitHub/apple/swift/lib/Serialization/Deserialization.cpp 3374 warn V556 The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }. Types: Ownership, Ownership.
/home/modocache/GitHub/apple/swift/lib/Serialization/Deserialization.cpp 3375 warn V556 The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }. Types: Ownership, Ownership.
/home/modocache/GitHub/apple/swift/lib/Serialization/Deserialization.cpp 3388 warn V556 The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }.
/home/modocache/GitHub/apple/swift/lib/Serialization/Deserialization.cpp 3389 warn V556 The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }.
/home/modocache/GitHub/apple/swift/lib/Serialization/Deserialization.cpp 3390 warn V556 The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }.
/home/modocache/GitHub/apple/swift/lib/Serialization/Deserialization.cpp 3391 warn V556 The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }.
/home/modocache/GitHub/apple/swift/lib/Serialization/Deserialization.cpp 3392 warn V556 The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }.
/home/modocache/GitHub/apple/swift/lib/Serialization/Deserialization.cpp 3393 warn V556 The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }.
/home/modocache/GitHub/apple/swift/lib/Serialization/Deserialization.cpp 3394 warn V556 The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }.
/home/modocache/GitHub/apple/swift/lib/Serialization/Deserialization.cpp 3395 warn V556 The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }.
/home/modocache/GitHub/apple/swift/lib/Serialization/Deserialization.cpp 3408 warn V556 The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }.
/home/modocache/GitHub/apple/swift/lib/Serialization/Deserialization.cpp 3409 warn V556 The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }.
/home/modocache/GitHub/apple/swift/lib/Serialization/Deserialization.cpp 3410 warn V556 The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }.
/home/modocache/GitHub/apple/swift/lib/Serialization/Deserialization.cpp 3411 warn V556 The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }.
/home/modocache/GitHub/apple/swift/lib/Serialization/Deserialization.cpp 3412 warn V556 The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }.
/home/modocache/GitHub/apple/swift/lib/Serialization/Serialization.cpp 364 note V688 The 'M' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/Serialization/Serialization.cpp 4133 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: ClassMembersByName, DeclTypeAbbrCodes.
/home/modocache/GitHub/apple/swift/lib/Serialization/Serialization.cpp 3712 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Map.
/home/modocache/GitHub/apple/swift/lib/Serialization/Serialization.cpp 3759 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: SourceOrder.
/home/modocache/GitHub/apple/swift/lib/Serialization/DeserializeSIL.cpp 752 note V601 The 'true' value is implicitly cast to the integer type.
/home/modocache/GitHub/apple/swift/include/swift/SILOptimizer/Analysis/AliasAnalysis.h 233 warn V556 The values of different enum types are compared: MemoryBehavior::None != B. Types: NoneType, MemoryBehavior.
/home/modocache/GitHub/apple/swift/include/swift/SILOptimizer/Analysis/DominanceAnalysis.h 27 warn V762 It is possible a virtual function was overridden incorrectly. See first argument of function 'verify' in derived class 'DominanceAnalysis' and base class 'FunctionAnalysisBase'.
/home/modocache/GitHub/apple/swift/include/swift/SILOptimizer/Analysis/DominanceAnalysis.h 55 warn V762 It is possible a virtual function was overridden incorrectly. See first argument of function 'verify' in derived class 'PostDominanceAnalysis' and base class 'FunctionAnalysisBase'.
/home/modocache/GitHub/apple/swift/include/swift/SILOptimizer/Utils/Local.h 370 note V688 The 'DestBB' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/Serialization/SerializeSIL.cpp 449 note V601 The bool type is implicitly cast to the class type. Inspect the first argument.
/home/modocache/GitHub/apple/swift/lib/Serialization/SerializeSIL.cpp 1583 note V601 The bool type is implicitly cast to the class type. Inspect the first argument.
/home/modocache/GitHub/apple/swift/include/swift/SILOptimizer/Analysis/SideEffectAnalysis.h 362 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: BCA.
/home/modocache/GitHub/apple/swift/include/swift/SIL/SILCloner.h 43 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: BBMap.
/home/modocache/GitHub/apple/swift/include/swift/SIL/SILCloner.h 50 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: BBMap.
/home/modocache/GitHub/apple/swift/lib/Serialization/SerializeSIL.cpp 225 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: FuncTable, VTableList, GlobalVarList, WitnessTableList, DefaultWitnessTableList, SILAbbrCodes.
/home/modocache/GitHub/apple/swift/include/swift/SIL/Projection.h 797 note V669 The 'Tree' argument is a non-constant reference. The analyzer is unable to determine the position at which this argument is being modified. It is possible that the function contains an error.
/home/modocache/GitHub/apple/swift/lib/SIL/SILBuilder.cpp 115 note V688 The 'BB' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SIL/SILCoverageMap.cpp 60 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: NumMappedRegions, NumExpressions, MappedRegions, Expressions.
/home/modocache/GitHub/apple/swift/lib/SIL/SILDefaultWitnessTable.cpp 68 warn V730 It is possible that not all members of a class are initialized inside the constructor. Consider inspecting: MinimumWitnessTableSizeInWords.
/home/modocache/GitHub/apple/swift/lib/SIL/SILDefaultWitnessTable.cpp 79 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: MinimumWitnessTableSizeInWords.
/home/modocache/GitHub/apple/llvm/include/llvm/Support/GraphWriter.h 69 note V688 The 'O' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SIL/SILFunction.cpp 497 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
/home/modocache/GitHub/apple/swift/lib/SIL/SILFunction.cpp 502 note V688 The 'Name' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SIL/SILFunctionType.cpp 1980 err V501 There are identical sub-expressions 'substLoweredInterfaceType->getExtInfo().getSILRepresentation()' to the left and to the right of the '==' operator.
/home/modocache/GitHub/apple/swift/lib/SIL/SILInstructions.cpp 796 note V688 The 'FieldNo' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SIL/SILInstructions.cpp 838 note V688 The 'FieldNo' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SIL/SILInstructions.cpp 511 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Global.
/home/modocache/GitHub/apple/swift/lib/SIL/SILPrinter.cpp 2083 note V688 The 'Options' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SIL/SILVerifier.cpp 576 note V688 The 'F' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SIL/SILVerifier.cpp 583 note V688 The 'F' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SIL/SILVerifier.cpp 588 note V688 The 'F' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SIL/SILVerifier.cpp 3301 note V688 The 'F' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SIL/SILVerifier.cpp 3345 note V688 The 'F' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SIL/SILVerifier.cpp 3394 note V688 The 'F' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SIL/SILVerifier.cpp 3431 note V688 The 'F' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SIL/SILVerifier.cpp 3471 note V688 The 'F' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SIL/SILVerifier.cpp 3492 note V688 The 'F' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SIL/SILVerifier.cpp 97 note V553 The length of 'SILVerifier' class's declaration is more than 2000 lines long. You should consider refactoring the code.
/home/modocache/GitHub/apple/swift/lib/SIL/SILVerifier.cpp 3759 warn V688 The 'defaultWitnessTables' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SILGen/ArgumentSource.h 299 note V659 Declarations of functions with 'asKnownExpr' name differ in the 'const' keyword only, but the bodies of these functions have different composition. This is suspicious and can possibly be an error. Check lines: 241, 299.
/home/modocache/GitHub/apple/swift/lib/SILGen/Cleanup.h 56 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: allocatedSize, state.
/home/modocache/GitHub/apple/swift/lib/SILGen/SILGenProfiling.h 49 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: CurrentFuncName, CurrentFuncLinkage.
/home/modocache/GitHub/apple/swift/lib/SILGen/LValue.h 127 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: AllocatedSize.
/home/modocache/GitHub/apple/swift/lib/SILGen/SILGen.cpp 534 note V688 The 'Profiler' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SILGen/SILGen.cpp 1197 note V688 The 'Profiler' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SILGen/SILGenApply.cpp 3593 err V547 Expression 'innerIndex >= 0' is always true. Unsigned type value is always >= 0.
/home/modocache/GitHub/apple/swift/lib/SILGen/SILGenApply.cpp 2607 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Index.
/home/modocache/GitHub/apple/swift/lib/SILGen/SILGenApply.cpp 3503 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: DestIndex.
/home/modocache/GitHub/apple/swift/lib/SILGen/SILGenApply.cpp 4538 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: AssumedPlusZeroSelf.
/home/modocache/GitHub/apple/swift/lib/SILGen/SILGenBuiltin.cpp 413 note V524 It is odd that the body of 'emitBuiltinCastFromUnknownObject' function is fully equivalent to the body of 'emitBuiltinCastFromNativeObject' function.
/home/modocache/GitHub/apple/swift/lib/SILGen/SILGenConvert.cpp 413 warn V688 The 'F' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SILGen/SILGenDynamicCast.cpp 70 warn V614 Potentially null smart pointer 'temporary' used.
/home/modocache/GitHub/apple/swift/lib/SILGen/SILGenDynamicCast.cpp 125 note V656 Variables 'falseBB', 'trueBB' are initialized through the call to the same function. It's probably an error or un-optimized code. Consider inspecting the 'SGF.B.splitBlockForFallthrough()' expression. Check lines: 124, 125.
/home/modocache/GitHub/apple/swift/lib/SILGen/SILGenDecl.cpp 325 note V688 The 'SGF' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SILGen/SILGenDecl.cpp 1061 note V688 The 'FailDest' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SILGen/SILGenDecl.cpp 1100 note V601 The 'true' value is implicitly cast to the integer type. Inspect the third argument.
/home/modocache/GitHub/apple/swift/lib/SILGen/SILGenDecl.cpp 1749 err V595 The 'conformance' pointer was utilized before it was verified against nullptr. Check lines: 1749, 1775.
/home/modocache/GitHub/apple/swift/lib/SILGen/SILGenExpr.cpp 886 warn V614 Potentially null smart pointer 'optTemp' used.
/home/modocache/GitHub/apple/swift/lib/SILGen/SILGenExpr.cpp 2998 warn V614 Potentially null smart pointer 'optTemp' used.
/home/modocache/GitHub/apple/swift/lib/SILGen/SILGenFunction.cpp 36 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: MagicFunctionString.
/home/modocache/GitHub/apple/swift/lib/SILGen/SILGenPattern.cpp 1187 note V656 Variables 'falseBB', 'trueBB' are initialized through the call to the same function. It's probably an error or un-optimized code. Consider inspecting the 'SGF.B.splitBlockForFallthrough()' expression. Check lines: 1186, 1187.
/home/modocache/GitHub/apple/swift/lib/SILGen/SILGenPattern.cpp 396 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: SharedCases.
/home/modocache/GitHub/apple/swift/lib/SILGen/SILGenProfiling.cpp 83 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
/home/modocache/GitHub/apple/swift/lib/SILGen/SILGenProfiling.cpp 161 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: LHS, RHS.
/home/modocache/GitHub/apple/swift/lib/SILGen/SILGenProfiling.cpp 165 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: LHS, RHS.
/home/modocache/GitHub/apple/swift/lib/SILGen/SILGenProfiling.cpp 169 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: RHS.
/home/modocache/GitHub/apple/swift/lib/SILGen/SILGenProfiling.cpp 467 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: ExitCounter.
/home/modocache/GitHub/apple/swift/lib/SILGen/SILGenType.cpp 120 note V688 The 'F' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/ARC/ARCBBState.h 165 note V688 The 'BB' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/ARC/ARCBBState.h 42 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: IsTrapBB.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/ARC/ARCBBState.h 43 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: IsTrapBB.
/home/modocache/GitHub/apple/swift/include/swift/SILOptimizer/Analysis/LoopRegionAnalysis.h 617 note V688 The 'ID' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/include/swift/SILOptimizer/Analysis/LoopRegionAnalysis.h 792 note V688 The 'ID' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/include/swift/SILOptimizer/PassManager/Transforms.h 107 note V688 The 'F' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/include/swift/SILOptimizer/Analysis/LoopRegionAnalysis.h 1068 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: SLA, POA.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/ARC/RCStateTransition.def 62 err V590 Consider inspecting this expression. The expression is excessive or contains a misprint.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/ARC/RCStateTransitionVisitors.h 72 note V690 The 'RCStateTransitionDataflowResult' class implements a copy constructor, but lacks the '=' operator. It is dangerous to use such a class.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/ARC/RefCountState.cpp 33 warn V556 The values of different enum types are compared: L1 == LatticeState::None. Types: LatticeState, NoneType.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/ARC/RefCountState.cpp 33 warn V556 The values of different enum types are compared: L2 == LatticeState::None. Types: LatticeState, NoneType.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/ARC/RefCountState.cpp 59 warn V556 The values of different enum types are compared: L1 == LatticeState::None. Types: LatticeState, NoneType.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/ARC/RefCountState.cpp 59 warn V556 The values of different enum types are compared: L2 == LatticeState::None. Types: LatticeState, NoneType.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/ARC/RefCountState.cpp 902 warn V556 The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }. Types: LatticeState, NoneType.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/ARC/RefCountState.cpp 917 warn V556 The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }. Types: LatticeState, NoneType.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/ARC/RefCountState.cpp 176 note V524 It is odd that the body of 'valueCanBeUsedGivenLatticeState' function is fully equivalent to the body of 'isRefCountStateModified' function.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/ARC/RefCountState.cpp 584 note V524 It is odd that the body of 'valueCanBeDecrementedGivenLatticeState' function is fully equivalent to the body of 'isRefCountStateModified' function.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Analysis/ARCAnalysis.cpp 1120 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Analysis/FunctionOrder.cpp 77 note V688 The 'M' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Analysis/EscapeAnalysis.cpp 1152 note V688 The 'M' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Analysis/LoopRegionAnalysis.cpp 231 note V688 The 'F' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Analysis/LoopRegionAnalysis.cpp 857 err V539 Consider inspecting iterators which are being passed as arguments to function 'sort'.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Analysis/MemoryBehavior.cpp 268 warn V556 The values of different enum types are compared: Behavior > MemBehavior::None. Types: MemoryBehavior, NoneType.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Analysis/SideEffectAnalysis.cpp 409 warn V556 The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }. Types: MemoryBehavior, NoneType.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/SILCombiner/SILCombine.cpp 54 note V688 The 'Worklist' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/SILCombiner/SILCombine.cpp 115 warn V688 The 'Iteration' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/SILCombiner/SILCombinerMiscVisitors.cpp 371 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/SILCombiner/SILCombinerMiscVisitors.cpp 377 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/SILCombiner/SILCombinerMiscVisitors.cpp 761 note V601 The 'false' value is implicitly cast to the integer type. Inspect the third argument.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/SILCombiner/SILCombinerMiscVisitors.cpp 851 warn V688 The 'Worklist' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Utils/CFG.cpp 244 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Utils/CFG.cpp 255 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Utils/CFG.cpp 266 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Utils/CFG.cpp 401 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Utils/CFG.cpp 412 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Utils/CFG.cpp 423 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
/home/modocache/GitHub/apple/swift/include/swift/SIL/TypeSubstCloner.h 152 note V688 The 'Builder' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/include/swift/SIL/TypeSubstCloner.h 186 note V688 The 'Builder' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Utils/CheckedCastBrJumpThreading.cpp 162 note V688 The 'DT' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Utils/CheckedCastBrJumpThreading.cpp 309 note V688 The 'ArgBB' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/include/swift/SILOptimizer/Utils/SILInliner.h 48 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: CalleeFunction.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Utils/CheckedCastBrJumpThreading.cpp 109 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: BB, ArgBB.
/home/modocache/GitHub/apple/swift/include/swift/SILOptimizer/Utils/FunctionSignatureOptUtils.h 152 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: OwnedToGuaranteed.
/home/modocache/GitHub/apple/swift/include/swift/SILOptimizer/Utils/GenericCloner.h 41 warn V730 It is possible that not all members of a class are initialized inside the constructor. Consider inspecting: Fragile.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Utils/Local.cpp 580 note V656 Variables 'NoneBB', 'SomeBB' are initialized through the call to the same function. It's probably an error or un-optimized code. Consider inspecting the 'B->getFunction().createBasicBlock()' expression. Check lines: 579, 580.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Utils/Local.cpp 1349 warn V547 Expression '!assocType' is always true.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Utils/Local.cpp 1523 note V522 There might be dereferencing of a potential null pointer 'DepTypeSubst'.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Utils/Local.cpp 1803 warn V581 The conditional expressions of the 'if' operators situated alongside each other are identical. Check lines: 1790, 1803.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Utils/Local.cpp 1852 warn V764 Possible incorrect order of arguments passed to 'getCastFromObjC' function: 'target' and 'source'.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Utils/Local.cpp 1965 note V519 The 'BridgedI' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 1960, 1965.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Utils/SILInliner.cpp 32 warn V688 The 'CalleeFunction' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Utils/SILSSAUpdater.cpp 279 note V688 The 'Idx' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Utils/SILSSAUpdater.cpp 279 note V688 The 'BB' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/LoopTransforms/ArrayBoundsCheckOpts.cpp 306 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/LoopTransforms/ArrayBoundsCheckOpts.cpp 719 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: HeaderVal, Inc.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/LoopTransforms/COWArrayOpt.cpp 2351 warn V581 The conditional expressions of the 'if' operators situated alongside each other are identical. Check lines: 2333, 2351.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Mandatory/DIMemoryUseCollector.h 263 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Kind, FirstElement, NumElements.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Mandatory/DIMemoryUseCollector.cpp 414 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: IsSelfOfNonDelegatingInitializer.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp 1449 warn V560 A part of conditional expression is always false: !hasUnknownUses.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Mandatory/DiagnoseUnreachable.cpp 516 warn V547 Expression '!NoReturnCall' is always true.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Mandatory/DiagnoseUnreachable.cpp 473 note V519 The 'NoReturnCall' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 466, 473.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Transforms/ARCCodeMotion.cpp 192 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Transforms/AllocBoxToStack.cpp 241 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Transforms/CopyForwarding.cpp 1000 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Transforms/CSE.cpp 526 warn V506 Pointer to local variable 'AVTable' is stored outside the scope of this variable. Such a pointer will become invalid.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Transforms/CSE.cpp 778 warn V678 An object is used as an argument to its own method. Consider checking the first actual argument of the 'isIdenticalTo' function.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Transforms/CSE.cpp 448 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: AvailableValues.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Transforms/DeadStoreElimination.cpp 466 note V688 The 'LocationNum' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Transforms/FunctionSignatureOpts.cpp 713 note V688 The 'F' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Transforms/FunctionSignatureOpts.cpp 728 note V688 The 'F' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Transforms/FunctionSignatureOpts.cpp 759 note V688 The 'F' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Transforms/RedundantLoadElimination.cpp 1095 note V688 The 'PO' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Transforms/RedundantLoadElimination.cpp 760 warn V524 It is odd that the body of 'updateMaxAvailSetForRead' function is fully equivalent to the body of 'updateMaxAvailSetForWrite' function.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Transforms/RedundantOverflowCheckRemoval.cpp 37 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: DT.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Transforms/RemovePin.cpp 68 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: AA, RCIA.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Transforms/SILCodeMotion.cpp 967 warn V524 It is odd that the body of 'end' function is fully equivalent to the body of 'begin' function.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Transforms/SILMem2Reg.cpp 425 note V688 The 'DSI' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Transforms/SimplifyCFG.cpp 572 note V688 The 'Fn' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Transforms/SimplifyCFG.cpp 573 note V688 The 'DT' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Transforms/SimplifyCFG.cpp 2948 warn V547 Expression '!SEI' is always false.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/Transforms/Sink.cpp 97 warn V547 Expression '!Dest' is always false.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/IPO/CapturePromotion.cpp 72 warn V690 The 'ReachingBlockSet' class implements the '=' operator, but lacks a copy constructor. It is dangerous to use such a class.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/IPO/CapturePromotion.cpp 212 note V688 The 'Orig' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/tools/driver/api_notes.cpp 84 note V601 The 'true' value is implicitly cast to the integer type.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/IPO/ClosureSpecializer.cpp 611 note V688 The 'Builder' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/IPO/ClosureSpecializer.cpp 812 warn V547 Expression 'CInfo' is always true.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/IPO/GlobalOpt.cpp 894 note V688 The 'ColdBlocks' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/IPO/GlobalOpt.cpp 80 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: GlobalInitCallMap, GlobalLoadMap, GlobalVarStore.
/home/modocache/GitHub/apple/swift/lib/SILOptimizer/IPO/LetPropertiesOpts.cpp 70 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: AccessMap, InitMap, NominalTypeLetProperties.
/home/modocache/GitHub/apple/llvm/include/llvm/Support/ELF.h 397 err V629 Consider inspecting the '((1 << Val) >> 2) << 2' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
/home/modocache/GitHub/apple/swift/tools/driver/autolink_extract_main.cpp 81 note V601 The 'true' value is implicitly cast to the integer type.
/home/modocache/GitHub/apple/llvm/include/llvm/Object/ELFObjectFile.h 317 note V524 It is odd that the body of 'getSection' function is fully equivalent to the body of 'toELFShdrIter' function.
/home/modocache/GitHub/apple/llvm/include/llvm/Object/COFF.h 882 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: ImportTable, Index.
/home/modocache/GitHub/apple/llvm/include/llvm/Object/COFF.h 913 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Table, Index.
/home/modocache/GitHub/apple/llvm/include/llvm/Object/COFF.h 939 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: ExportTable, Index.
/home/modocache/GitHub/apple/llvm/include/llvm/Object/COFF.h 964 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Entry32, Entry64, Index.
/home/modocache/GitHub/apple/llvm/include/llvm/Object/COFF.h 989 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Header, Index.
/home/modocache/GitHub/apple/llvm/include/llvm/Object/ELFObjectFile.h 752 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: isDyldELFObject.
/home/modocache/GitHub/apple/llvm/include/llvm/Support/Error.h 660 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: HasError, Checked.
/home/modocache/GitHub/apple/swift/tools/driver/swift_format_main.cpp 146 note V601 The 'true' value is implicitly cast to the integer type.
/home/modocache/GitHub/apple/swift/tools/driver/modulewrap_main.cpp 82 note V601 The 'true' value is implicitly cast to the integer type.
/home/modocache/GitHub/apple/swift/stdlib/public/runtime/Private.h 100 note V524 It is odd that the body of '_swift_getClassOfAllocatedFromPointer' function is fully equivalent to the body of '_swift_getClassOfAllocated' function.
/home/modocache/GitHub/apple/swift/tools/swift-ide-test/ModuleAPIDiff.cpp 776 note V688 The 'Result' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/llvm/include/llvm/Support/YAMLTraits.h 1205 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: value.
/home/modocache/GitHub/apple/llvm/include/llvm/Support/YAMLTraits.h 1206 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: value.
/home/modocache/GitHub/apple/llvm/include/llvm/Support/YAMLTraits.h 1207 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: value.
/home/modocache/GitHub/apple/llvm/include/llvm/Support/YAMLTraits.h 1208 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: value.
/home/modocache/GitHub/apple/swift/stdlib/public/runtime/ExistentialMetadataImpl.h 186 note V601 The 'false' value is implicitly cast to the integer type.
/home/modocache/GitHub/apple/swift/stdlib/public/runtime/ExistentialMetadataImpl.h 325 note V601 The 'false' value is implicitly cast to the integer type.
/home/modocache/GitHub/apple/swift/stdlib/public/runtime/ExistentialMetadataImpl.h 326 note V601 The 'true' value is implicitly cast to the integer type.
/home/modocache/GitHub/apple/swift/stdlib/public/runtime/ExistentialMetadataImpl.h 447 note V601 The 'true' value is implicitly cast to the integer type.
/home/modocache/GitHub/apple/swift/stdlib/public/runtime/ExistentialMetadataImpl.h 448 note V601 The 'true' value is implicitly cast to the integer type.
/home/modocache/GitHub/apple/swift/stdlib/public/runtime/Casting.cpp 680 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
/home/modocache/GitHub/apple/swift/stdlib/public/runtime/Casting.cpp 1866 warn V547 Expression is always false.
/home/modocache/GitHub/apple/swift/stdlib/public/runtime/Casting.cpp 2033 warn V547 Expression is always false.
/home/modocache/GitHub/apple/swift/stdlib/public/runtime/MetadataImpl.h 223 note V524 It is odd that the body of 'initializeArrayWithTakeBackToFront' function is fully equivalent to the body of 'initializeArrayWithTakeFrontToBack' function.
/home/modocache/GitHub/apple/swift/include/swift/Reflection/TypeRef.h 678 err V547 Expression is always false. Probably the '||' operator should be used here.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/APINotes/Types.h 454 err V629 Consider inspecting the expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/Rewrite/Core/RewriteRope.h 165 note V690 The 'RewriteRope' class implements a copy constructor, but lacks the '=' operator. It is dangerous to use such a class.
/home/modocache/GitHub/apple/swift/tools/swift-ide-test/swift-ide-test.cpp 860 err V522 Dereferencing of the null pointer 'SF' might take place.
/home/modocache/GitHub/apple/swift/tools/swift-ide-test/swift-ide-test.cpp 1195 note V688 The 'OS' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/tools/swift-ide-test/swift-ide-test.cpp 2162 note V688 The 'OS' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/tools/swift-ide-test/swift-ide-test.cpp 2417 err V522 Dereferencing of the null pointer 'SF' might take place.
/home/modocache/GitHub/apple/swift/tools/swift-ide-test/swift-ide-test.cpp 2418 err V522 Dereferencing of the null pointer 'SF' might take place.
/home/modocache/GitHub/apple/swift/tools/swift-ide-test/swift-ide-test.cpp 2613 err V522 Dereferencing of the null pointer 'SF' might take place.
/home/modocache/GitHub/apple/llvm/tools/clang/include/clang/APINotes/Types.h 84 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: UnavailableMsg, SwiftName.
/home/modocache/GitHub/apple/swift/stdlib/public/runtime/MutexPThread.cpp 143 warn V524 It is odd that the body of 'writeUnlock' function is fully equivalent to the body of 'readUnlock' function.
/home/modocache/GitHub/apple/swift/stdlib/public/runtime/MetadataLookup.cpp 270 warn V547 Expression '!foundMetadata' is always true.
/home/modocache/GitHub/apple/swift/stdlib/public/stubs/CommandLine.cpp 79 err V595 The 'arg' pointer was utilized before it was verified against nullptr. Check lines: 79, 81.
/home/modocache/GitHub/apple/swift/stdlib/public/runtime/Reflection.mm 395 err V576 Incorrect format. Consider checking the fourth actual argument of the 'snprintf' function. The size_t type argument is expected.
/home/modocache/GitHub/apple/swift/stdlib/public/runtime/Reflection.mm 746 warn V614 Potentially uninitialized variable 'fieldOffset' used.
/home/modocache/GitHub/apple/swift/stdlib/public/runtime/ProtocolConformance.cpp 703 warn V547 Expression 'foundMetadata != nullptr' is always false.
/home/modocache/GitHub/apple/llvm/include/llvm/Analysis/BasicAliasAnalysis.h 39 warn V690 The 'BasicAAResult' class implements a copy constructor, but lacks the '=' operator. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/include/llvm/Analysis/ScalarEvolution.h 615 note V522 There might be dereferencing of a potential null pointer 'getPred()'.
/home/modocache/GitHub/apple/llvm/include/llvm/Analysis/ScalarEvolution.h 1747 warn V690 The 'PredicatedScalarEvolution' class implements a copy constructor, but lacks the '=' operator. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/include/llvm/Analysis/LazyCallGraph.h 245 note V688 The 'F' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/llvm/include/llvm/Analysis/LazyCallGraph.h 105 note V690 The 'LazyCallGraph' class implements the '=' operator, but lacks a copy constructor. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/include/llvm/Transforms/Scalar/GVN.h 66 warn V690 The 'ValueTable' class implements a copy constructor, but lacks the '=' operator. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/include/llvm/Analysis/LazyCallGraph.h 328 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: E.
/home/modocache/GitHub/apple/llvm/include/llvm/Analysis/LazyCallGraph.h 290 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: E.
/home/modocache/GitHub/apple/swift/include/swift/Reflection/ReflectionContext.h 331 note V688 The 'Builder' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/include/swift/Reflection/ReflectionContext.h 434 note V688 The 'Builder' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/include/swift/Reflection/ReflectionContext.h 471 note V688 The 'Builder' function argument possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/gtest-death-test.h 179 note V690 The '=' operator is declared as private in the 'ExitedWithCode' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util.h 183 note V690 The '=' operator is declared as private in the 'RangeGenerator' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util.h 285 warn V690 Copy constructor is declared as private in the 'Iterator' class, but the default '=' operator will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util.h 268 note V690 The '=' operator is declared as private in the 'ValuesInIteratorRangeGenerator' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 77 note V690 The '=' operator is declared as private in the 'ValueArray1' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 108 note V690 The '=' operator is declared as private in the 'ValueArray3' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 128 note V690 The '=' operator is declared as private in the 'ValueArray4' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 150 note V690 The '=' operator is declared as private in the 'ValueArray5' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 174 note V690 The '=' operator is declared as private in the 'ValueArray6' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 199 note V690 The '=' operator is declared as private in the 'ValueArray7' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 225 note V690 The '=' operator is declared as private in the 'ValueArray8' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 253 note V690 The '=' operator is declared as private in the 'ValueArray9' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 282 note V690 The '=' operator is declared as private in the 'ValueArray10' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 313 note V690 The '=' operator is declared as private in the 'ValueArray11' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 345 note V690 The '=' operator is declared as private in the 'ValueArray12' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 379 note V690 The '=' operator is declared as private in the 'ValueArray13' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 415 note V690 The '=' operator is declared as private in the 'ValueArray14' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 452 note V690 The '=' operator is declared as private in the 'ValueArray15' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 491 note V690 The '=' operator is declared as private in the 'ValueArray16' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 532 note V690 The '=' operator is declared as private in the 'ValueArray17' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 574 note V690 The '=' operator is declared as private in the 'ValueArray18' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 617 note V690 The '=' operator is declared as private in the 'ValueArray19' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 661 note V690 The '=' operator is declared as private in the 'ValueArray20' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 708 note V690 The '=' operator is declared as private in the 'ValueArray21' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 756 note V690 The '=' operator is declared as private in the 'ValueArray22' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 805 note V690 The '=' operator is declared as private in the 'ValueArray23' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 857 note V690 The '=' operator is declared as private in the 'ValueArray24' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 910 note V690 The '=' operator is declared as private in the 'ValueArray25' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 965 note V690 The '=' operator is declared as private in the 'ValueArray26' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 1021 note V690 The '=' operator is declared as private in the 'ValueArray27' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 1079 note V690 The '=' operator is declared as private in the 'ValueArray28' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 1138 note V690 The '=' operator is declared as private in the 'ValueArray29' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 1198 note V690 The '=' operator is declared as private in the 'ValueArray30' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 1261 note V690 The '=' operator is declared as private in the 'ValueArray31' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 1325 note V690 The '=' operator is declared as private in the 'ValueArray32' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 1390 note V690 The '=' operator is declared as private in the 'ValueArray33' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 1457 note V690 The '=' operator is declared as private in the 'ValueArray34' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 1525 note V690 The '=' operator is declared as private in the 'ValueArray35' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 1596 note V690 The '=' operator is declared as private in the 'ValueArray36' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 1668 note V690 The '=' operator is declared as private in the 'ValueArray37' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 1742 note V690 The '=' operator is declared as private in the 'ValueArray38' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 1817 note V690 The '=' operator is declared as private in the 'ValueArray39' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 1893 note V690 The '=' operator is declared as private in the 'ValueArray40' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 1972 note V690 The '=' operator is declared as private in the 'ValueArray41' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 2052 note V690 The '=' operator is declared as private in the 'ValueArray42' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 2133 note V690 The '=' operator is declared as private in the 'ValueArray43' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 2215 note V690 The '=' operator is declared as private in the 'ValueArray44' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 2299 note V690 The '=' operator is declared as private in the 'ValueArray45' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 2385 note V690 The '=' operator is declared as private in the 'ValueArray46' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 2472 note V690 The '=' operator is declared as private in the 'ValueArray47' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 2562 note V690 The '=' operator is declared as private in the 'ValueArray48' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 2653 note V690 The '=' operator is declared as private in the 'ValueArray49' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 2745 note V690 The '=' operator is declared as private in the 'ValueArray50' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 2835 note V690 The '=' operator is declared as private in the 'CartesianProductGenerator2' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 2950 note V690 The '=' operator is declared as private in the 'CartesianProductGenerator3' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 3082 note V690 The '=' operator is declared as private in the 'CartesianProductGenerator4' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 3233 note V690 The '=' operator is declared as private in the 'CartesianProductGenerator5' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 3401 note V690 The '=' operator is declared as private in the 'CartesianProductGenerator6' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 3587 note V690 The '=' operator is declared as private in the 'CartesianProductGenerator7' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 3790 note V690 The '=' operator is declared as private in the 'CartesianProductGenerator8' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 4012 note V690 The '=' operator is declared as private in the 'CartesianProductGenerator9' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 4251 note V690 The '=' operator is declared as private in the 'CartesianProductGenerator10' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 4512 note V690 The '=' operator is declared as private in the 'CartesianProductHolder2' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 4533 note V690 The '=' operator is declared as private in the 'CartesianProductHolder3' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 4558 note V690 The '=' operator is declared as private in the 'CartesianProductHolder4' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 4585 note V690 The '=' operator is declared as private in the 'CartesianProductHolder5' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 4614 note V690 The '=' operator is declared as private in the 'CartesianProductHolder6' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 4647 note V690 The '=' operator is declared as private in the 'CartesianProductHolder7' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 4684 note V690 The '=' operator is declared as private in the 'CartesianProductHolder8' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 4724 note V690 The '=' operator is declared as private in the 'CartesianProductHolder9' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h 4768 note V690 The '=' operator is declared as private in the 'CartesianProductHolder10' class, but the default copy constructor will still be generated by compiler. It is dangerous to use such a class.
/home/modocache/GitHub/apple/llvm/utils/unittest/googletest/include/gtest/internal/gtest-linked_ptr.h 147 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: link_.
/home/modocache/GitHub/apple/swift/unittests/AST/VersionRangeLattice.cpp 35 note V656 Variables 'AMeetB', 'BMeetA' are initialized through the call to the same function. It's probably an error or un-optimized code. Consider inspecting the 'intersectRanges(A, B)' expression. Check lines: 34, 35.
/home/modocache/GitHub/apple/swift/unittests/AST/VersionRangeLattice.cpp 42 note V656 Variables 'AJoinB', 'BJoinA' are initialized through the call to the same function. It's probably an error or un-optimized code. Consider inspecting the 'unionRanges(A, B)' expression. Check lines: 41, 42.
/home/modocache/GitHub/apple/swift/unittests/Basic/ClusteredBitVectorTest.cpp 73 warn V519 The 'vec' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 72, 73.
/home/modocache/GitHub/apple/swift/unittests/Basic/ClusteredBitVectorTest.cpp 98 note V525 The code containing the collection of similar blocks. Check items 'appendSetBits', 'appendClearBits', 'appendSetBits' in lines 98, 99, 100.
/home/modocache/GitHub/apple/swift/unittests/Basic/BlotMapVectorTest.cpp 515 err V570 The 'copyMap' variable is assigned to itself.
/home/modocache/GitHub/apple/swift/unittests/AST/TestContext.h 32 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: SearchPathOpts, SourceMgr.
/home/modocache/GitHub/apple/swift/unittests/Basic/ImmutablePointerSetTests.cpp 12 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (unsigned *) 3
/home/modocache/GitHub/apple/swift/unittests/Basic/ImmutablePointerSetTests.cpp 17 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (unsigned *) 2
/home/modocache/GitHub/apple/swift/unittests/Basic/ImmutablePointerSetTests.cpp 35 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (unsigned *) 2
/home/modocache/GitHub/apple/swift/unittests/Basic/ImmutablePointerSetTests.cpp 36 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (unsigned *) 3
/home/modocache/GitHub/apple/swift/unittests/Basic/ImmutablePointerSetTests.cpp 47 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (unsigned *) 3
/home/modocache/GitHub/apple/swift/unittests/Basic/ImmutablePointerSetTests.cpp 48 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (unsigned *) 4
/home/modocache/GitHub/apple/swift/unittests/Basic/ImmutablePointerSetTests.cpp 49 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (unsigned *) 3
/home/modocache/GitHub/apple/swift/unittests/Basic/ImmutablePointerSetTests.cpp 50 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (unsigned *) 5
/home/modocache/GitHub/apple/swift/unittests/Basic/ImmutablePointerSetTests.cpp 51 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (unsigned *) 6
/home/modocache/GitHub/apple/swift/unittests/Basic/ImmutablePointerSetTests.cpp 47 note V525 The code containing the collection of similar blocks. Check items '3', '4', '3', '5', '6' in lines 47, 48, 49, 50, 51.
/home/modocache/GitHub/apple/swift/unittests/Basic/ImmutablePointerSetTests.cpp 103 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (unsigned *) 3
/home/modocache/GitHub/apple/swift/unittests/Basic/ImmutablePointerSetTests.cpp 104 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (unsigned *) 4
/home/modocache/GitHub/apple/swift/unittests/Basic/ImmutablePointerSetTests.cpp 105 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (unsigned *) 3
/home/modocache/GitHub/apple/swift/unittests/Basic/ImmutablePointerSetTests.cpp 106 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (unsigned *) 5
/home/modocache/GitHub/apple/swift/unittests/Basic/ImmutablePointerSetTests.cpp 107 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (unsigned *) 6
/home/modocache/GitHub/apple/swift/unittests/Basic/ImmutablePointerSetTests.cpp 103 note V525 The code containing the collection of similar blocks. Check items '3', '4', '3', '5', '6' in lines 103, 104, 105, 106, 107.
/home/modocache/GitHub/apple/swift/unittests/Basic/PointerIntEnumTest.cpp 223 note V537 Consider reviewing the correctness of 'data1' item's usage.
/home/modocache/GitHub/apple/swift/include/swift/Basic/PrefixMap.h 117 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: Key.
/home/modocache/GitHub/apple/swift/unittests/Basic/SourceManager.cpp 40 note V525 The code containing the collection of similar blocks. Check items '0', '1', '2', '2' in lines 40, 41, 42, 44.
/home/modocache/GitHub/apple/swift/unittests/Basic/SourceManager.cpp 69 note V525 The code containing the collection of similar blocks. Check items '0', '1', '2', '3', '2' in lines 69, 70, 71, 72, 74.
/home/modocache/GitHub/apple/swift/include/swift/Basic/SuccessorMap.h 80 err V591 Non-void function should return a value.
/home/modocache/GitHub/apple/swift/include/swift/Basic/SuccessorMap.h 87 err V591 Non-void function should return a value.
/home/modocache/GitHub/apple/swift/unittests/Basic/SuccessorMapTest.cpp 17 note V522 There might be dereferencing of a potential null pointer 'map.findLeastUpperBound(5)'.
/home/modocache/GitHub/apple/swift/unittests/Basic/SuccessorMapTest.cpp 23 note V522 There might be dereferencing of a potential null pointer 'map.findLeastUpperBound(5)'.
/home/modocache/GitHub/apple/swift/unittests/Basic/SuccessorMapTest.cpp 28 note V522 There might be dereferencing of a potential null pointer 'map.findLeastUpperBound(0)'.
/home/modocache/GitHub/apple/swift/unittests/Basic/SuccessorMapTest.cpp 33 note V522 There might be dereferencing of a potential null pointer 'map.findLeastUpperBound(0)'.
/home/modocache/GitHub/apple/swift/unittests/Basic/SuccessorMapTest.cpp 34 note V522 There might be dereferencing of a potential null pointer 'map.findLeastUpperBound(2)'.
/home/modocache/GitHub/apple/swift/unittests/Basic/SuccessorMapTest.cpp 39 note V522 There might be dereferencing of a potential null pointer 'map.findLeastUpperBound(0)'.
/home/modocache/GitHub/apple/swift/unittests/Basic/SuccessorMapTest.cpp 40 note V522 There might be dereferencing of a potential null pointer 'map.findLeastUpperBound(2)'.
/home/modocache/GitHub/apple/swift/unittests/Basic/SuccessorMapTest.cpp 41 note V522 There might be dereferencing of a potential null pointer 'map.findLeastUpperBound(4)'.
/home/modocache/GitHub/apple/swift/unittests/Basic/SuccessorMapTest.cpp 56 note V522 There might be dereferencing of a potential null pointer 'map.findLeastUpperBound(600000)'.
/home/modocache/GitHub/apple/swift/unittests/Basic/SuccessorMapTest.cpp 57 note V522 There might be dereferencing of a potential null pointer 'map.findLeastUpperBound(300000)'.
/home/modocache/GitHub/apple/swift/unittests/Basic/SuccessorMapTest.cpp 76 note V522 There might be dereferencing of a potential null pointer 'map.findLeastUpperBound(859432)'.
/home/modocache/GitHub/apple/swift/tools/swift-api-digester/swift-api-digester.cpp 587 err V689 The 'SDKNode' class does not contain a virtual destructor. It is possible that a smart pointer will not destroy an object correctly.
/home/modocache/GitHub/apple/swift/tools/swift-api-digester/DigesterEnums.def 21 note V572 It is odd that the object which was created using 'new' operator is immediately cast to another type.
/home/modocache/GitHub/apple/swift/tools/swift-api-digester/DigesterEnums.def 22 note V572 It is odd that the object which was created using 'new' operator is immediately cast to another type.
/home/modocache/GitHub/apple/swift/tools/swift-api-digester/DigesterEnums.def 23 note V572 It is odd that the object which was created using 'new' operator is immediately cast to another type.
/home/modocache/GitHub/apple/swift/tools/swift-api-digester/DigesterEnums.def 24 note V572 It is odd that the object which was created using 'new' operator is immediately cast to another type.
/home/modocache/GitHub/apple/swift/tools/swift-api-digester/DigesterEnums.def 25 note V572 It is odd that the object which was created using 'new' operator is immediately cast to another type.
/home/modocache/GitHub/apple/swift/tools/swift-api-digester/DigesterEnums.def 26 note V572 It is odd that the object which was created using 'new' operator is immediately cast to another type.
/home/modocache/GitHub/apple/swift/tools/swift-api-digester/DigesterEnums.def 27 note V572 It is odd that the object which was created using 'new' operator is immediately cast to another type.
/home/modocache/GitHub/apple/swift/tools/swift-api-digester/DigesterEnums.def 28 note V572 It is odd that the object which was created using 'new' operator is immediately cast to another type.
/home/modocache/GitHub/apple/swift/tools/swift-api-digester/DigesterEnums.def 29 note V572 It is odd that the object which was created using 'new' operator is immediately cast to another type.
/home/modocache/GitHub/apple/swift/tools/swift-api-digester/DigesterEnums.def 30 note V572 It is odd that the object which was created using 'new' operator is immediately cast to another type.
/home/modocache/GitHub/apple/swift/tools/swift-api-digester/DigesterEnums.def 31 note V572 It is odd that the object which was created using 'new' operator is immediately cast to another type.
/home/modocache/GitHub/apple/swift/tools/swift-api-digester/swift-api-digester.cpp 1901 note V688 The 'Left' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/tools/swift-api-digester/swift-api-digester.cpp 1902 note V688 The 'Right' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/tools/swift-api-digester/swift-api-digester.cpp 1036 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: DKind.
/home/modocache/GitHub/apple/swift/tools/swift-api-digester/swift-api-digester.cpp 2289 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: IsVisitingLeft.
/home/modocache/GitHub/apple/swift/unittests/runtime/Mutex.cpp 893 warn V519 The 'found' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 888, 893.
/home/modocache/GitHub/apple/swift/unittests/runtime/Metadata.cpp 819 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (void *) 123
/home/modocache/GitHub/apple/swift/unittests/runtime/Metadata.cpp 820 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (void *) 234
/home/modocache/GitHub/apple/swift/unittests/runtime/Metadata.cpp 823 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (void *) 345
/home/modocache/GitHub/apple/swift/unittests/runtime/Metadata.cpp 914 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (void *) 123
/home/modocache/GitHub/apple/swift/unittests/runtime/Metadata.cpp 915 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (void *) 234
/home/modocache/GitHub/apple/swift/unittests/runtime/Metadata.cpp 916 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (void *) 345
/home/modocache/GitHub/apple/swift/unittests/runtime/Metadata.cpp 917 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (void *) 456
/home/modocache/GitHub/apple/swift/unittests/runtime/Metadata.cpp 918 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (void *) 567
/home/modocache/GitHub/apple/swift/unittests/runtime/Metadata.cpp 944 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (void *) 123
/home/modocache/GitHub/apple/swift/unittests/runtime/Metadata.cpp 945 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (void *) 234
/home/modocache/GitHub/apple/swift/unittests/runtime/Metadata.cpp 946 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (void *) 345
/home/modocache/GitHub/apple/swift/unittests/runtime/Metadata.cpp 947 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (void *) 456
/home/modocache/GitHub/apple/swift/unittests/runtime/Metadata.cpp 948 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (void *) 336699
/home/modocache/GitHub/apple/swift/unittests/runtime/Metadata.cpp 975 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (void *) 123
/home/modocache/GitHub/apple/swift/unittests/runtime/Metadata.cpp 976 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (void *) 234
/home/modocache/GitHub/apple/swift/unittests/runtime/Metadata.cpp 977 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (void *) 345
/home/modocache/GitHub/apple/swift/unittests/runtime/Metadata.cpp 978 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (void *) 996633
/home/modocache/GitHub/apple/swift/unittests/runtime/Metadata.cpp 979 note V566 The integer constant is converted to pointer. Possibly an error or a bad coding style: (void *) 336699
/home/modocache/GitHub/apple/swift/unittests/runtime/Refcounting.cpp 62 note V525 The code containing the collection of similar blocks. Check items 'swift_retain', 'swift_release', 'swift_release' in lines 62, 64, 66.
/home/modocache/GitHub/apple/swift/unittests/runtime/Refcounting.cpp 172 note V525 The code containing the collection of similar blocks. Check items 'swift_nonatomic_retain', 'swift_nonatomic_release', 'swift_nonatomic_release' in lines 172, 174, 176.
/home/modocache/GitHub/apple/swift/unittests/Parse/LexerTests.cpp 117 warn V688 The 'LangOpts' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/unittests/Parse/LexerTests.cpp 118 warn V688 The 'SourceMgr' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/unittests/Parse/LexerTests.cpp 164 warn V688 The 'LangOpts' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/unittests/Parse/LexerTests.cpp 165 warn V688 The 'SourceMgr' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/unittests/Parse/LexerTests.cpp 211 warn V688 The 'LangOpts' local variable possesses the same name as one of the class members, which can result in a confusion.
/home/modocache/GitHub/apple/swift/unittests/Parse/LexerTests.cpp 212 warn V688 The 'SourceMgr' local variable possesses the same name as one of the class members, which can result in a confusion.
@SviatoslavRazmyslov
Copy link

SviatoslavRazmyslov commented Nov 8, 2016

You can use QtCreator to view this report: just save it as *.tasks. And don't forget to replace absolute paths with relative ones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment