summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/CPlusPlusForwardDeclarations.h
Commit message (Collapse)AuthorAgeFilesLines
* move src/shared/cplusplus/ -> src/libs/3rdparty/cplusplus/Oswald Buddenhagen2011-05-161-150/+0
| | | | Approved-by: legal
* Added the Enumerator class as a special Declaration.Erik Verbruggen2011-05-091-0/+1
| | | | Reviewed-by: Roberto Raggi
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
| | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
* Update license.hjk2011-04-131-14/+13
|
* s:// end of namespace :// namespace :g for consistencyhjk2011-02-041-1/+1
| | | | We use the latter style everywhere else to signify the end of a namespace block.
* It's 2011 now.con2011-01-121-1/+1
| | | | Reviewed-by: hjk
* C++: Bind Q_ENUMS in the code model.Christian Kamm2011-01-041-0/+1
| | | | Reviewed-by: Roberto Raggi
* C++: Add QtPropertyDeclaration symbol.Christian Kamm2011-01-041-0/+3
| | | | Reviewed-by: Roberto Raggi
* License headers.con2010-12-171-7/+11
|
* Merge CPlusPlus::NameId and CPlusPlus::Identifier.Roberto Raggi2010-09-021-1/+1
|
* Get rid of deprecated forward class declarations.Roberto Raggi2010-08-261-1/+0
|
* Introduced CPlusPlus::Template and process the template declarations.Roberto Raggi2010-08-111-0/+1
|
* Removed TemplateParameters.Roberto Raggi2010-08-111-1/+0
|
* Merged ScopedSymbol and Scope.Roberto Raggi2010-08-111-2/+2
|
* Introduce Namespace aliases and store the TranslationUnit instead of the ↵Roberto Raggi2010-05-051-0/+1
| | | | Control.
* Long live the king!hjk2010-03-051-1/+1
|
* Added semantic checks for Q_ENUMS.Erik Verbruggen2010-02-071-5/+1
|
* Merge remote branch 'origin/1.3'Oswald Buddenhagen2010-01-291-1/+1
|\ | | | | | | Trailing whitespace removal re-applied manually.
* | Merge ichecker branch changes into the mainline. New project can be found ↵Wolfgang Beck2010-01-191-1/+5
| | | | | | | | under src/tools/ICheck
* | Introduced TypenameArgument.Roberto Raggi2009-12-081-0/+1
| |
* | CleanupRoberto Raggi2009-11-231-0/+1
| |
* | Introduced type matchers.Roberto Raggi2009-11-231-0/+3
| |
* | Added symbols for property declarations.Erik Verbruggen2009-11-111-0/+1
|/
* Autotests: Compile on WindowsFriedemann Kleint2009-10-261-0/+2
| | | | Reviewed-by: Roberto Raggi <qtc-committer@nokia.com>
* Cleanup the C++ front-end.Roberto Raggi2009-10-201-20/+4
| | | | Removed CPLUSPLUS_BEGIN/END_NAMESPACE & co and made it possible to compile the parser with CPLUSPLUS_WITHOUT_QT.
* Removed the MacroResolverRoberto Raggi2009-10-071-1/+0
| | | | 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/+2
|
* Introduced MacroResolver.Roberto Raggi2009-09-301-0/+1
|
* Introduced CPlusPlus::TemplateArguments and fixed a possible mem-leak when ↵Roberto Raggi2009-08-261-0/+1
| | | | using template members.
* long live the kinghjk2009-08-141-1/+1
|
* Added Semantic checks for ObjC methods.Erik Verbruggen2009-07-311-0/+2
|
* Improved ObjC parsing, and added semantic checks.Erik Verbruggen2009-07-281-0/+6
|
* Introduced SemanticHighlighterRoberto Raggi2009-07-091-1/+0
| | | | Done with Thorbjørn Lindeijer
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* Made the C++ front-end more Creator-friendly.Roberto Raggi2009-06-031-1/+2
|
* Added a fwd declaration for the class Token.Roberto Raggi2009-03-061-0/+1
|
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
|
* Introduced support for forward class declarations.Roberto Raggi2009-02-161-0/+1
|
* Fixed all crashes due to refencing undefined typesThorbjørn Lindeijer2009-02-101-0/+1
| | | | | | Introduced UndefinedType class to replace null pointer. Done with Roberto Raggi
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-0/+140