[all-commits] [llvm/llvm-project] 212e6c: [doc] Fix regex in ClangFormatStyleOptions for Inc...
jhuels via All-commits
all-commits at lists.llvm.org
Fri Dec 17 18:47:23 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 212e6c99776f393e0af368ca2086eb8bae2ee1ed
https://github.com/llvm/llvm-project/commit/212e6c99776f393e0af368ca2086eb8bae2ee1ed
Author: Joshua Huels <jhuels20 at gmail.com>
Date: 2021-12-17 (Fri, 17 Dec 2021)
Changed paths:
M clang/docs/ClangFormatStyleOptions.rst
M clang/include/clang/Tooling/Inclusions/IncludeStyle.h
Log Message:
-----------
[doc] Fix regex in ClangFormatStyleOptions for IncludeCategories
This fixes the regex in ClangFormatStyleOptions for IncludeCategories
to match anything starting with < or starting with | AND followed by
(gtest|gmock|isl|json) then /.
Differential Revision: https://reviews.llvm.org/D115910
More information about the All-commits
mailing list