summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus/LookupContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Resolve local using namespace directives.Roberto Raggi2010-10-051-14/+21
* Merge CPlusPlus::NameId and CPlusPlus::Identifier.Roberto Raggi2010-09-021-2/+2
* Renamed Symbol::scope() to Symbol::enclosingScope().Roberto Raggi2010-08-261-3/+3
* Search for symbols in the template prototype.Roberto Raggi2010-08-121-13/+5
* Get rid of the #warning directives.Roberto Raggi2010-08-111-2/+2
* Process the template symbol.Roberto Raggi2010-08-111-0/+3
* Get rid of the prefix findOrInsert for the functions in CPlusPlus::Control.Roberto Raggi2010-08-111-0/+5
* Removed TemplateParameters.Roberto Raggi2010-08-111-0/+6
* Merged ScopedSymbol and Scope.Roberto Raggi2010-08-111-27/+23
* Use Prototype instead of Function.Roberto Raggi2010-08-051-1/+1
* Refactored CPlusPlus::Function.Roberto Raggi2010-08-051-1/+1
* Get rid of the member ClassOrNamespace::_instantiations.Roberto Raggi2010-08-041-1/+0
* Temporary fix to get at least some name back.Erik Verbruggen2010-07-271-1/+1
* Fixed LookupContext::fullyQualifiedName()Roberto Raggi2010-07-211-3/+2
* Fixed fully-qualified-name for destructors.Erik Verbruggen2010-07-211-1/+2
* Get rid of the those ugly warnings.Roberto Raggi2010-07-191-0/+4
* Fixed lookup to skip over friend declarations.Erik Verbruggen2010-07-161-1/+8
* Introduced helpers to rewrite types and names.Roberto Raggi2010-07-161-48/+44
* Disable Create declaration from definition quickfix.Roberto Raggi2010-07-121-13/+25
* Recursive definition of CPlusPlus::QualifiedNameId.Roberto Raggi2010-07-121-41/+36
* Quickfix for adding a declaration to a class from a definition.Erik Verbruggen2010-07-121-0/+50
* Reenabled the old `deprecated' template instantiation.Roberto Raggi2010-07-091-2/+0
* C++: Make 'follow symbol' work with forward declared classes.Christian Kamm2010-06-161-1/+2
* Keep the Control around for as long needed.Roberto Raggi2010-06-041-11/+16
* Look at the injected class name.Roberto Raggi2010-06-011-1/+17
* Fixed unqualified name lookup.Roberto Raggi2010-06-011-6/+14
* Compile.Roberto Raggi2010-05-311-1/+1
* Disable the cacheing of template instantiations.Roberto Raggi2010-05-311-5/+0
* Check for possible 0x0 accesses.Roberto Raggi2010-05-281-1/+1
* Handle using declarationsRoberto Raggi2010-05-271-0/+15
* Create bindings for anonymous typedefs.Roberto Raggi2010-05-261-1/+6
* Warn about unexpected using declarations.Roberto Raggi2010-05-251-5/+9
* Removed the CppBindings.Roberto Raggi2010-05-251-4/+1
* Improved lookup of qualified names.Roberto Raggi2010-05-251-5/+39
* Deprecate the old template instantiation.Roberto Raggi2010-05-201-1/+1
* Fixed qualified name creation for ObjC classes and protocols.Erik Verbruggen2010-05-201-3/+4
* Use the Control created by CPlusPlus::CreateBindings.Roberto Raggi2010-05-181-10/+4
* Instantiate the template functions.Roberto Raggi2010-05-181-22/+16
* less verbose.Roberto Raggi2010-05-141-24/+23
* Flush the current binding before searching for types.Roberto Raggi2010-05-141-14/+12
* Improved LookupContext::fullyQualifiedName().Roberto Raggi2010-05-141-7/+15
* Cleanup.Roberto Raggi2010-05-141-24/+1
* Get rid of useless overload of findType().Roberto Raggi2010-05-141-18/+1
* More renaming.Roberto Raggi2010-05-141-7/+12
* Removed ClassOrNamespace::findType_helper() & co.Roberto Raggi2010-05-141-50/+14
* More renaming.Roberto Raggi2010-05-141-17/+17
* Removed deprecated code.Roberto Raggi2010-05-141-8/+0
* Renamed classOrNamespace() and lookup/findClassOrNamespace().Roberto Raggi2010-05-141-20/+20