summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/CheckName.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the old Semantic pass.Roberto Raggi2010-08-131-419/+0
* Removed TemplateArgumentListRoberto Raggi2010-08-111-1/+1
* Get rid of the prefix findOrInsert for the functions in CPlusPlus::Control.Roberto Raggi2010-08-111-1/+1
* Merged ScopedSymbol and Scope.Roberto Raggi2010-08-111-1/+1
* Recursive definition of CPlusPlus::QualifiedNameId.Roberto Raggi2010-07-121-9/+16
* Fixed return-type checking for ObjC methods.Erik Verbruggen2010-06-181-2/+2
* Fixed ObjC selector name creation.Erik Verbruggen2010-05-201-1/+5
* Long live the king!hjk2010-03-051-1/+1
* Simplified ObjC selectors in the AST.Erik Verbruggen2010-02-231-29/+2
* Changed ObjC message arguments to have SimpleName for the name part.Erik Verbruggen2010-02-081-5/+4
* Fix to selector parameter position.Erik Verbruggen2010-01-061-1/+1
* Added initializers to the formal arguments.Roberto Raggi2009-12-081-1/+1
* Use const names.Roberto Raggi2009-12-011-17/+16
* Use const literals.Roberto Raggi2009-12-011-6/+6
* Fixed possible crash in CheckNameRoberto Raggi2009-11-111-9/+16
* Added scope calculation for Objective-C classes.Erik Verbruggen2009-11-111-6/+6
* Fixed the AST field names.Roberto Raggi2009-11-101-5/+5
* Cleanup nested name specifiersRoberto Raggi2009-11-101-8/+10
* Removed ObjCSelectorArgumentListASTRoberto Raggi2009-11-101-1/+1
* Removed TemplateArgumentListASTRoberto Raggi2009-11-101-1/+1
* Cleanup the C++ front-end.Roberto Raggi2009-10-201-2/+2
* Fixed possible null-pointer dereference.Erik Verbruggen2009-10-051-2/+5
* long live the kinghjk2009-08-141-1/+1
* Added Semantic checks for ObjC methods.Erik Verbruggen2009-07-311-2/+4
* Added semantic checks for method declarations.Erik Verbruggen2009-07-311-0/+34
* Improved ObjC parsing, and added semantic checks.Erik Verbruggen2009-07-281-0/+35
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Warn for undefined types (not finished yet).Roberto Raggi2009-06-041-0/+4
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
* Annotated the NameAST nodes.Roberto Raggi2009-02-091-0/+6
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-0/+348