GaloisInc / llvm-pretty

An llvm pretty printer inspired by the haskell llvm binding
Other
28 stars 15 forks source link

Fix DITemplateTypeParameter and DITemplateValueParameter #54

Closed langston-barrett closed 5 years ago

langston-barrett commented 5 years ago

Tested and working on a very large C++ program.

langston-barrett commented 5 years ago

I ran git tag 0.7.7 before I pushed and ran git push --tags, but I think those may only have effects in my fork. After this is merged, I might push a tag to this remote.

langston-barrett commented 5 years ago

I created a tag: https://github.com/elliottt/llvm-pretty/releases/tag/llvm-pretty-0.7.7

I probably should've been doing that with each change...