aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/cplusplus/Symbols.h
Commit message (Expand)AuthorAgeFilesLines
* Compile with gcc -pedantic.Roberto Raggi2010-02-251-1/+1
* Added semantic checks for Q_ENUMS.Erik Verbruggen2010-02-071-8/+2
* Fixed typo in method name.Erik Verbruggen2010-01-221-1/+1
* Merge ichecker branch changes into the mainline. New project can be found und...Wolfgang Beck2010-01-191-0/+11
* Added BaseType::setType()Roberto Raggi2010-01-061-0/+2
* Introduced TypenameArgument.Roberto Raggi2009-12-081-0/+24
* Added initializers to the formal arguments.Roberto Raggi2009-12-081-2/+4
* Use const names.Roberto Raggi2009-12-011-27/+28
* Introduced type matchers.Roberto Raggi2009-11-231-0/+10
* Pass the fully specified type as const reference.Roberto Raggi2009-11-171-4/+4
* Added symbols for property declarations.Erik Verbruggen2009-11-111-0/+69
* Cleanup the C++ front-end.Roberto Raggi2009-10-201-4/+4
* Added protocol & class definedness checks, and added property attribute checks.Erik Verbruggen2009-10-051-7/+58
* Merge branch 'master' of [email protected]:creator/mainlineErik Verbruggen2009-09-281-0/+4
|\
| * Added the `isVirtual' attribute to Function.Roberto Raggi2009-09-251-0/+4
* | Added type declarations for forward declared ObjC protocols and classes.Erik Verbruggen2009-09-281-5/+35
|/
* Introduced CPlusPlus::TemplateArguments and fixed a possible mem-leak when us...Roberto Raggi2009-08-261-22/+31
* long live the kinghjk2009-08-141-1/+1
* Fixed semantic checks for Objective-C methods and fast-enumeration.Erik Verbruggen2009-08-051-0/+65
* Cleaned the ObjC AST up.Erik Verbruggen2009-08-051-22/+2
* Compile the C++ parser library with Sun CC 5.9.Thiago Macieira2009-08-031-9/+9
* Improved ObjC parsing, and added semantic checks.Erik Verbruggen2009-07-281-0/+127
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Moved some complicated checks into convenience functionsThorbjørn Lindeijer2009-03-261-0/+6
* Don't insert `(' when completing ambiguous symbols.Roberto Raggi2009-03-171-0/+4
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
* Introduced support for forward class declarations.Roberto Raggi2009-02-161-1/+36
* Reimplemented Type::as*Type() using virtual methods.Roberto Raggi2009-02-091-0/+24
* Reimplemented Symbol::as*() methods using virtual functions.Roberto Raggi2009-02-091-0/+66
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-0/+338