aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint/FindBugs.cpp
AgeCommit message (Expand)Author
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner
2009-07-16Convert more tools code from cerr and cout to errs() and outs().Dan Gohman
2009-07-15Use errs() instead of std::cerr.Dan Gohman
2008-02-14PR2027, Fix bugpoint's -find-bugs option, clean up the code.Nick Lewycky
2007-12-29remove attributions from tools.Chris Lattner
2006-08-17minor cleanupsChris Lattner
2006-08-15Adding FindBugs.cpp so the -find-bugs option will work.Patrick Jenkins