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 |
| | |||||
* | Resolve local using namespace directives. | Roberto Raggi | 2010-10-05 | 1 | -14/+21 |
| | | | | Reviewed-by: Erik Verbruggen | ||||
* | Merge CPlusPlus::NameId and CPlusPlus::Identifier. | Roberto Raggi | 2010-09-02 | 1 | -2/+2 |
| | |||||
* | Renamed Symbol::scope() to Symbol::enclosingScope(). | Roberto Raggi | 2010-08-26 | 1 | -3/+3 |
| | |||||
* | 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 | 1 | -2/+2 |
| | |||||
* | 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 | 1 | -0/+5 |
| | |||||
* | Removed TemplateParameters. | Roberto Raggi | 2010-08-11 | 1 | -0/+6 |
| | |||||
* | Merged ScopedSymbol and Scope. | Roberto Raggi | 2010-08-11 | 1 | -27/+23 |
| | |||||
* | Use Prototype instead of Function. | Roberto Raggi | 2010-08-05 | 1 | -1/+1 |
| | |||||
* | Refactored CPlusPlus::Function. | Roberto Raggi | 2010-08-05 | 1 | -1/+1 |
| | |||||
* | Get rid of the member ClassOrNamespace::_instantiations. | Roberto Raggi | 2010-08-04 | 1 | -1/+0 |
| | |||||
* | Temporary fix to get at least some name back. | Erik Verbruggen | 2010-07-27 | 1 | -1/+1 |
| | |||||
* | Fixed LookupContext::fullyQualifiedName() | Roberto Raggi | 2010-07-21 | 1 | -3/+2 |
| | | | | | Now the method can be used to get the fully qualified name of destructors, operator-ids and conversion-function-ids. | ||||
* | Fixed fully-qualified-name for destructors. | Erik Verbruggen | 2010-07-21 | 1 | -1/+2 |
| | |||||
* | Get rid of the those ugly warnings. | Roberto Raggi | 2010-07-19 | 1 | -0/+4 |
| | |||||
* | Fixed lookup to skip over friend declarations. | Erik Verbruggen | 2010-07-16 | 1 | -1/+8 |
| | |||||
* | Introduced helpers to rewrite types and names. | Roberto Raggi | 2010-07-16 | 1 | -48/+44 |
| | | | | Done-with: Erik Verbruggen | ||||
* | Disable Create declaration from definition quickfix. | Roberto Raggi | 2010-07-12 | 1 | -13/+25 |
| | |||||
* | Recursive definition of CPlusPlus::QualifiedNameId. | Roberto Raggi | 2010-07-12 | 1 | -41/+36 |
| | | | | Done-with: Erik Verbruggen | ||||
* | Quickfix for adding a declaration to a class from a definition. | Erik Verbruggen | 2010-07-12 | 1 | -0/+50 |
| | |||||
* | Reenabled the old `deprecated' template instantiation. | Roberto Raggi | 2010-07-09 | 1 | -2/+0 |
| | | | | | | I hate this commit, but unfortunately, I don't have time right now to finish the new template instantion algorithm so I have to enable the old way of doing instantiations. | ||||
* | C++: Make 'follow symbol' work with forward declared classes. | Christian Kamm | 2010-06-16 | 1 | -1/+2 |
| | | | | | | | If it encounters a forward declaration, it tries to find the class declaration globally now. Task-number: QTCREATORBUG-20 | ||||
* | Keep the Control around for as long needed. | Roberto Raggi | 2010-06-04 | 1 | -11/+16 |
| | |||||
* | Look at the injected class name. | Roberto Raggi | 2010-06-01 | 1 | -1/+17 |
| | |||||
* | Fixed unqualified name lookup. | Roberto Raggi | 2010-06-01 | 1 | -6/+14 |
| | |||||
* | Compile. | Roberto Raggi | 2010-05-31 | 1 | -1/+1 |
| | |||||
* | Disable the cacheing of template instantiations. | Roberto Raggi | 2010-05-31 | 1 | -5/+0 |
| | |||||
* | Check for possible 0x0 accesses. | Roberto Raggi | 2010-05-28 | 1 | -1/+1 |
| | |||||
* | Handle using declarations | Roberto Raggi | 2010-05-27 | 1 | -0/+15 |
| | |||||
* | Create bindings for anonymous typedefs. | Roberto Raggi | 2010-05-26 | 1 | -1/+6 |
| | |||||
* | Warn about unexpected using declarations. | Roberto Raggi | 2010-05-25 | 1 | -5/+9 |
| | |||||
* | Removed the CppBindings. | Roberto Raggi | 2010-05-25 | 1 | -4/+1 |
| | |||||
* | Improved lookup of qualified names. | Roberto Raggi | 2010-05-25 | 1 | -5/+39 |
| | |||||
* | Deprecate the old template instantiation. | Roberto Raggi | 2010-05-20 | 1 | -1/+1 |
| | |||||
* | Fixed qualified name creation for ObjC classes and protocols. | Erik Verbruggen | 2010-05-20 | 1 | -3/+4 |
| | | | | Also fixed the tests for it. | ||||
* | Use the Control created by CPlusPlus::CreateBindings. | Roberto Raggi | 2010-05-18 | 1 | -10/+4 |
| | |||||
* | Instantiate the template functions. | Roberto Raggi | 2010-05-18 | 1 | -22/+16 |
| | |||||
* | less verbose. | Roberto Raggi | 2010-05-14 | 1 | -24/+23 |
| | |||||
* | Flush the current binding before searching for types. | Roberto Raggi | 2010-05-14 | 1 | -14/+12 |
| | |||||
* | Improved LookupContext::fullyQualifiedName(). | Roberto Raggi | 2010-05-14 | 1 | -7/+15 |
| | |||||
* | Cleanup. | Roberto Raggi | 2010-05-14 | 1 | -24/+1 |
| | |||||
* | Get rid of useless overload of findType(). | Roberto Raggi | 2010-05-14 | 1 | -18/+1 |
| | |||||
* | More renaming. | Roberto Raggi | 2010-05-14 | 1 | -7/+12 |
| | |||||
* | Removed ClassOrNamespace::findType_helper() & co. | Roberto Raggi | 2010-05-14 | 1 | -50/+14 |
| | |||||
* | More renaming. | Roberto Raggi | 2010-05-14 | 1 | -17/+17 |
| | |||||
* | Removed deprecated code. | Roberto Raggi | 2010-05-14 | 1 | -8/+0 |
| | |||||
* | Renamed classOrNamespace() and lookup/findClassOrNamespace(). | Roberto Raggi | 2010-05-14 | 1 | -20/+20 |
| |