Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduced CPlusPlus::Template and process the template declarations. | Roberto Raggi | 2010-08-11 | 1 | -1/+1 |
| | |||||
* | Merged ScopedSymbol and Scope. | Roberto Raggi | 2010-08-11 | 1 | -133/+119 |
| | |||||
* | Use Prototype instead of Function. | Roberto Raggi | 2010-08-05 | 1 | -7/+2 |
| | |||||
* | Refactored CPlusPlus::Function. | Roberto Raggi | 2010-08-05 | 1 | -8/+4 |
| | |||||
* | Moved startOffset/endOffset from Symbol to Scope. | Erik Verbruggen | 2010-07-16 | 1 | -1/+15 |
| | |||||
* | Introduce Namespace aliases and store the TranslationUnit instead of the ↵ | Roberto Raggi | 2010-05-05 | 1 | -0/+7 |
| | | | | Control. | ||||
* | Long live the king! | hjk | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Fixes for highlighting locals in Objective-C methods. | Erik Verbruggen | 2010-01-06 | 1 | -0/+8 |
| | |||||
* | Added method to check if a scope is an ObjCClass scope. | Erik Verbruggen | 2009-12-18 | 1 | -0/+7 |
| | |||||
* | Use const names. | Roberto Raggi | 2009-12-01 | 1 | -10/+10 |
| | |||||
* | Use const literals. | Roberto Raggi | 2009-12-01 | 1 | -2/+2 |
| | |||||
* | Introduced type matchers. | Roberto Raggi | 2009-11-23 | 1 | -5/+1 |
| | |||||
* | Added scope calculation for Objective-C classes. | Erik Verbruggen | 2009-11-11 | 1 | -0/+3 |
| | |||||
* | 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. | ||||
* | Improved support for private classes. | Roberto Raggi | 2009-10-12 | 1 | -0/+15 |
| | |||||
* | Removed Scope::addUse() | Roberto Raggi | 2009-09-23 | 1 | -3/+0 |
| | |||||
* | long live the king | hjk | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | Compile the C++ parser library with Sun CC 5.9. | Thiago Macieira | 2009-08-03 | 1 | -0/+2 |
| | | | | | | | | | | | | 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. | ||||
* | Introduced SemanticHighlighter | Roberto Raggi | 2009-07-09 | 1 | -31/+3 |
| | | | | Done with Thorbjørn Lindeijer | ||||
* | Update license headers and sales contact details. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fixes: change file license headers to include LGPL | hjk | 2009-02-25 | 1 | -21/+17 |
| | |||||
* | --warnings | Roberto Raggi | 2009-02-16 | 1 | -0/+3 |
| | |||||
* | Fixed two crashes with C++ engine handling | Thorbjørn Lindeijer | 2009-02-10 | 1 | -1/+1 |
| | | | | | | These checks are necessary cause of a recent change in the C++ engine. Reviewed-by: Roberto Raggi | ||||
* | Fixes: Removed dynamic_cast from Scope. | Roberto Raggi | 2009-02-09 | 1 | -6/+24 |
| | |||||
* | Fixes: Possible crash in LookupContext. | Roberto Raggi | 2009-02-09 | 1 | -1/+3 |
| | |||||
* | Fixes: move all files in shared/* to src/shared/* | hjk | 2009-01-26 | 1 | -0/+310 |