search for: enablefoo

Displaying 2 results from an estimated 2 matches for "enablefoo".

2013 Nov 15
0
[LLVMdev] Any objections to my importing GoogleMock to go with GoogleTest in LLVM?
...I could have used this Summer for various things), not to mention the ability to eliminate all the nasty cl::opt !!!global!!! configurables that the various passes have. The interface for such options would be essentially the same as cl::opt options currently, except instead of `cl::opt<bool> EnableFoo("enable-foo")`, the pass is given essentially a map of strings to values (rather than having them be ad-hoc parsed through global state); the pass then just does `this->EnableFoo = getOption<bool>(Opts, "enable-foo")` (`this` added for clarity that it is a member). A si...
2013 Nov 14
3
[LLVMdev] Any objections to my importing GoogleMock to go with GoogleTest in LLVM?
On Tue, Nov 12, 2013 at 7:24 PM, Sean Silva <silvas at purdue.edu> wrote: > Could you maybe give an example or two to whet our testing appetite? It would honestly be simpler for me to write the tests after pulling it in and point at them. The GoogleMock project has some good examples as well. -------------- next part -------------- An HTML attachment was scrubbed... URL: