Re: Static Source code analysis

"Eric Christopher" <echristo@gmail.com>
Fri, 25 Jul 2008 11:29:41 -0700

          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: "Eric Christopher" <echristo@gmail.com>
Newsgroups: comp.compilers
Date: Fri, 25 Jul 2008 11:29:41 -0700
Organization: Compilers Central
References: 08-07-052
Keywords: analysis, tools
Posted-Date: 26 Jul 2008 05:32:19 EDT

On Fri, Jul 25, 2008 at 4:48 AM, rajagopal <rajagopal.ns@gmail.com> wrote:
> 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.
>


There's also a C languages front-end under development as part
of the llvm project here:


http://clang.llvm.org/


there's also ongoing work to use this front end for static analysis
and it's already
been used by a few open source projects.


-eric



Post a followup to this message

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