summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-08-06 01:01:12 +0000
committerEric Christopher <echristo@gmail.com>2015-08-06 01:01:12 +0000
commit02d5d86b4e76041ddb90fe4b1625d8b244836c08 (patch)
treed83f40f116b7683081811273c3d77ad83ce82679 /clang/lib/Frontend
parent49873a838208f0ac0fe454444e6d603d9cc2877b (diff)
downloadbcm5719-llvm-02d5d86b4e76041ddb90fe4b1625d8b244836c08.tar.gz
bcm5719-llvm-02d5d86b4e76041ddb90fe4b1625d8b244836c08.zip
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
Diffstat (limited to 'clang/lib/Frontend')
-rw-r--r--clang/lib/Frontend/ChainedIncludesSource.cpp2
-rw-r--r--clang/lib/Frontend/FrontendAction.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Frontend/ChainedIncludesSource.cpp b/clang/lib/Frontend/ChainedIncludesSource.cpp
index 5a5d2d55eda..d36162b8dab 100644
--- a/clang/lib/Frontend/ChainedIncludesSource.cpp
+++ b/clang/lib/Frontend/ChainedIncludesSource.cpp
@@ -169,7 +169,7 @@ IntrusiveRefCntPtr<ExternalSemaSource> clang::createChainedIncludesSource(
if (firstInclude) {
Preprocessor &PP = Clang->getPreprocessor();
- PP.getBuiltinInfo().InitializeBuiltins(PP.getIdentifierTable(),
+ PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(),
PP.getLangOpts());
} else {
assert(!SerialBufs.empty());
diff --git a/clang/lib/Frontend/FrontendAction.cpp b/clang/lib/Frontend/FrontendAction.cpp
index 3e0f7a12c3b..36135e816fb 100644
--- a/clang/lib/Frontend/FrontendAction.cpp
+++ b/clang/lib/Frontend/FrontendAction.cpp
@@ -375,7 +375,7 @@ bool FrontendAction::BeginSourceFile(CompilerInstance &CI,
if (CI.getLangOpts().Modules)
CI.createModuleManager();
- PP.getBuiltinInfo().InitializeBuiltins(PP.getIdentifierTable(),
+ PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(),
PP.getLangOpts());
} else {
// FIXME: If this is a problem, recover from it by creating a multiplex
OpenPOWER on IntegriCloud