struct IncludeStyle::IncludeCategory
Declaration
struct IncludeStyle::IncludeCategory { /* full declaration omitted */ };
Description
See documentation of ``IncludeCategories``.
Declared at: clang/include/clang/Tooling/Inclusions/IncludeStyle.h:57
Member Variables
- public std::string Regex
- The regular expression that this category matches.
- public int Priority
- The priority to assign to this category.
- public int SortPriority
- The custom priority to sort before grouping.
- public bool RegexIsCaseSensitive
- If the regular expression is case sensitive.