summaryrefslogtreecommitdiffstats
path: root/iwyu_ast_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'iwyu_ast_util.h')
-rw-r--r--iwyu_ast_util.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/iwyu_ast_util.h b/iwyu_ast_util.h
index 18ddf2d..28668f7 100644
--- a/iwyu_ast_util.h
+++ b/iwyu_ast_util.h
@@ -652,8 +652,7 @@ const clang::NamedDecl* GetNonfriendClassRedecl(const clang::NamedDecl* decl);
bool DeclsAreInSameClass(const clang::Decl* decl1, const clang::Decl* decl2);
// Returns true if the given decl/name is a builtin function
-bool IsBuiltinFunction(const clang::NamedDecl* decl,
- const std::string& symbol_name);
+bool IsBuiltinFunction(const clang::NamedDecl* decl);
// --- Utilities for Type.