summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/CheckDeclarator.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Done with Erik Verbruggen
* Removed DeclarationListAST node.Roberto Raggi2009-11-101-1/+1
| | | | Done with Erik Verbruggen
* Cleanup the C++ front-end.Roberto Raggi2009-10-201-2/+2
| | | | Removed CPLUSPLUS_BEGIN/END_NAMESPACE & co and made it possible to compile the parser with CPLUSPLUS_WITHOUT_QT.
* 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
| | | | Reviewed-by: Trust Me
* 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