summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus/CppDocument.cpp
Commit message (Expand)AuthorAgeFilesLines
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* 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
* Removed deprecated method Snapshot::globalNamespaceBinding().Roberto Raggi2010-05-111-6/+0
* Disable C++0x support for nowThorbjørn Lindeijer2010-03-251-1/+1
* Recognize C++0x lambda expressions.Roberto Raggi2010-03-241-0/+1
* Ensure that the memory pool can be reused after a rewind and get rid of the s...Roberto Raggi2010-03-181-0/+5
* Put the include depenency table into a separate class, and cache it when poss...Erik Verbruggen2010-03-171-106/+0
* Long live the king!hjk2010-03-051-1/+1
* Enhance data stored for macros and macro uses.Christian Kamm2009-12-211-1/+29
* Use the text editor revision to ignore outdated parse results.Roberto Raggi2009-12-151-1/+13
* Removed the call to QDir::cleanPath.Roberto Raggi2009-12-071-1/+1
* Store the documents in an hash.Roberto Raggi2009-12-071-2/+2
* Initial work on the new CPlusPlus::Snapshot.Roberto Raggi2009-12-071-9/+38
* Rename dependsOn() in filesDepedingOn() and introduced Snapshot::dependencyTa...Roberto Raggi2009-12-021-26/+58
* Use const literals.Roberto Raggi2009-12-011-3/+3
* Refactored the AST visitors.Roberto Raggi2009-11-171-1/+1
* Merge commit 'origin/1.3'con2009-11-111-2/+8
|\
| * Code model: Fix Windows issues (duplicate matches).Friedemann Kleint2009-11-091-2/+8
* | Fixed the AST field names.Roberto Raggi2009-11-101-1/+1
* | Removed DeclarationListAST node.Roberto Raggi2009-11-101-1/+1
|/
* Introduced CppTools::CppModelManagerInterface::updateModifiedFiles().Roberto Raggi2009-11-051-0/+12
* Store in the document's macroUsages only the top-level macro expansions.Roberto Raggi2009-10-151-1/+1
* Delay the parsing of the document.Roberto Raggi2009-09-301-1/+3
* Track more macro uses.Christian Kamm2009-09-251-1/+62
* long live the kinghjk2009-08-141-1/+1
* Added Snapshot::dependsOn().Roberto Raggi2009-07-291-3/+78
* Introduced revisions in CPlusPlus::Document.Roberto Raggi2009-07-141-1/+12
* Introduced Snapshot::simplified(doc)Roberto Raggi2009-07-101-0/+22
* Introduced Document::CheckMode.Roberto Raggi2009-06-261-1/+3