MIT-0 OR (Apache-2.0 WITH LLVM-Exception) Note that: I used the LLVM-Exception for apache-2.0 (for better GPLv2 compatibility) I used MIT-0 instead of MIT, which is strictly more permissive than MIT by removing attribution. This is effectively a public domain compatible license. @marceline...
GH-1412 ci: Fix ObjC testing with latest Xcode GH-1408 ci(gh-action): add Apache RAT & package license checker workflow w/ license header additions 7.0.1 (Sep 03, 2023) GH-1369 fix: xcodebuild version check to 11 GH-1358 fix: ensure Xcode project file references use path GH-1368 fi...
value1 = input("Please enter first integer:\n") value2 = input("Please enter second integer:\n") v1 = int(value1) v2 = int(value2) choice = input("Enter 1 for addition.\nEnter 2 for subtraction.\nEnter 3 for Multiplication.:\n") choice = int(choice) if choice == 1: print...
Kudu also uses the clang-tidy tool from LLVM to enforce coding style guidelines. You can run the tidy checks via cmake using thetidytarget: $ make tidy This will scan any changes in the latest commit in the local tree. At the time of writing, it will not scan any changes that are ...