User Details
User Details
- User Since
- Feb 18 2021, 9:24 AM (8 w, 1 d)
Mar 4 2021
Mar 4 2021
Thank you!
Mar 2 2021
Mar 2 2021
PragmaNull added a comment to D95017: [clang-format] Add case aware include sorting..
Feb 18 2021
Feb 18 2021
PragmaNull added a comment to D95017: [clang-format] Add case aware include sorting..
PragmaNull added a comment to D95017: [clang-format] Add case aware include sorting..
I find the naming of the case sensitive options confusing here.
When I read "CaseSensitive" I think of the behavior of strcmp() which sorts according to "ASCIIbetical" order. But here "CaseSensitive" throws away case by comparing the result of "Filename.lower()" which I would consider case-insensitive, or the same behavior as a call to stricmp().