summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus/CppDocument.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Highlight the locals.Roberto Raggi2009-06-241-8/+6
* Some cleanup in the AST nodes.Roberto Raggi2009-06-171-2/+2
* Simplified TypeOf/ResolveExpression.Roberto Raggi2009-06-171-0/+2
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Keep the original encoded text around while preprocessing.Roberto Raggi2009-06-151-1/+1
* Removed the filename literals.Roberto Raggi2009-06-151-2/+2
* Added Document::source()Roberto Raggi2009-06-051-0/+3
* Show all the warn messages.Roberto Raggi2009-06-041-3/+10
* Say hello to Snapshot::documentFromSource(), Snapshot::preprocessedCode() and...Roberto Raggi2009-06-031-1/+30
* Added Document::ParseDeclarator.Roberto Raggi2009-03-301-0/+4
* Store the actual arguments of the macro expansions.Roberto Raggi2009-03-041-2/+27
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
* Introduced a parallel indexer. It is ifdef-out atm.Roberto Raggi2009-02-241-1/+22
* Less annoying syntax checker.Roberto Raggi2009-02-101-0/+3
* Fixes: Enable ObjC support.Roberto Raggi2009-02-051-0/+1
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1