[PATCH] D135026: [clang-format] Handle C# interpolated verbatim string prefix @$

2022-10-04 Thread Owen Pan via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGb60e7a7f1afc: [clang-format] Handle C# interpolated verbatim string prefix @$ (authored by owenpan). Changed prior to commit: https://reviews.llvm

[PATCH] D135026: [clang-format] Handle C# interpolated verbatim string prefix @$

2022-10-03 Thread MyDeveloperDay via Phabricator via cfe-commits
MyDeveloperDay accepted this revision. MyDeveloperDay added a comment. This revision is now accepted and ready to land. LGTM Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D135026/new/ https://reviews.llvm.org/D135026 ___

[PATCH] D135026: [clang-format] Handle C# interpolated verbatim string prefix @$

2022-10-02 Thread Owen Pan via Phabricator via cfe-commits
owenpan added inline comments. Comment at: clang/lib/Format/.clang-format:2 BasedOnStyle: LLVM -InsertBraces: true +#InsertBraces: true RemoveBracesLLVM: true Commented out by mistake. Will undo it when landing. Repository: rG LLVM Github Monorepo CHANGES

[PATCH] D135026: [clang-format] Handle C# interpolated verbatim string prefix @$

2022-10-02 Thread Owen Pan via Phabricator via cfe-commits
owenpan created this revision. owenpan added reviewers: MyDeveloperDay, HazardyKnusperkeks, curdeius. owenpan added a project: clang-format. Herald added a project: All. owenpan requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. Fixes https://