adobe / hyde

A front-end to Jekyll that parses C++ sources to produce and enforce out-of-line documentation
http://opensource.adobe.com/hyde/
MIT License
323 stars 41 forks source link

Fixed a crash and other updates to bring hyde up to date with llvm 13 #72

Closed fosterbrereton closed 1 year ago

fosterbrereton commented 2 years ago

Hyde was originally built against version 9 of clang tooling. Now that we're at version 13, I figure it's time to update things.

I'll go through the PR and add comments as necessary to detail the changes.