MyDeveloperDay added a comment.
LGTM, thanks for the patch (I've seen this in the wild where the
AssemblyInfo.cs gets a bit messed up.
Comment at: clang/lib/Format/FormatTokenLexer.cpp:287
+ auto &Target = *(Tokens.end() - 2);
+ auto &Colon = *(Tokens.end() - 1);
+
-
This revision was automatically updated to reflect the committed changes.
Closed by commit rGca1fd460f1f5: [clang-format] Do not treat C# attribute
targets as labels (authored by Jonathan Coe ).
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository: