Rename the non-coding style conformant functions in namespace Builtins
to match the rest of their brethren and reformat the bits that need it. llvm-svn: 244186
This commit is contained in:
@@ -1439,7 +1439,7 @@ namespace {
|
||||
unsigned BuiltinID = FD->getBuiltinID();
|
||||
if (!BuiltinID || !BI.isLibFunction(BuiltinID))
|
||||
return true;
|
||||
StringRef BuiltinName = BI.GetName(BuiltinID);
|
||||
StringRef BuiltinName = BI.getName(BuiltinID);
|
||||
if (BuiltinName.startswith("__builtin_") &&
|
||||
Name == BuiltinName.slice(strlen("__builtin_"), StringRef::npos)) {
|
||||
Result = true;
|
||||
|
||||
Reference in New Issue
Block a user