srcML / srcSlice

Lightweight tool for slicing
34 stars 16 forks source link

Table of function to files #10

Closed cnewman closed 8 years ago

cnewman commented 8 years ago

Interprocedural comptuation requires possibly searching other tables for functions (if they weren't defined in the same file, for instance).

To make this resonably fast, need a table of all functions and what file they're in.

cnewman commented 8 years ago

Table was created as of commit number 645ab95d2d41e241f46982a7035edbe6037c2533. There's still some issue with function names sometimes, but many of them are calls to functions that are defined in headers that I didn't srcML because they're c/c++ std headers or exist in some lib somewhere else.