Go to file
Ted Kremenek 5902794c8c Fix incorrect testing for the end of the both strings in CStrInCStrNoCase. This could cause a read-out-of-bounds error if s2 is smaller than s1.
llvm-svn: 58009
2008-10-22 23:16:52 +00:00
clang Restrict creation of OverloadedFunctionDecl only to C++ (it was getting used for invalid redeclarations on C). 2008-10-22 23:08:24 +00:00
llvm Fix incorrect testing for the end of the both strings in CStrInCStrNoCase. This could cause a read-out-of-bounds error if s2 is smaller than s1. 2008-10-22 23:16:52 +00:00