[all-commits] [llvm/llvm-project] 823ddb: [flang] Feature list plugin
Ethan Luis McDonough via All-commits
all-commits at lists.llvm.org
Tue Mar 21 23:28:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 823ddba1b325f30fc3fb2e9d695c211b856a4d5d
https://github.com/llvm/llvm-project/commit/823ddba1b325f30fc3fb2e9d695c211b856a4d5d
Author: Ethan Luis McDonough <ethanluismcdonough at gmail.com>
Date: 2023-03-22 (Wed, 22 Mar 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