This revision was automatically updated to reflect the committed changes.
Closed by commit rG9c4afce7024a: [clang-format] Rename CSharpNullConditionalSq
and add missing test (authored by Jonathan Coe ).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://r
krasimir accepted this revision.
krasimir added a comment.
This revision is now accepted and ready to land.
Thank you!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75456/new/
https://reviews.llvm.org/D75456
___
cfe-commits mailing list
cfe
jbcoe updated this revision to Diff 247643.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75456/new/
https://reviews.llvm.org/D75456
Files:
clang/lib/Format/FormatToken.h
clang/lib/Format/FormatTokenLexer.cpp
clang/lib/Format/TokenAnnotator.cpp
clang/unittests/Format/FormatTestCS
jbcoe created this revision.
jbcoe added a reviewer: krasimir.
jbcoe added a project: clang-format.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Rename CSharpNullConditionalSq to CSharpNullConditionalLSquare.
Add test for spaces inside [] with C# Null conditionals.
Addr