This is an archive of the discontinued LLVM Phabricator instance.

Bump DIAG_SIZE_SEMA up to 4000
AbandonedPublic

Authored by sunfish on May 1 2019, 10:28 AM.

Details

Reviewers
aaron.ballman
Summary

https://reviews.llvm.org/D59520 adds a few new diagnostics, which happens to run into a limit with DIAG_SIZE_SEMA. As suggested here, here's a separate patch to bump the limit from 3500 to 4000.

Diff Detail

Repository
rC Clang

Event Timeline

sunfish created this revision.May 1 2019, 10:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 1 2019, 10:28 AM
Herald added a subscriber: aheejin. · View Herald Transcript

Already done in r359702 :)

sunfish abandoned this revision.May 1 2019, 3:39 PM

Cool :)