summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTContext.cpp
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/AST/ASTContext.cpp
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/AST/ASTContext.cpp')
-rw-r--r--clang/lib/AST/ASTContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/AST/ASTContext.cpp b/clang/lib/AST/ASTContext.cpp
index e17a9819bdd..bc94bd0bb57 100644
--- a/clang/lib/AST/ASTContext.cpp
+++ b/clang/lib/AST/ASTContext.cpp
@@ -8118,7 +8118,7 @@ static QualType DecodeTypeFromStr(const char *&Str, const ASTContext &Context,
QualType ASTContext::GetBuiltinType(unsigned Id,
GetBuiltinTypeError &Error,
unsigned *IntegerConstantArgs) const {
- const char *TypeStr = BuiltinInfo.GetTypeString(Id);
+ const char *TypeStr = BuiltinInfo.getTypeString(Id);
SmallVector<QualType, 8> ArgTypes;
OpenPOWER on IntegriCloud