aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/HTMLPrint.cpp
AgeCommit message (Expand)Author
2010-06-15Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar
2009-12-12Fix for PR4642: move work in HTMLPrinter out of the destructor.Eli Friedman
2009-11-04Kill PreprocessorFactory, which was both morally repugnant and totally unused.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-24prune #includes.Chris Lattner
2009-05-19Fix a crash with -emit-html from stdin.Eli Friedman
2009-05-18Move ASTConsumers.h to include/clang/Frontend, and move the associated Eli Friedman