summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/Parser.h
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* Improved parsing of ambiguous statements.Roberto Raggi2009-10-191-0/+3
| | | | Done with Erik Verbruggen
* Removed the MacroResolverRoberto Raggi2009-10-071-2/+0
| | | | Unfortunately, the MacroResolver does not scale and we get pretty bad performances when parsing big projects.
* Introduced MacroResolver.Roberto Raggi2009-09-301-0/+2
|
* long live the kinghjk2009-08-141-1/+1
|
* Cleaned the ObjC AST up.Erik Verbruggen2009-08-051-1/+1
|
* Added @synchronized parsing for Objective-C.Erik Verbruggen2009-07-311-0/+1
|
* Added Semantic checks for ObjC methods.Erik Verbruggen2009-07-311-2/+2
|
* Another fix for ObjC fast-enum parsing.Erik Verbruggen2009-07-291-0/+1
|
* Improved ObjC parsing, and added semantic checks.Erik Verbruggen2009-07-281-2/+2
|
* Fixes for the ObjC AST. Now it should be complete.Erik Verbruggen2009-07-201-2/+2
|
* Added more AST for ObjC.Erik Verbruggen2009-07-201-3/+3
|
* Added ObjC method prototypes to the AST.Erik Verbruggen2009-07-161-2/+2
|
* Added ObjC properties to the AST.Erik Verbruggen2009-07-161-2/+2
|
* Added ObjC @interface and @implementation member declarations.Erik Verbruggen2009-07-161-1/+1
|
* Added ObjC encode expressions.Erik Verbruggen2009-07-161-2/+2
|
* Added varargs parsing for ObjC send_msg arguments.Erik Verbruggen2009-07-161-2/+2
|
* AST additions for ObjC send_msg.Erik Verbruggen2009-07-151-2/+2
|
* Added AST for a bit of ObjC.Erik Verbruggen2009-07-131-1/+1
|
* Introduced ForeachStatementAST and the bits to parse foreach statements when ↵Roberto Raggi2009-07-031-0/+1
| | | | qtMocRun is enabled.
* Some cleanup in the AST nodes.Roberto Raggi2009-06-171-2/+2
|
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* Extended the AST with references to more tokensThorbjørn Lindeijer2009-05-111-1/+1
| | | | | | | | Mainly comma tokens. Referencing all tokens is necessary to be able to implement pretty-printing based on the AST while maintaining user formatting. Reviewed-by: Roberto Raggi
* Prefer C++ Initializer when parsing init-declarators.Roberto Raggi2009-03-171-1/+1
|
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
|
* Improved the implementation of new-expressions.Roberto Raggi2009-02-101-1/+2
|
* Fixes: Parsing objc method definitions.Roberto Raggi2009-02-051-0/+2
|
* Fixes: Parsing of GCC asm definitions.Roberto Raggi2009-02-051-0/+3
|
* Fixes: Parsing of objc message expressions.Roberto Raggi2009-02-051-0/+4
|
* Fixes: Parsing of objc string literals and selector expressions.Roberto Raggi2009-02-051-0/+3
|
* Fixes: Parsing of objc protocol expressions.Roberto Raggi2009-02-051-0/+1
|
* Parse objc encode expressions.Roberto Raggi2009-02-051-0/+2
|
* Dummy method for the objc expressions.Roberto Raggi2009-02-051-0/+1
|
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-0/+292