This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Skip parsing a block if it's nested too deep
ClosedPublic

Authored by owenpan on Jun 6 2022, 11:17 PM.

Details

Diff Detail

Event Timeline

owenpan created this revision.Jun 6 2022, 11:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 6 2022, 11:17 PM
owenpan requested review of this revision.Jun 6 2022, 11:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 6 2022, 11:17 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
owenpan updated this revision to Diff 434761.Jun 7 2022, 3:43 AM
owenpan edited the summary of this revision. (Show Details)

Rebased.

curdeius accepted this revision.Jun 7 2022, 4:12 AM
This revision is now accepted and ready to land.Jun 7 2022, 4:12 AM
owenpan updated this revision to Diff 434773.Jun 7 2022, 4:34 AM

Inadvertently moved the added code down when rebasing. Fixed.