As discussed in D95017 the names case sensitive and insensitive should be switched.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D97927
[clang-format] Rename case sorting ClosedPublic Authored by HazardyKnusperkeks on Mar 4 2021, 2:18 AM.
Details
Diff Detail
Event TimelineHazardyKnusperkeks created this revision. HazardyKnusperkeks added a parent revision: D95017: [clang-format] Add case aware include sorting..Mar 4 2021, 2:19 AM This revision is now accepted and ready to land.Mar 4 2021, 4:18 AM Comment Actions
I'll give him one week, if he or nobody else comes along to object I'll push it. This revision was landed with ongoing or failed builds.Mar 5 2021, 12:43 PM Closed by commit rG7b02794f0aeb: [clang-format] Rename case sorting (authored by HazardyKnusperkeks). · Explain Why This revision was automatically updated to reflect the committed changes. Comment Actions
No problem, we all have some phases where we don't have or find the time.
Revision Contents
Diff 328615 clang/docs/ClangFormatStyleOptions.rst
clang/docs/ReleaseNotes.rst
clang/include/clang/Format/Format.h
clang/lib/Format/Format.cpp
clang/tools/clang-format/ClangFormat.cpp
clang/unittests/Format/FormatTest.cpp
clang/unittests/Format/SortIncludesTest.cpp
|