summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus/LookupContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-4/+4
* Fix semantic of C++ 11 inline namespaces.Roberto Raggi2012-02-031-0/+4
* Long live the king!hjk2012-01-261-1/+1
* C++: Fix completion for namespace aliases at global or namespace scope.Christian Kamm2011-11-221-0/+8
* C++: Better resolution for typedef when resolving expr.Leandro Melo2011-11-171-2/+0
* 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-37/+27
* C++: Fix completion for typedefs for templates in namespaces.Christian Kamm2011-08-191-17/+29
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Skip using namespace directives when searching for declarations.Roberto Raggi2010-12-031-0/+4
|/
* 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