- 25 Nov, 2009 1 commit
-
-
Christian Kamm authored
-
- 24 Nov, 2009 3 commits
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- 23 Nov, 2009 4 commits
-
-
Roberto Raggi authored
-
Christian Kamm authored
Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Roberto Raggi authored
-
Christian Kamm authored
Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- 20 Nov, 2009 6 commits
-
-
Christian Kamm authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
Added quickfix operation to split simple-declarations. E.g. int a, b; will be replaced with int a; int b;.
-
- 19 Nov, 2009 2 commits
-
-
Roberto Raggi authored
Done-with: ckamm
-
Roberto Raggi authored
Done-with: ckamm
-
- 18 Nov, 2009 7 commits
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Christian Kamm authored
Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Roberto Raggi authored
-
Christian Kamm authored
* Rename cursor(unsigned/AST*) to selectToken and selectNode. These return a cursor that has the given token or AST node selected. * Rename getTokenStart/EndPosition to tokenStart/EndPosition. Instead of returning line and column numbers, return a position usable with text cursors. * Remove moveAtStart/EndOfToken. Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Christian Kamm authored
Instead, reintroduce setTextCursor and let CPPQuickFixCollector call it just before invoking apply. Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- 17 Nov, 2009 1 commit
-
-
Roberto Raggi authored
Now, the ASTVisitor constructor takes a valid reference to a TranslationUnit.
-
- 16 Nov, 2009 1 commit
-
-
Roberto Raggi authored
-
- 13 Nov, 2009 2 commits
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-