[cfe-dev] Checker Plugins

Jordy Rose jediknil at belkadan.com
Wed Aug 10 23:22:23 PDT 2011


On Aug 10, 2011, at 17:40, Argyrios Kyrtzidis wrote:

> On Aug 6, 2011, at 5:15 PM, Jordy Rose wrote:
> 
>> I was using "load" to mean "collect information about what checkers are available". Is there a better name for CheckerRegistry that captures the sense of "what checkers are available"? (Go back to "CheckerProvider"?)
> 
> Across llvm the "registry" concept is well established, I think we should follow the same term for "registering" available checkers and when actually creating concrete checker objects that the CheckerManager will use we can say this is "loading" or "initializing" or something else..
> 
> -Argyrios



All right, sounds good. I'll use "initialization". (And all the individual registerXChecker functions will become initializeXChecker in a separate patch.)

Jordy



More information about the cfe-dev mailing list