]> granicus.if.org Git - clang/commit
Remove unused IncrProcessing parameter from Preprocessor ctor
authorAlp Toker <alp@nuanti.com>
Fri, 2 May 2014 03:43:21 +0000 (03:43 +0000)
committerAlp Toker <alp@nuanti.com>
Fri, 2 May 2014 03:43:21 +0000 (03:43 +0000)
commit850a105f72797a8e194a2b139432f63d9037cbd3
tree67d584aa15c8c725d2d5be53d2c2bc6865e6e95f
parent688b1f2e84850e7205cdfb04c77554e20be70594
Remove unused IncrProcessing parameter from Preprocessor ctor

Preprocessor::enableIncrementalProcessing() provides a consistent interface to
enable the feature.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207824 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/Preprocessor.h
lib/Frontend/CompilerInstance.cpp
lib/Lex/Preprocessor.cpp