summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/HTMLPrint.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix for PR4642: move work in HTMLPrinter out of the destructor.Eli Friedman2009-12-121-2/+2
| | | | llvm-svn: 91205
* Kill PreprocessorFactory, which was both morally repugnant and totally unused.Daniel Dunbar2009-11-041-17/+19
| | | | llvm-svn: 86076
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-4/+4
| | | | llvm-svn: 81346
* prune #includes.Chris Lattner2009-08-241-1/+1
| | | | llvm-svn: 79889
* Fix a crash with -emit-html from stdin.Eli Friedman2009-05-191-2/+11
| | | | llvm-svn: 72104
* Move ASTConsumers.h to include/clang/Frontend, and move the associated Eli Friedman2009-05-181-0/+83
.cpp files to lib/Frontend. (As proposed on cfe-dev.) llvm-svn: 72060
OpenPOWER on IntegriCloud