This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Support TypeScript override keyword
ClosedPublic

Authored by jankuehle on Aug 25 2021, 3:17 AM.

Details

Summary

TypeScript 4.3 added a new "override" keyword for class members. This
lets clang-format know about it, so it can format code using it
properly.

Diff Detail

Event Timeline

jankuehle requested review of this revision.Aug 25 2021, 3:17 AM
jankuehle created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptAug 25 2021, 3:17 AM
krasimir added a project: Restricted Project.
krasimir accepted this revision.Aug 25 2021, 3:40 AM

Thank you!
Let me know if you would like me to commit this for you in case you don't have commit rights for LLVM.

This revision is now accepted and ready to land.Aug 25 2021, 3:40 AM

Thank you for the amazingly quick review, krasimir. I don't have commit access. So it would be great, if you could commit this for me.

This revision was automatically updated to reflect the committed changes.

Thanks for adding this.