samasri / omr

Eclipse OMR™ Cross platform components for building reliable, high performance language runtimes
http://www.eclipse.org/omr
Other
0 stars 2 forks source link

Add outputs in order to create database and deal with anomalies #24

Closed samasri closed 6 years ago

samasri commented 6 years ago

I will be editing the tool in order for it to output the following extra files: weirdHierarchies: Hierarchies that have some of their classes extensible and the others are not. allFunctions: csv file that has all functions allClasses: csv file that has all classes the allFunctions and allClasses outputs are needed since the csv files we have only show overloaded/overriden functions; they also only show classes that have parents (in the hierarchy). For the completeness of the database, we will need all functions and classes in the source code.

samasri commented 6 years ago

Related commits: 7bbc6437a9899566177c42f89f511527409b0360 4f069541856e04a4b5a6d72aafd59d097761e1e6

samasri commented 6 years ago

Name correction: Updated makefile to deal with extra outputs (weirdHierarchies and allFunctions) fa8dd12

samasri commented 6 years ago

Added functionality to collect source code of function declaration 6ad07f89f5d25ae7a16e05ad24dd6e2e2785b3bd