]> granicus.if.org Git - clang/commit
[Frontend] Make the include dir group independent from the "use sysroot" bit.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 29 Jan 2013 23:59:45 +0000 (23:59 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 29 Jan 2013 23:59:45 +0000 (23:59 +0000)
commitc33c9f7a9a955463b3418afd461774c726913800
tree54c56029767919d89866aa97146f0c5a2c5a7659
parentf85541c812af87e54b6738d22611721692ccdcb0
[Frontend] Make the include dir group independent from the "use sysroot" bit.

 - This slightly decouples the path handling, since before the group sometimes
   dominated the "use sysroot" bit, but it was still passed in via the API.

 - No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173855 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/InitHeaderSearch.cpp