summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus/CppDocument.h
Commit message (Expand)AuthorAgeFilesLines
* C++: Record also unresolved paths for includesNikolai Kosjar2013-06-111-10/+20
* C++: fix functionAt(), moved it, and added test.Erik Verbruggen2013-06-041-0/+1
* C++: also refresh files not in the project when project changes.Erik Verbruggen2013-04-161-1/+3
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-1/+2
* Reduce padding in often-used structsTobias Hunger2013-02-211-2/+2
* C++: Cleanup, removed unused methods/fields.Erik Verbruggen2013-02-191-1/+0
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | C++: add include-guard tracking.Erik Verbruggen2013-01-181-0/+12
|/
* C++: Fix outdated macro usage info in documents.Erik Verbruggen2012-10-151-6/+6
* Adjust license headershjk2012-10-051-21/+20
* Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-07-241-0/+5
|\
| * C++: Add dumpers for common datatypes to simplify debugging.Christian Kamm2012-07-231-0/+5
* | Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* | CppHighlighter: highlight all functions/methods.Francois Ferrand2012-06-051-0/+3
* | [C++] Rewrite of the preprocessor.Erik Verbruggen2012-03-291-10/+1
|/
* Removed module names from #include directives.Erik Verbruggen2012-02-151-5/+5
* Long live the king!hjk2012-01-261-1/+1
* C++: Improve file accuracy when finding symbolsLeandro Melo2012-01-231-12/+0
* C++: Rename source/setSource to utf8Source/setUtf8SourceLeandro Melo2012-01-131-2/+2
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* QmlJS: Find setContextProperty calls in C++ and expose to QML.Christian Kamm2011-09-081-0/+5
* C++: Export DiagnosticMessageLeandro Melo2011-08-311-1/+1
* QmlJS: Fix infinite loop when scanning for exported C++ types.Christian Kamm2011-08-311-0/+3
* C++: Always remove NumericLiterals when removing the AST.Christian Kamm2011-08-251-1/+0
* QmlJS: Move the exported-C++-type detection out of C++ code.Christian Kamm2011-08-241-18/+5
* C++: Synchronize function decl/def refactoring.Christian Kamm2011-08-161-1/+11
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* s:// end of namespace :// namespace :g for consistencyhjk2011-02-041-1/+1
* It's 2011 now.con2011-01-121-1/+1
* Qml-C++: Find C++ qmlRegisterType calls and populate QML code model.Christian Kamm2011-01-041-0/+16
* License headers.con2010-12-171-7/+11
* Restore the old behaviour when switching between function declaration/definit...Roberto Raggi2010-08-171-2/+2
* Nicer implementation of Document::lastVisibleSymbolAt().Roberto Raggi2010-08-171-3/+0
* Merged ScopedSymbol and Scope.Roberto Raggi2010-08-111-1/+0
* C++: Make 'follow symbol' work with forward declared classes.Christian Kamm2010-06-161-0/+1
* 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