/llvm-project/lldb/ |
H A D | CodeOwners.rst |
|
/llvm-project/clang/ |
H A D | CodeOwners.rst |
|
/llvm-project/llvm/docs/ |
H A D | DiscourseMigrationGuide.md | 3 …. The old one still works as well. We are aware of an issue with reply by email to emails from bef… 27 <tr><td>email</td><td>post</td></tr> 30 ## Setting up email interactions 32 Some folks want to interact with Discourse purely via their email program. Here 37 ([tested](https://llvm.discourse.group/t/email-interaction-with-discourse/3306/4) on GMail). 38 … topics in an reply](https://meta.discourse.org/t/single-quote-block-dropped-in-email-reply/144802) 39 * You can filter incoming emails in your email client by category using the 40 `List-ID` email header field. 41 …n create topics through email using the email address that is specific to the category. Each categ… 43 ## Mapping of email addresses to Discourse categories [all …]
|
H A D | ReportingGuide.rst | 39 and then email conduct@llvm.org with your report. Each meetup will have a 42 your email to conduct@llvm.org. All meetup organizers who receive an 43 in-person report are also asked to email conduct@llvm.org with the 55 Please email conduct@llvm.org with the following details (if possible): 57 * Your contact info (so we can get in touch with you). Include email and
|
H A D | ResponseGuide.rst | 39 Reports are typically received by email (conduct@llvm.org) or in person from 42 When receiving a report by email, the CoC Committee should acknowledge receipt 192 may happen in person, email, by phone, video chat, or Discord. 221 a decision. An appeal can be made directly to the committee by sending an email 224 The email should include documentation related to the incident to support the
|
H A D | DeveloperPolicy.rst | 75 <http://lists.llvm.org/mailman/listinfo/llvm-bugs>`_ email list to keep track 108 .. _github-email-address: 110 Email Addresses 113 The LLVM project uses email to communicate to contributors outside of the 119 email address associated with their GitHub commits, so please ensure that "Keep 120 my email addresses private" is disabled in your 371 bots will directly email you if a group of commits that included yours caused a 386 you follow these guidelines to help review, search in logs, email formatting 420 or "[OpenMP] ...". This helps email filters and searches for post-commit 502 * Use your best judgment. If you're uncertain, please start an email o [all...] |
H A D | HowToAddABuilder.rst | 57 via email. Please CC `Galina Kistanova <mailto:gkistanova@gmail.com>`_. 152 It is possible to allow email addresses to unconditionally receive 181 buildmaster to enable developer notifications. Please email `Galina 374 * Set your public GitHub profile email to one that was included in the 376 is your primary account email or a "verified email". To confirm this has been 378 see the email address listed there. 385 If you need to add an email address, you can edit the ``admin`` file and
|
/llvm-project/.github/workflows/ |
H A D | email-check.yaml | 21 - name: Extract author email 25 echo "EMAIL=$(git show -s --format='%ae' HEAD~0)" >> $GITHUB_OUTPUT 29 - name: Validate author email 30 if: ${{ endsWith(steps.author.outputs.EMAIL, 'noreply.github.com') }} 34 …Please turn off [Keep my email addresses private](https://github.com/settings/emails) setting in y…
|
H A D | llvm-bugs.yml | 32 const DOMAIN = 'email.llvm.org'; 53 from: 'LLVM Bugs <llvm-bugs@email.llvm.org>',
|
/llvm-project/clang/tools/scan-view/share/ |
H A D | Reporter.py | 34 import email, mimetypes, smtplib 35 from email import encoders 36 from email.message import Message 37 from email.mime.base import MIMEBase 38 from email.mime.multipart import MIMEMultipart 39 from email.mime.text import MIMEText 107 return "Email" 112 # Lifted from python email module examples.
|
/llvm-project/llvm/utils/Reviewing/ |
H A D | find_interesting_reviews.py | 6 import email.mime.multipart 7 import email.mime.text 694 email_msg = email.mime.multipart.MIMEMultipart() 698 email_msg.attach(email.mime.text.MIMEText(msg.encode("utf-8"), "plain")) 706 # to do for the people that will receive the report email. 724 "--email-report", 728 help="A email addresses to send the report to.", 734 help="The email address to use in 'From' on messages emailed out.", 737 "--email-addresses", 740 help="The email addresses (as known by LLVM git) of " [all …]
|
/llvm-project/llvm/utils/release/ |
H A D | merge-request.sh | 28 echo "usage: `basename $0` -user EMAIL -stable-version X.Y -r NUM" 30 echo " -user EMAIL Your email address for logging into bugzilla." 35 echo " -assign-to EMAIL Assign bug to user with EMAIL (optional)."
|
/llvm-project/polly/lib/External/isl/doc/ |
H A D | SubmittingPatches | 27 - send a single patch per mail, e.g., using git-send-email(1) 42 git-send-email(1), please test it first by sending email
|
/llvm-project/ |
H A D | .mailmap | 1 # This file allows mapping several author and committer email addresses and 12 # you want the former to be your canonical email address, add 19 # You can commit changes for your own names and email addresses without review.
|
/llvm-project/llvm/utils/ |
H A D | wciia.py | 66 email = line[2:].strip() variable 67 code_owner["email"] = email
|
/llvm-project/llvm/docs/HistoricalNotes/ |
H A D | 2001-02-06-TypeNotationDebateResp2.txt | 49 I find this email interesting, because you contradict the previous email
|
/llvm-project/llvm/utils/docker/example/ |
H A D | Dockerfile | 15 LABEL maintainer="Maintainer <maintainer@email>" 34 LABEL maintainer="Maintainer <maintainer@email>"
|
/llvm-project/third-party/benchmark/ |
H A D | AUTHORS | 6 # Name or Organization <email address> 7 # The email address is not required for organizations.
|
/llvm-project/utils/bazel/ |
H A D | README.md | 107 which anyone is free to join. Currently, the behavior is just to send an email 109 subscribe, it is highly recommended that you set up email filters or some other
|
/llvm-project/flang/ |
H A D | CODE_OWNERS.TXT |
|
/llvm-project/pstl/ |
H A D | CREDITS.txt | 7 beautification by scripts. The fields are: name (N), email (E), web-address
|
/llvm-project/clang-tools-extra/ |
H A D | CODE_OWNERS.TXT |
|
/llvm-project/libcxx/utils/ci/ |
H A D | BOT_OWNERS.txt | 6 beautification by scripts. The fields are: name (N), email (E), web-address
|
/llvm-project/bolt/ |
H A D | CODE_OWNERS.TXT |
|
/llvm-project/lld/ |
H A D | CODE_OWNERS.TXT |
|