Closed samasri closed 6 years ago
Related commits: 7bbc6437a9899566177c42f89f511527409b0360 4f069541856e04a4b5a6d72aafd59d097761e1e6
Name correction: Updated makefile to deal with extra outputs (weirdHierarchies and allFunctions) fa8dd12
Added functionality to collect source code of function declaration 6ad07f89f5d25ae7a16e05ad24dd6e2e2785b3bd
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.