[PATCH] D58404: [clang-format] Add basic support for formatting C# files

Manuel Klimek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 20 04:02:31 PDT 2019


klimek added inline comments.


================
Comment at: include/clang/Basic/TokenKinds.h:80
          K == tok::utf8_string_literal || K == tok::utf16_string_literal ||
-         K == tok::utf32_string_literal;
 }
----------------
This change looks pretty good, minus the changes outside Format/ :( Do you see any chance to fix this by extending the token merging? It's unlikely that the community will be convinced to add some minor parts of C# to clang proper just to support clang-format.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58404/new/

https://reviews.llvm.org/D58404





More information about the cfe-commits mailing list