Static Source code analysis

rajagopal <rajagopal.ns@gmail.com>
Fri, 25 Jul 2008 04:48:37 -0700 (PDT)

          From comp.compilers

Related articles
Static Source code analysis rajagopal.ns@gmail.com (rajagopal) (2008-07-25)
Re: Static Source code analysis Anne.Pacalet@sophia.inria.fr (Anne Pacalet) (2008-07-25)
Re: Static Source code analysis echristo@gmail.com (Eric Christopher) (2008-07-25)
| List of all articles for this month |

From: rajagopal <rajagopal.ns@gmail.com>
Newsgroups: comp.compilers
Date: Fri, 25 Jul 2008 04:48:37 -0700 (PDT)
Organization: Compilers Central
Keywords: analysis, question
Posted-Date: 25 Jul 2008 08:05:07 EDT

I would like to parse existing C programs ( may be using JAVACC
parser) and get some data like


List of Functions
List of Variables (Static , External, Local)...
Whether the variable is input, output or bidirectional in a function
etc....
and use the same for our modelling work.


I would like to know if there is open source static code analyzer
available in source code form which I can tailor to my specific
requirement. Ideal if some tool is there reading programs in C and
populate RDBMS database


Regards
Raj


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.