]> granicus.if.org Git - clang/commit
Restore macro expansion for HTMLPrint by using the original Preprocessor.
authorTed Kremenek <kremenek@apple.com>
Fri, 18 Apr 2008 05:35:23 +0000 (05:35 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 18 Apr 2008 05:35:23 +0000 (05:35 +0000)
commitbef5c8bf65bf9a1ae7bf0d6630e17cf3eeae8cc4
treec1799defd70eba8f6b6479af53ec6420de1d1440
parentfb58609c5b3f0d665ea58e37ef39eb7ea74758a4
Restore macro expansion for HTMLPrint by using the original Preprocessor.
This is a workaround until we figure out why a freshly create Preprocessor
doesn't expand macros from headers.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49897 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/HTMLPrint.cpp