Closed dbeer1 closed 3 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.
CommonOptionsParser
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.