]> granicus.if.org Git - clang/commit
Kill PreprocessorFactory, which was both morally repugnant and totally unused.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 4 Nov 2009 23:56:25 +0000 (23:56 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 4 Nov 2009 23:56:25 +0000 (23:56 +0000)
commit90b1827c1c1cf075266b96b416eefcf37924333b
treea0b0778195785570fa05284bacff688e5dcd4570
parent593c41fb0bc6dd556401440c63754e28b93d803b
Kill PreprocessorFactory, which was both morally repugnant and totally unused.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86076 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
include/clang/Frontend/ASTConsumers.h
include/clang/Frontend/AnalysisConsumer.h
include/clang/Frontend/PathDiagnosticClients.h
include/clang/Frontend/Utils.h
include/clang/Lex/Preprocessor.h
include/clang/Rewrite/HTMLRewrite.h
lib/Frontend/AnalysisConsumer.cpp
lib/Frontend/HTMLDiagnostics.cpp
lib/Frontend/HTMLPrint.cpp
lib/Frontend/PlistDiagnostics.cpp
lib/Lex/Preprocessor.cpp
lib/Rewrite/HTMLRewrite.cpp
tools/clang-cc/clang-cc.cpp