Home
last modified time | relevance | path

Searched full:username (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dreadability-todo.cpp4 // CHECK-MESSAGES: [[@LINE-1]]:1: warning: missing username/bug in TODO
8 // CHECK-MESSAGES: [[@LINE-1]]:1: warning: missing username/bug in TODO
12 // CHECK-MESSAGES: [[@LINE-1]]:1: warning: missing username/bug in TODO
16 // CHECK-MESSAGES: [[@LINE-1]]:1: warning: missing username/bug in TODO
/llvm-project/clang-tools-extra/clang-tidy/google/
H A DTodoCommentCheck.cpp31 StringRef Username = Matches[1]; in HandleComment() local
34 if (!Username.empty()) in HandleComment()
39 Check.diag(Range.getBegin(), "missing username/bug in TODO") in HandleComment()
H A DTodoCommentCheck.h16 /// Finds TODO comments without a username or bug number.
/llvm-project/lldb/docs/use/
H A Dqemu-testing.rst
/llvm-project/flang/unittests/Runtime/
H A DCommandTest.cpp697 SetEnv("USERNAME", "loginName"); in EnvironmentVariables()
799 // username first char must not be null
827 ASSERT_NE(std::getenv("USERNAME"), nullptr) in TEST_F()
828 << "Environment variable USERNAME does not exist"; in TEST_F()
839 ASSERT_NE(std::getenv("USERNAME"), nullptr) in TEST_F()
840 << "Environment variable USERNAME does not exist"; in TEST_F()
851 ASSERT_NE(std::getenv("USERNAME"), nullptr) in TEST_F()
852 << "Environment variable USERNAME does not exist"; in TEST_F()
/llvm-project/llvm/utils/Misc/
H A Dzkill173 group.add_option("", "--user", dest="userName", metavar="REGEX",
244 if opts.userName is not None:
246 if re_full_match(opts.userName, p.user)]
/llvm-project/lldb/source/Host/posix/
H A DHostInfoPosix.cpp98 std::string username; in DoGetGroupName()
117 return password->username; in DoGetGroupName()
66 std::string username; global() member
/llvm-project/llvm/docs/Proposals/
H A DGitHubMove.rst35 username/password-hash.
324 git svn init https://llvm.org/svn/llvm-project/llvm/trunk --username=<username>
394 git svn init https://llvm.org/svn/llvm-project/llvm/trunk --username=<username>
401 git svn init https://llvm.org/svn/llvm-project/clang/trunk --username=<username>
408 git svn init https://llvm.org/svn/llvm-project/libcxx/trunk --username=<username>
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/google/
H A Dreadability-todo.rst6 Finds TODO comments without a username or bug number.
/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp358 llvm::StringRef Username = Buffer.take_front(FirstSep); in DiskFilesOrDirectories() local
364 if (!Resolver.ResolveExact(Username, Resolved)) { in DiskFilesOrDirectories()
365 // We couldn't resolve it as a full username. If there were no slashes in DiskFilesOrDirectories()
366 // then this might be a partial username. We try to resolve it as such in DiskFilesOrDirectories()
370 Resolver.ResolvePartial(Username, MatchSet); in DiskFilesOrDirectories()
/llvm-project/.github/workflows/
H A Dllvm-bugs.yml34 const mg = mailgun.client({ username: 'api', key: process.env.MAILGUN_API_KEY });
/llvm-project/lldb/include/lldb/Utility/
H A DTildeExpressionResolver.h51 /// the username portion with the matched result.
/llvm-project/llvm/utils/bugpoint/
H A DRemoteRunSafely.sh16 # <login_name> is the username on the remote host,
/llvm-project/llvm/utils/release/
H A Dbuild_llvm_release.bat63 set "link_name=%temp%\%username%_%random%_%random%.tmp"
112 set python32_dir=C:\Users\%USERNAME%\AppData\Local\Programs\Python\Python310-32
113 set python64_dir=C:\Users\%USERNAME%\AppData\Local\Programs\Python\Python310
114 set pythonarm64_dir=C:\Users\%USERNAME%\AppData\Local\Programs\Python\Python311-arm64
H A Dmerge-request.sh121 echo "error: bugzilla username not specified."
/llvm-project/lldb/unittests/Interpreter/
H A DTestCompletion.cpp258 // With ~username syntax it should return one match if there is an exact in TEST_F()
264 // But with a username that is not found, no results are returned. in TEST_F()
/llvm-project/llvm/docs/
H A DSecurity.rst36 username for an individual isn't available, the brackets will be empty.
193 * All security issues (as well as nomination / removal discussions) become public within approximately fourteen weeks of the fix landing in the LLVM repository. Precautions should be taken to avoid disclosing particularly sensitive data included in the report (e.g. username and password pairs).
H A DGitHub.rst21 It is possible to create branches that starts with `users/<username>/`, however this is
H A DHowToReleaseLLVM.rst308 them (i.e @username) in a comment and ask them if the patch is safe to backport.
H A DMyFirstTypoFix.rst430 Thanks @<username of reviewer>. I don't have commit access, can you merge this
/llvm-project/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.h28 /// "/usr/local/username/llvm-project/llvm/include/HelloWorld.h"), they need to
/llvm-project/flang/runtime/
H A Dextensions.cpp146 GetUsernameEnvVar("USERNAME", arg, length); in RTNAME()
/llvm-project/clang-tools-extra/clang-tidy/tool/
H A DClangTidyMain.cpp390 // USERNAME is used on Windows. in createOptionsProvider()
392 DefaultOptions.User = llvm::sys::Process::GetEnv("USERNAME"); in createOptionsProvider()
/llvm-project/lldb/docs/resources/
H A Dlldbgdbremote.md1485 drwxrwxr-x 16 username groupname 4096 Aug 15 21:36 .
1486 drwxr-xr-x 17 username groupname 4096 Aug 10 16:39 ..
1487 -rw-rw-r-- 1 username groupname 73875 Aug 12 16:46 notes.txt
1488 drwxrwxr-x 5 username groupname 4096 Aug 15 21:36 source.cpp
1489 -rw-r--r-- 1 username groupname 2792 Aug 12 16:46 a.out
1490 -rw-r--r-- 1 username groupname 3190 Aug 12 16:46 Makefile
/llvm-project/clang-tools-extra/clangd/
H A DTidyProvider.cpp157 return llvm::sys::Process::GetEnv("USERNAME"); in provideEnvironment()

12