| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | It's 2011 now. | con | 2011-01-12 | 1 | -1/+1 |
| | | |||||
| * | License headers. | con | 2010-12-17 | 1 | -7/+11 |
| | | |||||
| * | Fixed alignment issues with 64 bits ABIs. | Roberto Raggi | 2010-09-03 | 1 | -6/+6 |
| | | |||||
| * | Renamed Symbol::identity() to Symbol::unqualifiedName(). | Roberto Raggi | 2010-08-26 | 1 | -14/+14 |
| | | |||||
| * | Implemented ObjcMethod::argumentCount(). | Roberto Raggi | 2010-08-16 | 1 | -2/+4 |
| | | |||||
| * | Get rid of Function::block/setBlock. | Roberto Raggi | 2010-08-16 | 1 | -11/+4 |
| | | |||||
| * | Get rid of the #warning directives. | Roberto Raggi | 2010-08-11 | 1 | -1/+1 |
| | | |||||
| * | Introduced CPlusPlus::Template and process the template declarations. | Roberto Raggi | 2010-08-11 | 1 | -0/+57 |
| | | |||||
| * | Removed TemplateParameters. | Roberto Raggi | 2010-08-11 | 1 | -79/+7 |
| | | |||||
| * | Merged ScopedSymbol and Scope. | Roberto Raggi | 2010-08-11 | 1 | -137/+23 |
| | | |||||
| * | Forward the methods of Scope. | Roberto Raggi | 2010-08-11 | 1 | -0/+79 |
| | | |||||
| * | Refactored CPlusPlus::Function. | Roberto Raggi | 2010-08-05 | 1 | -20/+20 |
| | | |||||
| * | Highlight the virtual methods. | Roberto Raggi | 2010-08-03 | 1 | -0/+14 |
| | | |||||
| * | Fixes for scope range calculation. | Erik Verbruggen | 2010-07-19 | 1 | -12/+0 |
| | | |||||
| * | Moved startOffset/endOffset from Symbol to Scope. | Erik Verbruggen | 2010-07-16 | 1 | -0/+12 |
| | | |||||
| * | Introduce Namespace aliases and store the TranslationUnit instead of the ↵ | Roberto Raggi | 2010-05-05 | 1 | -0/+21 |
| | | | | | Control. | ||||
| * | Fix left-overs from merging icheck code. | Erik Verbruggen | 2010-04-23 | 1 | -0/+3 |
| | | |||||
| * | CPlusPlus: Transfer cv qualifiers from Function to FullySpecifiedType. | Christian Kamm | 2010-04-19 | 1 | -1/+6 |
| | | | | | Reviewed-by: Roberto Raggi | ||||
| * | Cleanup | Roberto Raggi | 2010-03-30 | 1 | -0/+66 |
| | | |||||
| * | Ensure that the memory pool can be reused after a rewind and get rid of the ↵ | Roberto Raggi | 2010-03-18 | 1 | -1/+1 |
| | | | | | segmented array. | ||||
| * | Long live the king! | hjk | 2010-03-05 | 1 | -1/+1 |
| | | |||||
| * | Added semantic checks for Q_ENUMS. | Erik Verbruggen | 2010-02-07 | 1 | -10/+0 |
| | | |||||
| * | Source update. | Wolfgang Beck | 2010-02-03 | 1 | -1/+5 |
| | | |||||
| * | Merge ichecker branch changes into the mainline. New project can be found ↵ | Wolfgang Beck | 2010-01-19 | 1 | -0/+43 |
| | | | | | under src/tools/ICheck | ||||
| * | Added BaseType::setType() | Roberto Raggi | 2010-01-06 | 1 | -1/+4 |
| | | |||||
| * | Introduced TypenameArgument. | Roberto Raggi | 2009-12-08 | 1 | -0/+16 |
| | | |||||
| * | Added initializers to the formal arguments. | Roberto Raggi | 2009-12-08 | 1 | -3/+6 |
| | | |||||
| * | Use const names. | Roberto Raggi | 2009-12-01 | 1 | -33/+35 |
| | | |||||
| * | Introduced type matchers. | Roberto Raggi | 2009-11-23 | 1 | -1/+81 |
| | | |||||
| * | Pass the fully specified type as const reference. | Roberto Raggi | 2009-11-17 | 1 | -4/+4 |
| | | |||||
| * | Added symbols for property declarations. | Erik Verbruggen | 2009-11-11 | 1 | -0/+19 |
| | | |||||
| * | Initialize _isInterface of ObjCClass | Roberto Raggi | 2009-10-21 | 1 | -0/+1 |
| | | |||||
| * | Cleanup the C++ front-end. | Roberto Raggi | 2009-10-20 | 1 | -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 Verbruggen | 2009-10-05 | 1 | -0/+26 |
| | | |||||
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline | Erik Verbruggen | 2009-09-28 | 1 | -0/+6 |
| |\ | |||||
| | * | Added the `isVirtual' attribute to Function. | Roberto Raggi | 2009-09-25 | 1 | -0/+6 |
| | | | |||||
| * | | Added type declarations for forward declared ObjC protocols and classes. | Erik Verbruggen | 2009-09-28 | 1 | -3/+42 |
| |/ | |||||
| * | Introduced CPlusPlus::TemplateArguments and fixed a possible mem-leak when ↵ | Roberto Raggi | 2009-08-26 | 1 | -32/+34 |
| | | | | | using template members. | ||||
| * | long live the king | hjk | 2009-08-14 | 1 | -1/+1 |
| | | |||||
| * | Fixed semantic checks for Objective-C methods and fast-enumeration. | Erik Verbruggen | 2009-08-05 | 1 | -1/+92 |
| | | |||||
| * | Cleaned the ObjC AST up. | Erik Verbruggen | 2009-08-05 | 1 | -34/+2 |
| | | |||||
| * | Compile the C++ parser library with Sun CC 5.9. | Thiago Macieira | 2009-08-03 | 1 | -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 Verbruggen | 2009-07-28 | 1 | -0/+134 |
| | | |||||
| * | Initial work on smart highlight of local symbols. For-statements and symbols ↵ | Roberto Raggi | 2009-06-25 | 1 | -1/+7 |
| | | | | | genarated from a macro expansion are not yet highlighted. | ||||
| * | Update license headers and sales contact details. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
| | | | | | Reviewed-by: Trust Me | ||||
| * | Removed hidden function declarations from the overloaded function set. | Roberto Raggi | 2009-05-19 | 1 | -0/+5 |
| | | |||||
| * | Moved some complicated checks into convenience functions | Thorbjørn Lindeijer | 2009-03-26 | 1 | -0/+12 |
| | | |||||
| * | Don't insert `(' when completing ambiguous symbols. | Roberto Raggi | 2009-03-17 | 1 | -0/+6 |
| | | |||||
| * | Fixes: change file license headers to include LGPL | hjk | 2009-02-25 | 1 | -21/+17 |
| | | |||||
| * | Introduced support for forward class declarations. | Roberto Raggi | 2009-02-16 | 1 | -0/+47 |
| | | |||||
