[all-commits] [llvm/llvm-project] 8668ea: [clang-format] Add option for case sensitive regex...
MyDeveloperDay via All-commits
all-commits at lists.llvm.org
Sat Dec 5 08:38:24 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8668eae2adf23209e3f8d19477725eb7e73ba93c
https://github.com/llvm/llvm-project/commit/8668eae2adf23209e3f8d19477725eb7e73ba93c
Author: mydeveloperday <mydeveloperday at gmail.com>
Date: 2020-12-05 (Sat, 05 Dec 2020)
Changed paths:
M clang/docs/ClangFormatStyleOptions.rst
M clang/include/clang/Tooling/Inclusions/IncludeStyle.h
M clang/lib/Format/Format.cpp
M clang/lib/Tooling/Inclusions/HeaderIncludes.cpp
M clang/lib/Tooling/Inclusions/IncludeStyle.cpp
M clang/unittests/Format/FormatTest.cpp
M clang/unittests/Format/SortIncludesTest.cpp
Log Message:
-----------
[clang-format] Add option for case sensitive regexes for sorted includes
I think the title says everything.
Reviewed By: MyDeveloperDay
Patch By: HazardyKnusperkeks
Differential Revision: https://reviews.llvm.org/D91507
More information about the All-commits
mailing list