ASCII case sorting does not help finding imported symbols quickly, and it is common to have e.g. class Foo and function fooFactory exported/imported from the same file.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D22146
clang-format: [JS] Sort imports case insensitive. ClosedPublic Authored by mprobst on Jul 8 2016, 11:37 AM.
Details Summary ASCII case sorting does not help finding imported symbols quickly, and it is common to have e.g. class Foo and function fooFactory exported/imported from the same file.
Diff Detail
Event Timelinemprobst updated this object. This revision is now accepted and ready to land.Jul 8 2016, 11:10 PM Closed by commit rL274977: clang-format: [JS] Sort imports case insensitive. (authored by mprobst). · Explain WhyJul 9 2016, 8:18 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 63391 cfe/trunk/lib/Format/SortJavaScriptImports.cpp
cfe/trunk/unittests/Format/SortImportsTestJS.cpp
|