5.3.3
dict: Fix some signed/unsigned compiler warnings
Optimize performance with clang-tidy
Fix some typos in comments (found by codespell)
Add braces to single line statements (clang-tidy -checks='-*,google-readability-braces-around-statements')
Replace remaining STRING by std::string in src/dict
Fix some typos (partially found by codespell)
Simplify *_VAR_H macros (#3508)
[clang-format] Execute clang format on include and src dirs.
Replace 'can not' by 'cannot'
Replace remaining GenericVector by std::vector for src/dict
Disable conditional which is currently always false (reported by LGTM)
Fix some typos.