[PATCH] D74043: [clang-format] Do not treat C# attribute targets as labels

2020-02-05 Thread MyDeveloperDay via Phabricator via cfe-commits
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 = *(Tokens.end() - 2); + auto = *(Tokens.end() - 1); + +1

[PATCH] D74043: [clang-format] Do not treat C# attribute targets as labels

2020-02-05 Thread Phabricator via Phabricator via cfe-commits
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 jb...@google.com). Herald added a project: clang. Herald added a subscriber: cfe-commits. Repository: