Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/Format/.clang-format | ||
---|---|---|
2 ↗ | (On Diff #464541) | Commented out by mistake. Will undo it when landing. |
Paths
| Differential D135026
[clang-format] Handle C# interpolated verbatim string prefix @$ ClosedPublic Authored by owenpan on Oct 2 2022, 1:33 AM.
Details
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Oct 3 2022, 12:22 AM This revision was landed with ongoing or failed builds.Oct 4 2022, 6:27 PM Closed by commit rGb60e7a7f1afc: [clang-format] Handle C# interpolated verbatim string prefix @$ (authored by owenpan). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 465248 clang/lib/Format/FormatTokenLexer.cpp
clang/unittests/Format/FormatTestCSharp.cpp
|