I compiled clang from SVN (r44614) and get the following warning (GCC 4.2.2):
CodeGenTypes.cpp: In member function 'const llvm::Type* clang::CodeGen::CodeGenTypes::ConvertNewType(clang::QualType)': CodeGenTypes.cpp:316: warning: comparison with string literal results in unspecified behaviour It seems that there is a comparison of two const char pointers. Is that intentional? Greetings, Kevin André _______________________________________________ cfe-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
