[all-commits] [llvm/llvm-project] 9d212e: [clang-format] Handle quotes and escaped braces in...

Jonathan B Coe via All-commits all-commits at lists.llvm.org
Tue Jan 28 07:07:47 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9d212e83e920363762eb265293adf0bd6fda5a13
      https://github.com/llvm/llvm-project/commit/9d212e83e920363762eb265293adf0bd6fda5a13
  Author: Jonathan Coe <jbcoe at google.com>
  Date:   2020-01-28 (Tue, 28 Jan 2020)

  Changed paths:
    M clang/lib/Format/FormatTokenLexer.cpp
    M clang/lib/Format/FormatTokenLexer.h
    M clang/unittests/Format/FormatTestCSharp.cpp

  Log Message:
  -----------
  [clang-format] Handle quotes and escaped braces in C# interpolated strings

Summary:
This addresses issues raised in https://bugs.llvm.org/show_bug.cgi?id=44454.

There are outstanding issues with multi-line verbatim strings in C# that will be addressed in a follow-up PR.

Reviewers: krasimir, MyDeveloperDay

Reviewed By: krasimir, MyDeveloperDay

Subscribers: MyDeveloperDay

Tags: #clang-format

Differential Revision: https://reviews.llvm.org/D73492




More information about the All-commits mailing list