Skip to content
Snippets Groups Projects
Commit 252d8c89 authored by Sean McBride's avatar Sean McBride
Browse files

Fixed some easy cases of clang-tidy bugprone-reserved-identifier

These were identifed by clang-tidy, but mostly fixed manually. A few patterns:
- removed unneeded extra name in typedefs
- renamed private #defines, functions, classes, or variables
- removed an unused struct declaration
- conditianalize a couple of _MSC_VER specific defines
parent 8db7aa30
No related branches found
No related tags found
No related merge requests found
Showing
with 67 additions and 64 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment