summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus/CppDocument.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed header protection.Roberto Raggi2010-05-281-3/+3
* Added an optinal member `length' to Document::DiagnosticMessage.Roberto Raggi2010-05-251-2/+8
* Renamed Document::findSymbolAt().Roberto Raggi2010-05-171-2/+2
* Improved LookupItem and get rid of some deprecated code.Roberto Raggi2010-05-141-1/+2
* Introduced Snapshot::findMatchingDefinition().Roberto Raggi2010-05-111-0/+2
* Removed deprecated method Snapshot::globalNamespaceBinding().Roberto Raggi2010-05-111-3/+0
* Ensure that the memory pool can be reused after a rewind and get rid of the s...Roberto Raggi2010-03-181-0/+2
* Put the include depenency table into a separate class, and cache it when poss...Erik Verbruggen2010-03-171-7/+0
* Long live the king!hjk2010-03-051-1/+1
* Enhance data stored for macros and macro uses.Christian Kamm2009-12-211-5/+14
* Use the text editor revision to ignore outdated parse results.Roberto Raggi2009-12-151-0/+4
* Store the documents in an hash.Roberto Raggi2009-12-071-11/+6
* Initial work on the new CPlusPlus::Snapshot.Roberto Raggi2009-12-071-6/+22
* Rename dependsOn() in filesDepedingOn() and introduced Snapshot::dependencyTa...Roberto Raggi2009-12-021-1/+7
* Code model: Fix Windows issues (duplicate matches).Friedemann Kleint2009-11-091-0/+1
* Introduced CppTools::CppModelManagerInterface::updateModifiedFiles().Roberto Raggi2009-11-051-0/+5
* Store in the document's macroUsages only the top-level macro expansions.Roberto Raggi2009-10-151-0/+9
* Track more macro uses.Christian Kamm2009-09-251-2/+35
* long live the kinghjk2009-08-141-1/+1
* Added Snapshot::dependsOn().Roberto Raggi2009-07-291-0/+2
* Introduced revisions in CPlusPlus::Document.Roberto Raggi2009-07-141-0/+4
* Introduced Snapshot::simplified(doc)Roberto Raggi2009-07-101-0/+5
* Introduced Document::CheckMode.Roberto Raggi2009-06-261-1/+6
* 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
* Added Document::source()Roberto Raggi2009-06-051-0/+2
* Say hello to Snapshot::documentFromSource(), Snapshot::preprocessedCode() and...Roberto Raggi2009-06-031-0/+11
* Added Document::ParseDeclarator.Roberto Raggi2009-03-301-0/+1
* Don't try to jump to unresolved included filesThorbjørn Lindeijer2009-03-261-0/+4
* Store the actual arguments of the macro expansions.Roberto Raggi2009-03-041-5/+23
* 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-0/+8
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
* Some more clean up in the preprocessor.Roberto Raggi2008-12-221-2/+1
* Made line and column unsigned ints.Roberto Raggi2008-12-181-4/+4
* chancge Nokia GPL exception version from 1.2 to 1.3hjk2008-12-161-1/+1
* Introduced CPlusPlus::Snapshot, it contains a snap shot of the indexer's curr...Roberto Raggi2008-12-121-1/+11
* Implemented tooltip and lookat for #include directives.Roberto Raggi2008-12-101-2/+21
* tooltip for macro definitions.Roberto Raggi2008-12-091-4/+21
* Use Macros.Roberto Raggi2008-12-081-6/+9
* Added macro expanding events and some initial on the macro highlighting support.Roberto Raggi2008-12-041-0/+6
* Added different parsing mode to TranslationUnit/CppDocument.Roberto Raggi2008-12-031-1/+8
* off-by-one in headershjk2008-12-021-1/+0
* end-of-line whitespace correction of the new headershjk2008-12-021-10/+11
* more cosmetic changeshjk2008-12-021-2/+4
* Initial importcon2008-12-021-0/+187