[cfe-dev] Clang Plugins

Douglas Gregor dgregor at apple.com
Fri Jul 22 13:15:00 PDT 2011


On Jul 22, 2011, at 12:55 PM, John Criswell wrote:

> Dear All,
> 
> We're looking to integrate our memory safety transforms into Clang so 
> that a simple command-line option to Clang will compile code with memory 
> safety checks.
> 
> We had originally believed that we would need to modify Clang, but Chris 
> Lattner suggested that we investigate a new plugin infrastructure that 
> is in development in Clang by Doug (I think it has something to do with 
> PassManagerBuilder.h).


As much as I'd love to see an improved plugin framework, I'm not actively working on one.

	- Doug



More information about the cfe-dev mailing list