This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Rename CSharpNullConditionalSq and add missing test
ClosedPublic

Authored by jbcoe on Mar 2 2020, 7:13 AM.

Details

Summary

Rename CSharpNullConditionalSq to CSharpNullConditionalLSquare.

Add test for spaces inside [] with C# Null conditionals.

Address comments missed from https://reviews.llvm.org/D75368.

Diff Detail

Event Timeline

jbcoe created this revision.Mar 2 2020, 7:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 2 2020, 7:13 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
jbcoe updated this revision to Diff 247643.Mar 2 2020, 7:21 AM
krasimir accepted this revision.Mar 2 2020, 7:24 AM

Thank you!

This revision is now accepted and ready to land.Mar 2 2020, 7:24 AM
This revision was automatically updated to reflect the committed changes.