summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
authorFrancois Pichet <pichet2000@gmail.com>2011-04-13 02:44:57 +0000
committerFrancois Pichet <pichet2000@gmail.com>2011-04-13 02:44:57 +0000
commitefc283c0765159978bccfbc6ea2f87a4e49c0438 (patch)
treef598c10199ae1dee9c37cedd61cb01bf2f1adbac /clang/lib
parent48c946e5efee7db32efc70b7c9efcf453d217089 (diff)
downloadbcm5719-llvm-efc283c0765159978bccfbc6ea2f87a4e49c0438.tar.gz
bcm5719-llvm-efc283c0765159978bccfbc6ea2f87a4e49c0438.zip
Still not used to put the * next to the variable name.
llvm-svn: 129426
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/Sema/SemaDecl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaDecl.cpp b/clang/lib/Sema/SemaDecl.cpp
index 4338ddaa1aa..29174245816 100644
--- a/clang/lib/Sema/SemaDecl.cpp
+++ b/clang/lib/Sema/SemaDecl.cpp
@@ -266,7 +266,7 @@ DeclSpec::TST Sema::isTagName(IdentifierInfo &II, Scope *S) {
/// @endcode
bool Sema::isMicrosoftMissingTypename(const CXXScopeSpec *SS) {
if (CurContext->isRecord()) {
- const Type* Ty = SS->getScopeRep()->getAsType();
+ const Type *Ty = SS->getScopeRep()->getAsType();
CXXRecordDecl *RD = cast<CXXRecordDecl>(CurContext);
for (CXXRecordDecl::base_class_const_iterator Base = RD->bases_begin(),
OpenPOWER on IntegriCloud