|
clang 22.0.0git
|
Includes sorting options. More...
#include "clang/Format/Format.h"
Public Member Functions | |
| bool | operator== (const SortIncludesOptions &R) const |
| bool | operator!= (const SortIncludesOptions &R) const |
Public Attributes | |
| bool | Enabled |
| If true, includes are sorted based on the other suboptions below. (Never is deprecated by Enabled: false.) | |
| bool | IgnoreCase |
| Whether or not includes are sorted in a case-insensitive fashion. (CaseSensitive and CaseInsensitive are deprecated by IgnoreCase: false and IgnoreCase: true, respectively.) | |
| bool | IgnoreExtension |
| When sorting includes in each block, only take file extensions into account if two includes compare equal otherwise. | |
|
inline |
|
inline |
Definition at line 4613 of file Format.h.
References Enabled, IgnoreCase, and IgnoreExtension.
| bool clang::SortIncludesOptions::Enabled |
If true, includes are sorted based on the other suboptions below. (Never is deprecated by Enabled: false.)
Definition at line 4591 of file Format.h.
Referenced by operator==().
| bool clang::SortIncludesOptions::IgnoreCase |
Whether or not includes are sorted in a case-insensitive fashion. (CaseSensitive and CaseInsensitive are deprecated by IgnoreCase: false and IgnoreCase: true, respectively.)
Definition at line 4603 of file Format.h.
Referenced by operator==().
| bool clang::SortIncludesOptions::IgnoreExtension |
When sorting includes in each block, only take file extensions into account if two includes compare equal otherwise.
Definition at line 4612 of file Format.h.
Referenced by operator==().