mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 11:46:08 +00:00

Plugin that counts the number of times each tree node occurs in a given program. Used for test coverage. Updated to fix build issues. Reviewed By: jdoerfert Differential Revision: https://reviews.llvm.org/D143704