[PATCH] D34351: [clang-format] Simplify TT_SelectorName assignment logic

Daniel Jasper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 19 08:27:32 PDT 2017


djasper added a comment.

For the test introduced in https://reviews.llvm.org/rL262291, either of the changes causes a TT_SelectorName to become a TT_Unknown. So lets figure out how to make this a difference in observable formatting behavior instead of removing these checks.


https://reviews.llvm.org/D34351





More information about the cfe-commits mailing list