Home
last modified time | relevance | path

Searched refs:commit (Results 1 – 25 of 178) sorted by relevance

12345678

/llvm-project-15.0.7/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp393 commit.replace(MsgRange, "@[]"); in rewriteToArrayLiteral()
419 commit.replace(MsgRange, "@[]"); in rewriteToArrayLiteral()
497 commit.replace(MsgRange, "@{}"); in rewriteToDictionaryLiteral()
533 commit.replace(MsgRange, "@{}"); in rewriteToDictionaryLiteral()
582 objectifyExpr(Vals[i], commit); in rewriteToDictionaryLiteral()
583 objectifyExpr(Keys[i], commit); in rewriteToDictionaryLiteral()
869 commit.insert(LitB, "@"); in rewriteToNumberLiteral()
872 commit.insert(LitE, ".0"); in rewriteToNumberLiteral()
876 commit.insert(LitE, LitInfo.F); in rewriteToNumberLiteral()
879 commit.insert(LitE, LitInfo.U); in rewriteToNumberLiteral()
[all …]
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DObjCMT.cpp885 Editor->commit(commit); in migrateProtocolConformance()
951 Editor->commit(commit); in migrateNSEnumDecl()
1229 Editor->commit(commit); in migrateProperty()
1243 Editor->commit(commit); in migrateProperty()
1263 Editor->commit(commit); in migrateNsReturnsInnerPointer()
1275 Editor->commit(commit); in migratePropertyNsReturnsInnerPointer()
1415 Editor->commit(commit); in AnnotateImplicitBridging()
1478 Editor->commit(commit); in AddCFAnnotations()
1645 Editor->commit(commit); in migrateAddMethodAnnotation()
1741 Editor->commit(commit); in InsertFoundation()
[all …]
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp154 edit::Commit commit(Editor); in HandleDiagnostic() local
161 commit.insertFromRange(Hint.RemoveRange.getBegin(), in HandleDiagnostic()
165 commit.remove(Hint.RemoveRange); in HandleDiagnostic()
169 commit.replace(Hint.RemoveRange, Hint.CodeToInsert); in HandleDiagnostic()
171 commit.insert(Hint.RemoveRange.getBegin(), Hint.CodeToInsert, in HandleDiagnostic()
175 bool CanRewrite = Info.getNumFixItHints() > 0 && commit.isCommitable(); in HandleDiagnostic()
189 if (!Editor.commit(commit)) { in HandleDiagnostic()
/llvm-project-15.0.7/llvm/docs/
H A DGitHub.rst27 /cherry-pick <commit> <commit> <...>
29 This command takes one or more git commit hashes as arguments and will attempt
30 to cherry-pick the commit(s) to the release branch. If the commit(s) fail to
32 the issue. If the commit(s) do apply cleanly, then a pull request will
H A DPhabricator.rst114 in the form of a :ref:`commit message <commit messages>`.
179 * For each commit after that, add the following line to the commit message or patch
184 [llvm] Example commit
190 * Upload the commit with the web interface or `arc`
211 * For the first commit:
220 - Add the "Depends on..." line using ``git commit --amend``
346 yourself. If you have commit access, there are multiple workflows to commit the
359 review, and add a link from the review to the commit.
368 and place it in the commit message. You may also commit an accepted change
399 git commit --amend --author="John Doe <[email protected]>"
[all …]
H A DSecurityTransparencyReports.rst12 commit <https://github.com/llvm/llvm-project/commit/7bf73bcf6d93>`_ describing
18 * We defined details on how to report security issues, see `this commit on
19 20th of May 2021 <https://github.com/llvm/llvm-project/commit/c9dbaa4c86d2>`_
21 commit on 30th of July 2021 <https://github.com/llvm/llvm-project/commit/4c98e9455aad>`_
H A DContributing.rst70 recent commit:
76 Note that this modifies the files, but doesn't commit them -- you'll likely want
81 % git commit --amend -a
83 in order to update the last commit with all pending changes.
108 Once that is done the change can be committed. If you do not have commit
109 access, please let people know during the review and someone should commit it
122 For developers to commit changes from Git
125 Once a patch is reviewed, you should rebase it, re-test locally, and commit the
129 `obtaining commit access <DeveloperPolicy.html#obtaining-commit-access>`_
130 for commit access.
[all …]
H A DGitBisecting.rst32 If you can't repro at the current commit (maybe the build is broken), run
33 ``git bisect skip`` and git will pick a nearby alternate commit.
72 later you'll know which commit caused the regression.
89 ``A`` is the first commit in LLVM ever, ``97724f18c79c``.
91 ``B`` is the first commit in MLIR, ``aed0d21a62db``.
93 ``D`` is the merge commit that merged MLIR into the main LLVM repository,
96 ``C`` is the last commit in MLIR before it got merged, ``0f0d0ed1c78f^2``. (The
97 ``^n`` modifier selects the n'th parent of a merge commit.)
H A DCodeReview.rst37 those requested during any post-commit review.
44 Post-commit review is encouraged, and can be accomplished using any of the
49 If a community member expresses a concern about a recent commit, and this
51 pre-commit review (including around the need for more design discussions),
56 this is inherent to our post-commit review practices.
67 Please note: The bar for post-commit feedback is not higher than for pre-commit
70 pre-commit (had you noticed it earlier), please feel free to provide that
75 address the issues than comment on the original commit. The original patch
117 commit message).
141 When providing an unqualified LGTM (approval to commit), it is the
[all …]
H A DMyFirstTypoFix.rst320 There is a unwritten convention of using tag for your commit. Tags
322 the tags for your modules, you can look at the commit history :
415 As this is your first change, you won't have access to commit it
455 about getting commit access yourself. It's probably a good idea if:
464 Getting commit access
486 commit. Things to do first:
489 single commit. LLVM prefers commits to match the code that was
508 At this point git show should show a single commit on top of
511 Now you can push your commit with
522 Post-commit errors
[all …]
H A DDeveloperPolicy.rst92 it (or commit it directly if applicable).
116 the right thing most of the time, and only commit patches without pre-commit
292 related commit. This could be as simple as "Revert commit NNNN because it
356 * The commit message for the reverting commit should explain why patch
394 accept the invitation, you'll get commit access.
399 property of the commit.
411 When approved, you may commit it yourself.
421 highly localized and the commit message should clearly state that the commit
432 cause commit access to be revoked.
526 commit access may commit it for the author once appropriate (based on the
[all …]
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp245 cantFail(InjectedSourceTable.commit(Writer)); in commitSrcHeaderBlock()
269 Error PDBFileBuilder::commit(StringRef Filename, codeview::GUID *Guid) { in commit() function in PDBFileBuilder
276 Msf->commit(Filename, Layout); in commit()
288 if (auto EC = Strings.commit(NSWriter)) in commit()
303 if (auto EC = Info->commit(Layout, Buffer)) in commit()
308 if (auto EC = Dbi->commit(Layout, Buffer)) in commit()
313 if (auto EC = Tpi->commit(Layout, Buffer)) in commit()
318 if (auto EC = Ipi->commit(Layout, Buffer)) in commit()
323 if (auto EC = Gsi->commit(Layout, Buffer)) in commit()
361 return Buffer.commit(); in commit()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DFileOutputBufferTest.cpp54 ASSERT_NO_ERROR(errorToErrorCode(Buffer->commit())); in TEST()
92 ASSERT_NO_ERROR(errorToErrorCode(Buffer->commit())); in TEST()
112 ASSERT_NO_ERROR(errorToErrorCode(Buffer->commit())); in TEST()
131 ASSERT_NO_ERROR(errorToErrorCode(Buffer->commit())); in TEST()
135 ASSERT_NO_ERROR(errorToErrorCode(Buffer->commit())); in TEST()
151 ASSERT_NO_ERROR(errorToErrorCode((*BufferOrErr)->commit())); in TEST()
/llvm-project-15.0.7/clang/include/clang/Edit/
H A DRewriters.h26 const NSAPI &NS, Commit &commit);
29 const NSAPI &NS, Commit &commit,
33 const NSAPI &NS, Commit &commit);
/llvm-project-15.0.7/third-party/benchmark/
H A DCONTRIBUTING.md29 another Google project), make a commit adding yourself to the
30 [AUTHORS][] and [CONTRIBUTORS][] files. This commit can be part
50 1. Do your best to have [well-formed commit messages][] for each change.
51 This provides consistency throughout the project, and ensures that commit
57 [well-formed commit messages]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
/llvm-project-15.0.7/utils/bazel/examples/http_archive/
H A DWORKSPACE22 # Replace with the LLVM commit you want to use.
25 # The easiest way to calculate this for a new commit is to set it to empty and
35 …urls = ["https://github.com/llvm/llvm-project/archive/{commit}.tar.gz".format(commit = LLVM_COMMIT…
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A DSubmittingPatches9 - the first line of the commit message should be a short
11 - the body should provide a meaningful commit message, which
17 commit message (or just use the option "-s" when
21 - make sure that the test suite passes after your commit
34 the commit message) between the "---" and the diffstat
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DBinaryByteStream.h123 Error commit() override { return Error::success(); } in commit() function
192 Error commit() override { return Error::success(); } in commit() function
214 Error commit() override { in commit() function
215 if (FileBuffer->commit()) in commit()
256 Error commit() override { return Impl.commit(); } in commit() function
/llvm-project-15.0.7/llvm/lib/Support/
H A DBinaryStreamRef.cpp60 Error commit() override { return BBS.commit(); } in commit() function in __anon5a058c9a0111::MutableArrayRefImpl
129 Error WritableBinaryStreamRef::commit() { return BorrowedImpl->commit(); } in commit() function in WritableBinaryStreamRef
/llvm-project-15.0.7/clang/utils/analyzer/
H A DProjectMap.py86 commit: str = "" variable in ProjectInfo
163 origin, commit = ProjectMap._get_git_params(raw_project)
165 origin, commit = "", ""
167 return ProjectInfo(name, build_mode, source, origin, commit,
/llvm-project-15.0.7/llvm/utils/phabricator/
H A D0001-Fix-PHP-8.1-incompatibility-with-arc-patch-D-12345.patch60 public function hasLocalCommit($commit) {
62 - if (!$this->getCanonicalRevisionName($commit)) {
63 + if (!phutil_nonempty_string($commit) ||
64 + !$this->getCanonicalRevisionName($commit)) {
/llvm-project-15.0.7/
H A D.mailmap5 # For example, if you commit as `[email protected]` but sometimes use
11 # If you commit as both `[email protected]` and `[email protected]` and
19 # You can commit changes for your own names and email addresses without review.
/llvm-project-15.0.7/llvm/utils/git/
H A Dgithub-automation.py91 def phab_get_commit_approvers(phab_token:str, repo:github.Repository.Repository, commit:github.Comm…
92 args = { "corpus" : commit.commit.message }
226 def issue_notify_cherry_pick_failure(self, commit:str) -> github.IssueComment.IssueComment:
227 message = self.make_ignore_comment("Failed to cherry-pick: {}\n\n".format(commit))
256 for commit in pr.get_commits():
257 approvers = phab_get_commit_approvers(self.phab_token, self.repo, commit)
/llvm-project-15.0.7/llvm/docs/Proposals/
H A DGitHubMove.rst108 identify each commit.
127 identifies a commit.
155 email format unchanged besides the commit URL.
309 .. _workflow-checkout-commit:
328 Commits are performed using `svn commit` or with the sequence `git commit` and
430 .. _workflow-cross-repo-commit:
437 LLD or Clang in the same commit as they change an LLVM API.
536 # to "skip" the current commit
660 pinpoint its root commit; it may simply be branched from the
680 commit in the project mirror. ``UM3`` in this case is a commit of
[all …]
/llvm-project-15.0.7/llvm/utils/gn/build/
H A Dwrite_vcsrevision.gni12 # If this is set to true, VCSRevision.h is updated after every git commit.
13 # That's technically correct, but results in rebuilds after every commit.

12345678