bloomberg / clangmetatool

A framework for reusing code in Clang tools
https://bloomberg.github.io/clangmetatool/
Apache License 2.0
119 stars 25 forks source link

Support for clang 13 #66

Closed dbeer1 closed 2 years ago

dbeer1 commented 2 years ago

ENG2STAAR-3298

Describe your changes Add support for clang 13.

Testing performed Run unit tests

Additional context The CommonOptionsParser constructor was made private in clang 13, so this required a change in a lot of files as that is part of the basic initialization of a clang tool.