add a new helper method. It is unclear to me why this doesn't work, but GCC
won't match it: template<std::size_t StrLen> bool isName(const char Str[StrLen]) const { return getLength() == StrLen-1 && !memcmp(getName(), Str, StrLen-1); } llvm-svn: 59605
Loading
Please register or sign in to comment