Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | It's 2011 now. | con | 2011-01-12 | 56 | -56/+56 |
| | |||||
* | License headers. | con | 2010-12-17 | 56 | -392/+616 |
| | |||||
* | C++ Editor: check for method existing decl/def when inserting new ones. | Erik Verbruggen | 2010-10-08 | 1 | -0/+2 |
| | |||||
* | Resolve local using namespace directives. | Roberto Raggi | 2010-10-05 | 1 | -14/+21 |
| | | | | Reviewed-by: Erik Verbruggen | ||||
* | C++: added quickfix to insert a method definition. | Erik Verbruggen | 2010-09-30 | 3 | -413/+2 |
| | | | | Reviewed-by: Christian Kamm | ||||
* | Fixed compiler warnings. | Erik Verbruggen | 2010-09-27 | 2 | -10/+3 |
| | | | | (cherry picked from commit b049937ae013b47e9b86aacd60325dbd382319ed) | ||||
* | C++: make InsertionPointLocator ready for re-use. | Erik Verbruggen | 2010-09-27 | 2 | -14/+48 |
| | | | | (cherry picked from commit 519f1d11947ff3109850e559fae868c4a55deb43) | ||||
* | Added ResolveExpression::context() | Roberto Raggi | 2010-09-22 | 2 | -0/+6 |
| | |||||
* | Keep the lookup context alive. | Roberto Raggi | 2010-09-22 | 1 | -1/+6 |
| | |||||
* | C++: fixed completion in braceless statements following a control statement. | Erik Verbruggen | 2010-09-09 | 1 | -1/+3 |
| | | | | | | | | | | | - Changed generator to generate: - Changed AST::lastToken to return 1 if there is none - Changed Bind.cpp to set the scope of the block following a control statement to extend upto (and not including) the first token after the block. So basically, including any whitespace after the control statement. Reviewed-by: Roberto Raggi | ||||
* | CppTools: Added skipComments flag. | Erik Verbruggen | 2010-09-09 | 2 | -3/+7 |
| | |||||
* | C++: Fix an infinite loop in reportResult. | Christian Kamm | 2010-09-02 | 1 | -1/+1 |
| | | | | Done-with: Roberto Raggi | ||||
* | Merge CPlusPlus::NameId and CPlusPlus::Identifier. | Roberto Raggi | 2010-09-02 | 8 | -17/+16 |
| | |||||
* | Improved the expansion of variadic macros. | Roberto Raggi | 2010-09-01 | 1 | -4/+18 |
| | |||||
* | Add <configuration> to preprocessor | Tobias Hunger | 2010-08-27 | 1 | -0/+1 |
| | | | | | | | * This fixes export macro handling in windows which lead to Find Usages not working fully for header files on windows Done-with: Roberto Raggi | ||||
* | Fix krazy issues: Use explicit constructors | Tobias Hunger | 2010-08-27 | 3 | -5/+5 |
| | | | | | * Fix all warnings about non-explicit constructors except for those in 3rdparty code. | ||||
* | Renamed Symbol::scope() to Symbol::enclosingScope(). | Roberto Raggi | 2010-08-26 | 8 | -18/+18 |
| | |||||
* | Some cleanup in the C++ AST. | Roberto Raggi | 2010-08-26 | 1 | -5/+5 |
| | |||||
* | Compare the scope pointers for local scopes. | Roberto Raggi | 2010-08-26 | 2 | -1/+12 |
| | |||||
* | Renamed Symbol::identity() to Symbol::unqualifiedName(). | Roberto Raggi | 2010-08-26 | 1 | -1/+1 |
| | |||||
* | Restore the old behaviour when switching between function ↵ | Roberto Raggi | 2010-08-17 | 1 | -2/+2 |
| | | | | | | | declaration/definition symbols. That is, we don't look at the column position anymore when searching the function under cursor. | ||||
* | Nicer implementation of Document::lastVisibleSymbolAt(). | Roberto Raggi | 2010-08-17 | 2 | -26/+41 |
| | |||||
* | Get the icon from the template's declaration. | Roberto Raggi | 2010-08-13 | 1 | -0/+5 |
| | |||||
* | Get rid of the old Semantic pass. | Roberto Raggi | 2010-08-13 | 5 | -11/+6 |
| | |||||
* | Use the new binder | Roberto Raggi | 2010-08-13 | 1 | -7/+5 |
| | |||||
* | Use O2 optimization level | Roberto Raggi | 2010-08-13 | 1 | -1/+1 |
| | |||||
* | Compare the instances when searching for the usages of a template parameter. | Roberto Raggi | 2010-08-12 | 1 | -1/+5 |
| | |||||
* | Renamed Symboo::isScopedSymbol(). | Roberto Raggi | 2010-08-12 | 1 | -1/+1 |
| | |||||
* | Search for symbols in the template prototype. | Roberto Raggi | 2010-08-12 | 1 | -13/+5 |
| | |||||
* | Get rid of the #warning directives. | Roberto Raggi | 2010-08-11 | 2 | -5/+6 |
| | |||||
* | Enabled the template instantiation. | Roberto Raggi | 2010-08-11 | 1 | -6/+3 |
| | |||||
* | Removed TemplateArgumentList | Roberto Raggi | 2010-08-11 | 1 | -2/+2 |
| | |||||
* | Push the template-prototype scope. | Roberto Raggi | 2010-08-11 | 1 | -0/+5 |
| | |||||
* | Pretty print templates. | Roberto Raggi | 2010-08-11 | 3 | -16/+31 |
| | |||||
* | Process the template symbol. | Roberto Raggi | 2010-08-11 | 1 | -0/+3 |
| | |||||
* | Get rid of the prefix findOrInsert for the functions in CPlusPlus::Control. | Roberto Raggi | 2010-08-11 | 9 | -7/+36 |
| | |||||
* | Introduced CPlusPlus::Template and process the template declarations. | Roberto Raggi | 2010-08-11 | 1 | -4/+4 |
| | |||||
* | Removed TemplateParameters. | Roberto Raggi | 2010-08-11 | 3 | -3/+12 |
| | |||||
* | Merged ScopedSymbol and Scope. | Roberto Raggi | 2010-08-11 | 9 | -98/+67 |
| | |||||
* | Push the function scope as soon as we're done processing the core-declarator. | Roberto Raggi | 2010-08-10 | 2 | -4/+8 |
| | |||||
* | New implementation of CPlusPlus::FindUsages | Roberto Raggi | 2010-08-10 | 2 | -238/+1977 |
| | |||||
* | Speed up the comutation of the local members. | Roberto Raggi | 2010-08-06 | 1 | -0/+8 |
| | |||||
* | Use Prototype instead of Function. | Roberto Raggi | 2010-08-05 | 2 | -2/+2 |
| | |||||
* | Refactored CPlusPlus::Function. | Roberto Raggi | 2010-08-05 | 3 | -3/+3 |
| | |||||
* | Simplified the lookup. | Roberto Raggi | 2010-08-05 | 2 | -53/+101 |
| | |||||
* | Check only NameId and TemplateNameId | Roberto Raggi | 2010-08-05 | 2 | -1/+19 |
| | |||||
* | Simplified FindUsages. | Roberto Raggi | 2010-08-05 | 2 | -15/+43 |
| | |||||
* | Get rid of the member ClassOrNamespace::_instantiations. | Roberto Raggi | 2010-08-04 | 2 | -4/+0 |
| | |||||
* | Introduced IdExpressionAST. | Roberto Raggi | 2010-08-02 | 2 | -0/+7 |
| | |||||
* | Insertion point fix for Declaration from Definition quickfix | Lasse Holmstedt | 2010-07-30 | 1 | -2/+2 |
| | | | | Reviewed-by: Erik Verbruggen |