diff options
author | Erik Verbruggen <erik.verbruggen@nokia.com> | 2009-10-05 18:02:01 +0200 |
---|---|---|
committer | Erik Verbruggen <erik.verbruggen@nokia.com> | 2009-10-05 18:02:01 +0200 |
commit | f1e665463b221ff33d714d55683033afdaf46576 (patch) | |
tree | a580aec2664c9977be748d6f93c7d295bb854a50 /src/shared/cplusplus/CheckSpecifier.cpp | |
parent | b43f279227e7eb074f68f2222a908c568b1e749e (diff) | |
download | qt-creator-f1e665463b221ff33d714d55683033afdaf46576.tar.gz |
Added protocol & class definedness checks, and added property attribute checks.
Diffstat (limited to 'src/shared/cplusplus/CheckSpecifier.cpp')
-rw-r--r-- | src/shared/cplusplus/CheckSpecifier.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/cplusplus/CheckSpecifier.cpp b/src/shared/cplusplus/CheckSpecifier.cpp index 9cbef35377..d4de2c5517 100644 --- a/src/shared/cplusplus/CheckSpecifier.cpp +++ b/src/shared/cplusplus/CheckSpecifier.cpp @@ -416,8 +416,8 @@ bool CheckSpecifier::visit(AttributeSpecifierAST *ast) bool CheckSpecifier::visit(ObjCTypeNameAST * /*ast*/) { // TODO: implement this (EV) - _fullySpecifiedType = FullySpecifiedType(); - return false; +// _fullySpecifiedType = FullySpecifiedType(); + return true; } CPLUSPLUS_END_NAMESPACE |