5.3.0
dict: Fix some signed/unsigned compiler warnings
Optimize performance with clang-tidy
Fix a number of performance issues (reported by Coverity Scan)
Add braces to single line statements (clang-tidy -checks='-*,google-readability-braces-around-statements')
Replace remaining STRING by std::string in src/dict
Simplify *_VAR_H macros (#3508)
[clang-format] Execute clang format on include and src dirs.
reformat code (files with tabs)
Replace remaining GenericVector by std::vector for src/dict
Disable conditional which is currently always false (reported by LGTM)
Fix some typos.