From 97a03cf921ccc16ef9d16d965a5ef28631090f6a Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Thu, 11 Jul 2013 16:53:04 +0000 Subject: Simplify GetBuiltinNames by hoising the NoBuiltins argument out of it. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186106 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Basic/Builtins.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include/clang/Basic/Builtins.h') diff --git a/include/clang/Basic/Builtins.h b/include/clang/Basic/Builtins.h index eb156519ae..ef8955c94b 100644 --- a/include/clang/Basic/Builtins.h +++ b/include/clang/Basic/Builtins.h @@ -75,9 +75,8 @@ public: /// such. void InitializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts); - /// \brief Popular the vector with the names of all of the builtins. - void GetBuiltinNames(SmallVectorImpl &Names, - bool NoBuiltins); + /// \brief Populate the vector with the names of all of the builtins. + void GetBuiltinNames(SmallVectorImpl &Names); /// \brief Return the identifier name for the specified builtin, /// e.g. "__builtin_abs". -- cgit v1.2.3