[PATCH] D72150: Allow space after C-style cast in C# code

2020-01-19 Thread MyDeveloperDay via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGd82adf328fb5: Allow space after C-style cast in C# code (authored by MyDeveloperDay). Changed prior to commit: https://reviews.llvm.org/D72150?vs=236048&id=238991#toc Repository: rG LLVM Github Monor

[PATCH] D72150: Allow space after C-style cast in C# code

2020-01-04 Thread MyDeveloperDay via Phabricator via cfe-commits
MyDeveloperDay accepted this revision. MyDeveloperDay added a comment. This revision is now accepted and ready to land. Thanks for the patch, really good to have others working on C# support. LGTM Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D72150/

[PATCH] D72150: Allow space after C-style cast in C# code

2020-01-03 Thread Jonathan B Coe via Phabricator via cfe-commits
jbcoe created this revision. jbcoe added a reviewer: klimek. jbcoe added a project: clang-format. Herald added a project: clang. Herald added a subscriber: cfe-commits. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D72150 Files: clang/lib/Format/TokenAnnotator.cpp clang/unit