]> granicus.if.org Git - clang/commit
include clang's config.h unconditionally
authorDylan Noblesmith <nobled@dreamwidth.org>
Wed, 1 Feb 2012 14:25:28 +0000 (14:25 +0000)
committerDylan Noblesmith <nobled@dreamwidth.org>
Wed, 1 Feb 2012 14:25:28 +0000 (14:25 +0000)
commit69d3b4f7c9fa818d2536b4f1b220b942ae392128
treeff0fe3775f66768a8f131b5677b035f2d5462118
parent9dc01f5f9ca379d378dfd6a225391497ef2447e3
include clang's config.h unconditionally

And remove HAVE_CLANG_CONFIG_H, now that the header is generated
in the autoconf build, too. (clang r149497 / llvm r149498)

Also include the config.h header after all other headers, per
the LLVM coding standards.

It also turns out WindowsToolChain.cpp wasn't using the config
header at all, so that include's just deleted now.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149504 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt
lib/Driver/Driver.cpp
lib/Driver/ToolChains.cpp
lib/Driver/WindowsToolChain.cpp
lib/Frontend/InitHeaderSearch.cpp