- Jul 05, 2010
-
-
Roberto Raggi authored
Task-number: QTCREATORBUG-1776
-
- Jun 18, 2010
-
-
Christian Kamm authored
Previously, it would still fail if a forward declaration and declaration for a class were in the same file. Task-number: QTCREATORBUG-20
-
- Jun 16, 2010
-
-
Christian Kamm authored
If it encounters a forward declaration, it tries to find the class declaration globally now. Task-number: QTCREATORBUG-20
-
- May 21, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- May 20, 2010
-
-
Erik Verbruggen authored
-
- May 17, 2010
-
-
Roberto Raggi authored
-
- May 14, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- May 11, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Mar 25, 2010
-
-
Thorbjørn Lindeijer authored
It introduced at least one new crash to do with recovering from parsing errors. Reviewed-by: Roberto Raggi
-
- Mar 24, 2010
-
-
Roberto Raggi authored
-
- Mar 18, 2010
-
-
Roberto Raggi authored
-
- Mar 17, 2010
-
-
Erik Verbruggen authored
-
- Mar 05, 2010
-
-
hjk authored
-
- Dec 21, 2009
-
-
Christian Kamm authored
In preparation for finding macro uses. * Macro: add offset and length * MacroUse: add line * Document: add convenience functions for finding a macro definition, use or undefined use at a given location. Reviewed-by: Erik Verbruggen
-
- Dec 15, 2009
-
-
Roberto Raggi authored
-
- Dec 07, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
Encapsulate the details.
-
- Dec 02, 2009
-
-
Roberto Raggi authored
-
- Dec 01, 2009
-
-
Roberto Raggi authored
-
- Nov 17, 2009
-
-
Roberto Raggi authored
Now, the ASTVisitor constructor takes a valid reference to a TranslationUnit.
-
- Nov 10, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
Done with Erik Verbruggen
-
- Nov 09, 2009
-
-
Friedemann Kleint authored
Ensure the code model receives file names with clean paths ('/') and fix paths in the relevant places of the code model. Pass on clean paths from Cpp reference find and display them correctly in the search window tooltip. Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- Nov 05, 2009
-
-
Roberto Raggi authored
updateModifiedFiles ckecks the timestamp and reparses all the modified files in the current snapshot.
-
- Oct 15, 2009
-
-
Roberto Raggi authored
-
- Sep 30, 2009
-
-
Roberto Raggi authored
-
- Sep 25, 2009
-
-
Christian Kamm authored
In particular macros that are only checked for definition or are expanded during the evaluation of an #if or #elif directive are now also added to the list available through Document::macroUses(). The names of undefined macros that are interesting (because they're used in an #ifdef or a defined(...)) are now available through Document::undefinedMacroUses(). Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- Aug 14, 2009
-
-
hjk authored
-
- Jul 29, 2009
-
-
Roberto Raggi authored
Snapshot::dependsOn(fn) returns the files in the snapshot that depends on fn.
-
- Jul 14, 2009
-
-
Roberto Raggi authored
Reviewed by Thorbjørn Lindeijer
-
- Jul 10, 2009
-
-
Roberto Raggi authored
-
- Jun 26, 2009
-
-
Roberto Raggi authored
-
- Jun 24, 2009
-
-
Roberto Raggi authored
-
- Jun 17, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Jun 16, 2009
-
-
con authored
Reviewed-by: Trust Me Conflicts: src/libs/cplusplus/CppBindings.cpp src/libs/cplusplus/CppBindings.h src/libs/cplusplus/FastPreprocessor.cpp src/libs/cplusplus/FastPreprocessor.h src/plugins/cpptools/cppcurrentdocumentfilter.cpp src/plugins/cpptools/cppcurrentdocumentfilter.h src/plugins/cpptools/cppsemanticsearch.cpp src/plugins/cpptools/cppsemanticsearch.h src/plugins/duieditor/parser/qmljs.g src/plugins/duieditor/parser/qmljsast.cpp src/plugins/duieditor/parser/qmljsast_p.h src/plugins/duieditor/parser/qmljsastfwd_p.h src/plugins/duieditor/parser/qmljsastvisitor.cpp src/plugins/duieditor/parser/qmljsastvisitor_p.h src/plugins/duieditor/parser/qmljsengine_p.cpp src/plugins/duieditor/parser/qmljsengine_p.h src/plugins/duieditor/parser/qmljsgrammar.cpp src/plugins/duieditor/parser/qmljsgrammar_p.h src/plugins/duieditor/parser/qmljslexer.cpp src/plugins/duieditor/parser/qmljslexer_p.h src/plugins/duieditor/parser/qmljsmemorypool_p.h src/plugins/duieditor/parser/qmljsnodepool_p.h src/plugins/duieditor/parser/qmljsparser.cpp src/plugins/duieditor/parser/qmljsparser_p.h src/plugins/duieditor/parser/qmljsprettypretty.cpp src/plugins/duieditor/parser/qmljsprettypretty_p.h src/plugins/duieditor/rewriter/rewriter.cpp src/plugins/duieditor/rewriter/rewriter_p.h src/plugins/duieditor/rewriter/textwriter.cpp src/plugins/duieditor/rewriter/textwriter_p.h src/shared/cplusplus/ASTClone.cpp tests/manual/cplusplus/main.cpp
-