Searched full:assignee (Results 1 – 13 of 13) sorted by relevance
/llvm-project/.github/workflows/ |
H A D | llvm-bugs.yml | 48 assignee : issue.data.assignees.map((assignee) => assignee.login),
|
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
H A D | ObjCMemberwiseInitializer.cpp | 74 std::string Assignee; member 82 Assignee = ID.getName().str(); in MethodParameter() 88 Assignee = ID->getName().str(); in MethodParameter() 90 Assignee = ("self." + Name).str(); in MethodParameter() 156 Stream << llvm::formatv("\n {0} = {1};", Param.Assignee, Param.Name); in initializerForParams()
|
/llvm-project/libc/docs/ |
H A D | contributing.rst | 16 first check if the bug has an assignee; if so please find another unless 17 there's been no movement on the issue from the assignee, in which place do
|
/llvm-project/libcxx/docs/Status/ |
H A D | RangesMajorFeatures.csv |
|
H A D | RangesAlgorithms.csv |
|
H A D | ZipProjects.csv |
|
H A D | FormatIssues.csv | 1 Number,Name,Standard,Assignee,Status,First released version
|
H A D | FormatPaper.csv | 1 Section,Description,Dependencies,Assignee,Status,First released version
|
H A D | RangesViews.csv |
|
H A D | ParallelismProjects.csv | 1 Section,Description,Dependencies,Assignee,Complete
|
H A D | PSTLPaper.csv | 1 Section,Description,Assignee,Complete
|
H A D | SpaceshipProjects.csv |
|
/llvm-project/llvm/utils/git/ |
H A D | github-automation.py | 28 1. Check that no other contributor has already been assigned to this issue. If you believe that no one is actually working on it despite an assignment, ping the person. After one week without a response, the assignee may be changed.
|