aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/cplusplus/CppDocument.cpp
Commit message (Expand)AuthorAgeFilesLines
* rename QtDebug to QDebughjk2012-08-061-1/+1
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* [C++] Rewrite of the preprocessor.Erik Verbruggen2012-03-291-2/+15
* CppEditor: Fix go to definition of macros.Francois Ferrand2012-03-131-2/+2
* Removed module names from #include directives.Erik Verbruggen2012-02-151-4/+4
* Long live the king!hjk2012-01-261-1/+1
* C++: Improve file accuracy when finding symbolsLeandro Melo2012-01-231-236/+0
* C++: Rename source/setSource to utf8Source/setUtf8SourceLeandro Melo2012-01-131-3/+3
* all: s/[email protected]/[email protected]/hjk2011-11-031-2/+2
* C++: Fix findMatchingDeclaration for functions not in a class.Christian Kamm2011-10-311-3/+3
* C++: Fix bug in findMatchingDefinition.Christian Kamm2011-09-201-2/+4
* QmlJS: Find setContextProperty calls in C++ and expose to QML.Christian Kamm2011-09-081-1/+4
* QmlJS: Fix infinite loop when scanning for exported C++ types.Christian Kamm2011-08-311-0/+16
* C++: Always remove NumericLiterals when removing the AST.Christian Kamm2011-08-251-7/+3
* QmlJS: Move the exported-C++-type detection out of C++ code.Christian Kamm2011-08-241-245/+14
* C++: Fix ::A name handling in findMatchingDeclaration.Christian Kamm2011-08-161-0/+2
* C++: Synchronize function decl/def refactoring.Christian Kamm2011-08-161-4/+80
* C++: Fix off-by-one in scopeAt.Christian Kamm2011-08-101-1/+1
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* QmlJS: Disable possibly confusing warnings on qmlRegisterType.Christian Kamm2011-03-031-5/+8
* It's 2011 now.con2011-01-121-1/+1
* C++/Qml: Don't allow exported types to override builtins.Christian Kamm2011-01-101-2/+2
* Qml/C++: Allow dynamic uri in qmlRegisterType if fixed by Q_ASSERT.Christian Kamm2011-01-061-12/+134
* Qml-C++: Find C++ qmlRegisterType calls and populate QML code model.Christian Kamm2011-01-041-0/+116
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Added some initial support for function overloading.Roberto Raggi2010-12-101-2/+4
* | C++: implemented switch decl to def for operatorsErik Verbruggen2010-11-191-6/+29
|/
* Renamed Symbol::scope() to Symbol::enclosingScope().Roberto Raggi2010-08-261-1/+1
* Renamed Symbol::identity() to Symbol::unqualifiedName().Roberto Raggi2010-08-261-1/+1
* Nicer implementation of Document::lastVisibleSymbolAt().Roberto Raggi2010-08-171-23/+41
* Get rid of the old Semantic pass.Roberto Raggi2010-08-131-1/+0
* Use the new binderRoberto Raggi2010-08-131-7/+5
* Get rid of the prefix findOrInsert for the functions in CPlusPlus::Control.Roberto Raggi2010-08-111-1/+1
* Merged ScopedSymbol and Scope.Roberto Raggi2010-08-111-19/+11
* Fixes for scope range calculation.Erik Verbruggen2010-07-191-2/+2
* Added comment.Erik Verbruggen2010-07-161-0/+1
* Introduced helpers to rewrite types and names.Roberto Raggi2010-07-161-2/+3
* Fixed scope calculation in code completion.Erik Verbruggen2010-07-061-1/+2
* Fixed: "Follow symbol" on constructor or destructor always jumps to class def...Roberto Raggi2010-07-051-12/+4
* C++: Make 'follow symbol' for classes work in more cases.Christian Kamm2010-06-181-3/+5
* C++: Make 'follow symbol' work with forward declared classes.Christian Kamm2010-06-161-0/+23
* Fixed jump to the matching definition.Roberto Raggi2010-05-211-4/+7
* Turn on C++0x support.Roberto Raggi2010-05-211-1/+1
* Fixed scope discovery.Erik Verbruggen2010-05-201-3/+9
* Renamed Document::findSymbolAt().Roberto Raggi2010-05-171-4/+4
* Fixed Document::scopeAt() to always return a valid scope.Roberto Raggi2010-05-141-1/+3
* Improved LookupItem and get rid of some deprecated code.Roberto Raggi2010-05-141-2/+93
* Introduced Snapshot::findMatchingDefinition().Roberto Raggi2010-05-111-0/+121