[PATCH] D39549: [clang-format] Sort using-declarations case sensitively with a special case for '_'

Benjamin Kramer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 2 10:25:11 PDT 2017


bkramer added a comment.

Can we just write out the modified string comparison function instead of keeping both versions of the string around in memory? I'd prefer less state.


https://reviews.llvm.org/D39549





More information about the cfe-commits mailing list