| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move src/shared/cplusplus/ -> src/libs/3rdparty/cplusplus/ | Oswald Buddenhagen | 2011-05-16 | 1 | -312/+0 |
| | | | | | Approved-by: legal | ||||
| * | Fix/add copyright headers | Tobias Hunger | 2011-05-06 | 1 | -1/+1 |
| | | | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2 | ||||
| * | Update license. | hjk | 2011-04-13 | 1 | -14/+13 |
| | | |||||
| * | It's 2011 now. | con | 2011-01-12 | 1 | -1/+1 |
| | | | | | Reviewed-by: hjk | ||||
| * | License headers. | con | 2010-12-17 | 1 | -7/+11 |
| | | |||||
| * | C++: fixed possible null-pointer access. | Erik Verbruggen | 2010-09-27 | 1 | -4/+5 |
| | | | | | | Task-number: QTCREATORBUG-2459 (cherry picked from commit d09b5e9d365e3ce54078fb172c93b9584908bcad) | ||||
| * | Fixed alignment issues with 64 bits ABIs. | Roberto Raggi | 2010-09-03 | 1 | -3/+3 |
| | | |||||
| * | Tune the symbol and the literal tables. | Roberto Raggi | 2010-09-02 | 1 | -2/+2 |
| | | |||||
| * | Merge CPlusPlus::NameId and CPlusPlus::Identifier. | Roberto Raggi | 2010-09-02 | 1 | -20/+1 |
| | | |||||
| * | Renamed Symbol::scope() to Symbol::enclosingScope(). | Roberto Raggi | 2010-08-26 | 1 | -1/+1 |
| | | |||||
| * | Renamed Symbol::identity() to Symbol::unqualifiedName(). | Roberto Raggi | 2010-08-26 | 1 | -2/+2 |
| | | |||||
| * | 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 |
