summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/Symbols.cpp
Commit message (Expand)AuthorAgeFilesLines
* move src/shared/cplusplus/ -> src/libs/3rdparty/cplusplus/Oswald Buddenhagen2011-05-161-1119/+0
* Added the Enumerator class as a special Declaration.Erik Verbruggen2011-05-091-0/+14
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* It's 2011 now.con2011-01-121-1/+1
* C++: Bind Q_ENUMS in the code model.Christian Kamm2011-01-041-0/+15
* C++: Add QtPropertyDeclaration symbol.Christian Kamm2011-01-041-0/+24
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Added some initial support for function overloading.Roberto Raggi2010-12-101-0/+24
* | Fix argument count for functions with void argument.Francois Ferrand2010-11-181-0/+2
|/
* Fixed alignment issues with 64 bits ABIs.Roberto Raggi2010-09-031-6/+6
* Renamed Symbol::identity() to Symbol::unqualifiedName().Roberto Raggi2010-08-261-14/+14
* Implemented ObjcMethod::argumentCount().Roberto Raggi2010-08-161-2/+4
* Get rid of Function::block/setBlock.Roberto Raggi2010-08-161-11/+4
* Get rid of the #warning directives.Roberto Raggi2010-08-111-1/+1
* Introduced CPlusPlus::Template and process the template declarations.Roberto Raggi2010-08-111-0/+57
* Removed TemplateParameters.Roberto Raggi2010-08-111-79/+7
* Merged ScopedSymbol and Scope.Roberto Raggi2010-08-111-137/+23
* Forward the methods of Scope.Roberto Raggi2010-08-111-0/+79
* Refactored CPlusPlus::Function.Roberto Raggi2010-08-051-20/+20
* Highlight the virtual methods.Roberto Raggi2010-08-031-0/+14
* Fixes for scope range calculation.Erik Verbruggen2010-07-191-12/+0
* Moved startOffset/endOffset from Symbol to Scope.Erik Verbruggen2010-07-161-0/+12
* Introduce Namespace aliases and store the TranslationUnit instead of the Cont...Roberto Raggi2010-05-051-0/+21
* Fix left-overs from merging icheck code.Erik Verbruggen2010-04-231-0/+3
* CPlusPlus: Transfer cv qualifiers from Function to FullySpecifiedType.Christian Kamm2010-04-191-1/+6
* CleanupRoberto Raggi2010-03-301-0/+66
* Ensure that the memory pool can be reused after a rewind and get rid of the s...Roberto Raggi2010-03-181-1/+1
* Long live the king!hjk2010-03-051-1/+1
* Added semantic checks for Q_ENUMS.Erik Verbruggen2010-02-071-10/+0
* Source update.Wolfgang Beck2010-02-031-1/+5
* Merge ichecker branch changes into the mainline. New project can be found und...Wolfgang Beck2010-01-191-0/+43
* Added BaseType::setType()Roberto Raggi2010-01-061-1/+4
* Introduced TypenameArgument.Roberto Raggi2009-12-081-0/+16
* Added initializers to the formal arguments.Roberto Raggi2009-12-081-3/+6
* Use const names.Roberto Raggi2009-12-011-33/+35
* Introduced type matchers.Roberto Raggi2009-11-231-1/+81
* Pass the fully specified type as const reference.Roberto Raggi2009-11-171-4/+4
* Added symbols for property declarations.Erik Verbruggen2009-11-111-0/+19
* Initialize _isInterface of ObjCClassRoberto Raggi2009-10-211-0/+1
* Cleanup the C++ front-end.Roberto Raggi2009-10-201-2/+2
* Added protocol & class definedness checks, and added property attribute checks.Erik Verbruggen2009-10-051-0/+26
* Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlineErik Verbruggen2009-09-281-0/+6
|\
| * Added the `isVirtual' attribute to Function.Roberto Raggi2009-09-251-0/+6
* | Added type declarations for forward declared ObjC protocols and classes.Erik Verbruggen2009-09-281-3/+42
|/
* Introduced CPlusPlus::TemplateArguments and fixed a possible mem-leak when us...Roberto Raggi2009-08-261-32/+34
* long live the kinghjk2009-08-141-1/+1
* Fixed semantic checks for Objective-C methods and fast-enumeration.Erik Verbruggen2009-08-051-1/+92
* Cleaned the ObjC AST up.Erik Verbruggen2009-08-051-34/+2