summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/Symbols.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Roberto Raggi2010-05-051-0/+21
| | | | Control.
* 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
| | | | Reviewed-by: Roberto Raggi
* CleanupRoberto Raggi2010-03-301-0/+66
|
* Ensure that the memory pool can be reused after a rewind and get rid of the ↵Roberto Raggi2010-03-181-1/+1
| | | | segmented array.
* 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 ↵Wolfgang Beck2010-01-191-0/+43
| | | | under src/tools/ICheck
* 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
| | | | Removed CPLUSPLUS_BEGIN/END_NAMESPACE & co and made it possible to compile the parser with CPLUSPLUS_WITHOUT_QT.
* 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 ↵Roberto Raggi2009-08-261-32/+34
| | | | using template members.
* 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
|
* Compile the C++ parser library with Sun CC 5.9.Thiago Macieira2009-08-031-15/+15
| | | | | | | | | | | | Things you mustn't do: 1) end an enum with a comma 2) #include <cxxxx> and not use std:: 3) use anonymous structures All three things are invalid C++. Anonymous structures inside anonymous unions are allowed by GCC, but that doesn't mean it's valid.
* Improved ObjC parsing, and added semantic checks.Erik Verbruggen2009-07-281-0/+134
|
* Initial work on smart highlight of local symbols. For-statements and symbols ↵Roberto Raggi2009-06-251-1/+7
| | | | 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
* Removed hidden function declarations from the overloaded function set.Roberto Raggi2009-05-191-0/+5
|
* Moved some complicated checks into convenience functionsThorbjørn Lindeijer2009-03-261-0/+12
|
* Don't insert `(' when completing ambiguous symbols.Roberto Raggi2009-03-171-0/+6
|
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
|
* Introduced support for forward class declarations.Roberto Raggi2009-02-161-0/+47
|
* Reimplemented Type::as*Type() using virtual methods.Roberto Raggi2009-02-091-4/+4
|
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-0/+484