summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/CheckDeclaration.h
Commit message (Collapse)AuthorAgeFilesLines
* Removed Q_DECLARE_FLAGS parsing, leaving it to the CPP to expand it.Erik Verbruggen2010-02-081-1/+0
|
* Added semantic checks for Q_ENUMS.Erik Verbruggen2010-02-071-6/+4
|
* Merge ichecker branch changes into the mainline. New project can be found ↵Wolfgang Beck2010-01-191-0/+6
| | | | under src/tools/ICheck
* Cleanup the C++ front-end.Roberto Raggi2009-10-201-4/+4
| | | | Removed CPLUSPLUS_BEGIN/END_NAMESPACE & co and made it possible to compile the parser with CPLUSPLUS_WITHOUT_QT.
* Check ctor-initializers.Roberto Raggi2009-10-061-0/+1
|
* Added protocol & class definedness checks, and added property attribute checks.Erik Verbruggen2009-10-051-0/+5
|
* Introduced CPlusPlus::TemplateArguments and fixed a possible mem-leak when ↵Roberto Raggi2009-08-261-3/+3
| | | | using template members.
* long live the kinghjk2009-08-141-1/+1
|
* Cleaned the ObjC AST up.Erik Verbruggen2009-08-051-2/+2
|
* Merged ObjCMethodDefinitionAST into ObjCMethodDeclarationAST.Erik Verbruggen2009-08-041-1/+0
|
* Added Semantic checks for ObjC methods.Erik Verbruggen2009-07-311-0/+1
|
* Improved ObjC parsing, and added semantic checks.Erik Verbruggen2009-07-281-0/+7
|
* Initial work on smart highlight of local symbols. For-statements and symbols ↵Roberto Raggi2009-06-251-0/+2
| | | | genarated from a macro expansion are not yet highlighted.
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
|
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-0/+106