]> granicus.if.org Git - clang/commit
finish the implementation of -imacros. The driver still needs to be hooked up.
authorChris Lattner <sabre@nondot.org>
Wed, 8 Apr 2009 20:53:24 +0000 (20:53 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 8 Apr 2009 20:53:24 +0000 (20:53 +0000)
commitfd10511b3e686c5b045f8324b0632f3624d9ef05
tree23e247d47121d809713ac8a829f2d40135e5cd8e
parent0139bb96494b4c4ba0824617d5d2495dc7e44c76
finish the implementation of -imacros.  The driver still needs to be hooked up.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68640 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/PPDirectives.cpp
test/Preprocessor/include-macros.c [new file with mode: 0644]
tools/clang-cc/clang-cc.cpp