[all-commits] [llvm/llvm-project] 00d074: [flang] Feature list plugin
Ethan Luis McDonough via All-commits
all-commits at lists.llvm.org
Mon Apr 24 21:41:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 00d0749f92ece4b7bb4c7bc8f62c88f230f8710c
https://github.com/llvm/llvm-project/commit/00d0749f92ece4b7bb4c7bc8f62c88f230f8710c
Author: Ethan Luis McDonough <ethanluismcdonough at gmail.com>
Date: 2023-04-24 (Mon, 24 Apr 2023)
Changed paths:
M flang/examples/CMakeLists.txt
A flang/examples/FeatureList/CMakeLists.txt
A flang/examples/FeatureList/FeatureList.cpp
M flang/test/CMakeLists.txt
A flang/test/Examples/feature-list-class.f90
A flang/test/Examples/feature-list-functions.f90
Log Message:
-----------
[flang] Feature list plugin
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
More information about the All-commits
mailing list