aprotyas / aprotyas.github.io

Personal website
https://aprotyas.github.io
MIT License
3 stars 0 forks source link

Blog post about custom clang-tidy checks #33

Open aprotyas opened 1 year ago

aprotyas commented 1 year ago

But first, open-source the code for:

  1. optional<T> variables need to be prepended with maybe_.
  2. Literals must follow sign and size suffix conventions. i.e. uint32_t --> UL, uint64_t --> ULL, etc.