]> granicus.if.org Git - clang/commit
Make the constant folder aware of
authorEli Friedman <eli.friedman@gmail.com>
Sun, 25 Jan 2009 01:54:01 +0000 (01:54 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sun, 25 Jan 2009 01:54:01 +0000 (01:54 +0000)
commit3941b18b8e441c8c466efecd557de60b9a32d10b
tree1de7266d1da145299e6fc11abca47169e52b5c03
parentf01158941ba4560c63150032073bb231ce38999e
Make the constant folder aware of
__builtin___CFStringMakeConstantString.  (We get into trouble in
GenerateStaticBlockVarDecl if the constant folder isn't accurate.)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62949 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprConstant.cpp
lib/CodeGen/CGBuiltin.cpp
lib/CodeGen/CGExprConstant.cpp
test/CodeGen/cfstring.c