]> granicus.if.org Git - clang/commit
Fix layering of file remapping and header search initialization
authorAlp Toker <alp@nuanti.com>
Mon, 7 Jul 2014 06:05:00 +0000 (06:05 +0000)
committerAlp Toker <alp@nuanti.com>
Mon, 7 Jul 2014 06:05:00 +0000 (06:05 +0000)
commitd4689bbca1a7bd2151d28f62b0f625983b185451
tree1485ea47aec66fa15b3bd2afa51c52db3a1c69ab
parent841710be7cbcd4c5b6d355ffa37d2739b21b2fd8
Fix layering of file remapping and header search initialization

These two functions initialize the source manager and header search objects and
shouldn't be in InitPreprocessor which is concerned with priming the
preprocessor itself and predefining macros.

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