- Aug 13, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Aug 11, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Jul 19, 2010
-
-
Erik Verbruggen authored
-
- Jul 16, 2010
-
-
Erik Verbruggen authored
-
Roberto Raggi authored
Done-with: Erik Verbruggen
-
- Jul 06, 2010
-
-
Erik Verbruggen authored
-
- 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
-