| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This was found while testing with Clang's -Wdocumentation
-Wdocumentation-pedantic options.
|
|
|
|
| |
This is actually a regression on #7195. Due to the fact that the init() routine has moved up, the settings for `FILE_PATTERNS` have already been done and a call to init does not operate on the `FILE_PATTERNS` variable but on the structure from which the `FILE_PATTERNS` was derived. We have should here operate on the `FILE_PATTERNS` directly as well., bu getting the default values out of the underlying structure.
|
|
|
|
| |
In case a string is empty the default should be taken and not left blank.
|
|
|
|
|
|
| |
Writes a the differences between the current configuration and the template configuration.
Useful when communicating e.g. in forums.
|
| |
|
|
improve performance
|