]> granicus.if.org Git - clang/commit
__CONSTANT_CFSTRINGS__ should be defined even in C mode, otherwise the CFSTR
authorChris Lattner <sabre@nondot.org>
Mon, 6 Oct 2008 07:43:09 +0000 (07:43 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 6 Oct 2008 07:43:09 +0000 (07:43 +0000)
commiteb52b44caf9afbf4bfaf0e3e6f9426d90492b85b
tree38b1168ce4f26ed0bcba18ac223b5103e56effd2
parent506ff88f44562df267b6a06608ab841b76df2a2b
__CONSTANT_CFSTRINGS__ should be defined even in C mode, otherwise the CFSTR
won't expand to the builtin.  This fixes rdar://6248329

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57164 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/Preprocessor.cpp
test/CodeGen/cfstring2.c [new file with mode: 0644]