summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/Symbols.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge ichecker branch changes into the mainline. New project can be found und...Wolfgang Beck2010-01-191-0/+43
* Added BaseType::setType()Roberto Raggi2010-01-061-1/+4
* Introduced TypenameArgument.Roberto Raggi2009-12-081-0/+16
* Added initializers to the formal arguments.Roberto Raggi2009-12-081-3/+6
* Use const names.Roberto Raggi2009-12-011-33/+35
* Introduced type matchers.Roberto Raggi2009-11-231-1/+81
* Pass the fully specified type as const reference.Roberto Raggi2009-11-171-4/+4
* Added symbols for property declarations.Erik Verbruggen2009-11-111-0/+19
* Initialize _isInterface of ObjCClassRoberto Raggi2009-10-211-0/+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-0/+26
* Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlineErik Verbruggen2009-09-281-0/+6
|\
| * Added the `isVirtual' attribute to Function.Roberto Raggi2009-09-251-0/+6
* | Added type declarations for forward declared ObjC protocols and classes.Erik Verbruggen2009-09-281-3/+42
|/
* Introduced CPlusPlus::TemplateArguments and fixed a possible mem-leak when us...Roberto Raggi2009-08-261-32/+34
* long live the kinghjk2009-08-141-1/+1
* Fixed semantic checks for Objective-C methods and fast-enumeration.Erik Verbruggen2009-08-051-1/+92
* Cleaned the ObjC AST up.Erik Verbruggen2009-08-051-34/+2
* Compile the C++ parser library with Sun CC 5.9.Thiago Macieira2009-08-031-15/+15
* Improved ObjC parsing, and added semantic checks.Erik Verbruggen2009-07-281-0/+134
* Initial work on smart highlight of local symbols. For-statements and symbols ...Roberto Raggi2009-06-251-1/+7
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Removed hidden function declarations from the overloaded function set.Roberto Raggi2009-05-191-0/+5
* Moved some complicated checks into convenience functionsThorbjørn Lindeijer2009-03-261-0/+12
* Don't insert `(' when completing ambiguous symbols.Roberto Raggi2009-03-171-0/+6
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
* Introduced support for forward class declarations.Roberto Raggi2009-02-161-0/+47
* Reimplemented Type::as*Type() using virtual methods.Roberto Raggi2009-02-091-4/+4
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-0/+484