Go to file
Chris Lattner f3bc75afcf Since isComplexType() no longer returns true for _Complex integers, the code
generator needs to call isAnyComplexType().  This fixes PR1960.

llvm-svn: 49220
2008-04-04 16:54:41 +00:00
clang Since isComplexType() no longer returns true for _Complex integers, the code 2008-04-04 16:54:41 +00:00
llvm strdup needs <cstring>. This fixes a build error with g++-4.3. 2008-04-04 16:08:00 +00:00