summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/Control.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Source update.Wolfgang Beck2010-02-031-0/+11
|
* Access the method insert() using its fully qualified name.Roberto Raggi2010-01-141-1/+2
|
* Introduced TypenameArgument.Roberto Raggi2009-12-081-0/+11
|
* Store the names in a set.Roberto Raggi2009-12-011-151/+94
|
* Use const names.Roberto Raggi2009-12-011-84/+83
|
* Use const literals.Roberto Raggi2009-12-011-37/+37
|
* Store the types in a set.Roberto Raggi2009-11-301-82/+95
|
* Removed the usage of CPlusPlus::Array<T>Roberto Raggi2009-11-301-12/+16
|
* Store all the symbols in one big list.Roberto Raggi2009-11-231-68/+21
|
* Use Array<T> instead of std::vector.Roberto Raggi2009-11-231-19/+19
|
* Don't use std::map to store types.Roberto Raggi2009-11-231-106/+94
|
* Introduced type matchers.Roberto Raggi2009-11-231-5/+3
|
* Pass the fully specified type as const reference.Roberto Raggi2009-11-171-9/+9
|
* Added symbols for property declarations.Erik Verbruggen2009-11-111-0/+12
|
* Fixed use of uninitialized Control.Erik Verbruggen2009-10-201-11/+13
|
* Changed ObjC context keyword comparison to use identifiers.Erik Verbruggen2009-10-201-1/+42
|
* Cleanup the C++ front-end.Roberto Raggi2009-10-201-2/+2
| | | | Removed CPLUSPLUS_BEGIN/END_NAMESPACE & co and made it possible to compile the parser with CPLUSPLUS_WITHOUT_QT.
* Removed the MacroResolverRoberto Raggi2009-10-071-14/+1
| | | | Unfortunately, the MacroResolver does not scale and we get pretty bad performances when parsing big projects.
* Added protocol & class definedness checks, and added property attribute checks.Erik Verbruggen2009-10-051-0/+24
|
* Introduced MacroResolver.Roberto Raggi2009-09-301-1/+15
|
* Introduced LiteralTable::findLiteral() and Control::findIdentifier()Roberto Raggi2009-09-231-0/+3
|
* long live the kinghjk2009-08-141-1/+1
|
* Fixed semantic checks for Objective-C methods and fast-enumeration.Erik Verbruggen2009-08-051-0/+12
|
* Added Semantic checks for ObjC methods.Erik Verbruggen2009-07-311-0/+40
|
* Improved ObjC parsing, and added semantic checks.Erik Verbruggen2009-07-281-0/+47
|
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* Removed the filename literals.Roberto Raggi2009-06-151-22/+0
|
* Introduced iterators for the c++ literals.Roberto Raggi2009-06-051-0/+18
|
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
|
* Introduced support for forward class declarations.Roberto Raggi2009-02-161-0/+15
|
* More annotations.Roberto Raggi2009-02-091-1/+0
|
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-0/+636