summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/CheckDeclarator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the old Semantic pass.Roberto Raggi2010-08-131-310/+0
* Merged ScopedSymbol and Scope.Roberto Raggi2010-08-111-2/+2
* Apply the decl specifiers.Roberto Raggi2010-08-091-3/+0
* Refactored CPlusPlus::Function.Roberto Raggi2010-08-051-1/+1
* Fixed return-type checking for ObjC methods.Erik Verbruggen2010-06-181-1/+3
* CPlusPlus: Let functions know about their cv-qualifiers again.Christian Kamm2010-04-191-0/+3
* Added __attribute__ visiting, and storing of the deprecated attr.Erik Verbruggen2010-03-231-10/+4
* Warn for invalid pointer to references.Roberto Raggi2010-03-231-0/+3
* Warn for invalid references.Roberto Raggi2010-03-231-0/+3
* Recognize C++0x rvalue references.Roberto Raggi2010-03-231-2/+4
* Long live the king!hjk2010-03-051-1/+1
* Simplified ObjC selectors in the AST.Erik Verbruggen2010-02-231-9/+7
* Fixed local usage highlighting for ObjC message parameters.Erik Verbruggen2010-02-111-1/+0
* Changed ObjC message arguments to have SimpleName for the name part.Erik Verbruggen2010-02-081-1/+1
* Removed superfluous null check which somehow got back from being removed.Erik Verbruggen2010-02-041-1/+1
* Source update.Wolfgang Beck2010-02-031-1/+1
* Removed duplicate null check.Erik Verbruggen2010-01-221-1/+1
* Fix to selector parameter position.Erik Verbruggen2010-01-061-1/+2
* Use const names.Roberto Raggi2009-12-011-6/+6
* Added scope calculation for Objective-C classes.Erik Verbruggen2009-11-111-5/+14
* Fixed the AST field names.Roberto Raggi2009-11-101-8/+8
* Cleanup specifiers.Roberto Raggi2009-11-101-5/+6
* Cleanup ptr operators.Roberto Raggi2009-11-101-7/+7
* Removed member NestedNameSpecifierAST::nextRoberto Raggi2009-11-101-1/+1
* Cleanup postfix declarators.Roberto Raggi2009-11-101-5/+0
* Removed ObjCMessageArgumentDeclarationListASTRoberto Raggi2009-11-101-1/+1
* Removed DeclarationListAST node.Roberto Raggi2009-11-101-1/+1
* Cleanup the C++ front-end.Roberto Raggi2009-10-201-2/+2
* Added protocol & class definedness checks, and added property attribute checks.Erik Verbruggen2009-10-051-2/+3
* Added the `isVirtual' attribute to Function.Roberto Raggi2009-09-251-0/+3
* long live the kinghjk2009-08-141-1/+1
* Fixed semantic checks for Objective-C methods and fast-enumeration.Erik Verbruggen2009-08-051-10/+8
* Check for 0x0 accessRoberto Raggi2009-08-041-1/+1
* Added semantic checks for method declarations.Erik Verbruggen2009-07-311-7/+14
* Improved ObjC parsing, and added semantic checks.Erik Verbruggen2009-07-281-0/+37
* Visit the declarator's initializer.Roberto Raggi2009-07-061-5/+3
* Some cleanup in the AST nodes.Roberto Raggi2009-06-171-3/+3
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Don't insert `(' when completing ambiguous symbols.Roberto Raggi2009-03-171-0/+1
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
* Reimplemented Type::as*Type() using virtual methods.Roberto Raggi2009-02-091-2/+5
* Annotate function declarators.Roberto Raggi2009-02-091-0/+1
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-0/+258