summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus/LookupContext.h
Commit message (Expand)AuthorAgeFilesLines
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* C++ insert def: Fix bug when minimizing name.Christian Kamm2011-10-311-2/+1
* C++: Fix completion for typedefs for templates in namespaces.Christian Kamm2011-08-191-3/+6
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* s:// end of namespace :// namespace :g for consistencyhjk2011-02-041-1/+1
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Merge CPlusPlus::NameId and CPlusPlus::Identifier.Roberto Raggi2010-09-021-3/+3
* Get rid of the prefix findOrInsert for the functions in CPlusPlus::Control.Roberto Raggi2010-08-111-0/+1
* Get rid of the member ClassOrNamespace::_instantiations.Roberto Raggi2010-08-041-3/+0
* Get rid of the those ugly warnings.Roberto Raggi2010-07-191-2/+2
* Introduced helpers to rewrite types and names.Roberto Raggi2010-07-161-9/+10
* Disable Create declaration from definition quickfix.Roberto Raggi2010-07-121-2/+4
* Quickfix for adding a declaration to a class from a definition.Erik Verbruggen2010-07-121-0/+4
* Keep the Control around for as long needed.Roberto Raggi2010-06-041-4/+7
* Handle using declarationsRoberto Raggi2010-05-271-0/+1
* Use the Control created by CPlusPlus::CreateBindings.Roberto Raggi2010-05-181-4/+0
* Cleanup.Roberto Raggi2010-05-141-1/+0
* Get rid of useless overload of findType().Roberto Raggi2010-05-141-4/+0
* More renaming.Roberto Raggi2010-05-141-2/+2
* Removed ClassOrNamespace::findType_helper() & co.Roberto Raggi2010-05-141-5/+6
* More renaming.Roberto Raggi2010-05-141-4/+4
* Renamed classOrNamespace() and lookup/findClassOrNamespace().Roberto Raggi2010-05-141-7/+6
* Removed deprecate overload of LookupContext::classOrNamespace().Roberto Raggi2010-05-141-2/+0
* Instiate overloads of operator->().Roberto Raggi2010-05-141-0/+1
* Improved LookupItem and get rid of some deprecated code.Roberto Raggi2010-05-141-2/+2
* Introduced Snapshot::findMatchingDefinition().Roberto Raggi2010-05-111-0/+2
* Split LookupContext::lookup() in lookup() and find().Roberto Raggi2010-05-111-0/+3
* Describe the LookupContext API.Roberto Raggi2010-05-111-6/+25
* Renamed switchCurrentEntity()Roberto Raggi2010-05-111-6/+6
* Renamed lookup_helper().Roberto Raggi2010-05-111-1/+1
* Introduced Symbol::copy(otherSymbol) and removed some deprecated code.Roberto Raggi2010-05-101-0/+1
* Refactor a bit the lookup, it should simplify template instantiation.Roberto Raggi2010-05-101-4/+16
* Don't use QByteArray in the public API.Roberto Raggi2010-05-101-6/+12
* Enable lazy lookup.Roberto Raggi2010-05-051-1/+0
* Try to use the new LookupContext.Roberto Raggi2010-05-051-1/+2
* Ported completeScope(), completeNamespace() and completeClass() to use the ne...Roberto Raggi2010-05-051-0/+1
* Initial work on the new LookupContext.Roberto Raggi2010-05-051-0/+210
* Deprecated the current LookupContext.Roberto Raggi2010-05-051-241/+0
* Long live the king!hjk2010-03-051-1/+1
* Compile with msvc.Roberto Raggi2009-12-071-3/+5
* Store the documents in an hash.Roberto Raggi2009-12-071-2/+2
* Use const names.Roberto Raggi2009-12-011-15/+15
* Use const literals.Roberto Raggi2009-12-011-1/+1
* compile fix with namespaced Qthjk2009-11-201-0/+2
* Get rid off QPair<FullySpecifiedType, Symbol *>. Use LookupItem intead.Roberto Raggi2009-11-171-3/+38
* Added scope calculation for Objective-C classes.Erik Verbruggen2009-11-111-1/+23