This is an archive of the discontinued LLVM Phabricator instance.

[NFC][libcxxabi] Move PODSmallVector definition to the top of ItaniumDemangle.h
ClosedPublic

Authored by borman on Aug 9 2021, 10:26 AM.

Details

Summary

This change is needed to clean the non-relevant parts of diff
from https://reviews.llvm.org/D107712

Diff Detail

Event Timeline

borman requested review of this revision.Aug 9 2021, 10:26 AM
borman created this revision.
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 9 2021, 10:26 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Aug 9 2021, 10:31 AM

LGTM, but please wait for CI to be green before committing.

This revision is now accepted and ready to land.Aug 9 2021, 10:31 AM
borman added a comment.Aug 9 2021, 1:28 PM

LGTM, but please wait for CI to be green before committing.

  • clang-tidy and clang-format checks for this piece of code are pre-failed in main
  • libcxx windows (dll) test has failed to checkout a repository (no space on disk)
  • x64 windows run has failed Clang :: ClangScanDeps/modules-full.cpp however this seems to be a fluke.

Guess I might as well re-run the build and hope these flukes will be gone.

borman added a comment.Aug 9 2021, 4:28 PM

Seems like I need someone to merge this change (since I don't have push access myself)?

You should format the changed sections with clang format, which you can do in VSCode

borman updated this revision to Diff 365320.Aug 9 2021, 4:56 PM

applied clang-format-diff

Can this diff be merged now?

borman updated this revision to Diff 365478.Aug 10 2021, 7:57 AM

Silence clang-tidy for STL-like methods

borman added a comment.EditedAug 11 2021, 4:57 AM

@ldionne A gentle request to land this diff.

(I am quite confused what the actual procedure for non-LLVM-team contributors is).

Is there anything else I need to do with this diff?

@ldionne Another request to land this diff. I would like to finalize the linked diff with the actual bugfix :)

Yet another request to merge this trivial change.

Sorry, this fell under my radar. Committed for you, thanks!