- Jun 22, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Jun 14, 2010
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
- Jun 07, 2010
-
-
Roberto Raggi authored
-
- Jun 03, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- May 26, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- May 05, 2010
-
-
Roberto Raggi authored
-
- Mar 05, 2010
-
-
hjk authored
-
- Jan 26, 2010
-
-
Roberto Raggi authored
-
- Jan 06, 2010
-
-
Erik Verbruggen authored
-
- Dec 23, 2009
-
-
Christian Kamm authored
There's no need to reparse something we already got the AST of.
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
- Nov 26, 2009
-
-
Christian Kamm authored
-
Christian Kamm authored
-
Christian Kamm authored
-
- Nov 25, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Nov 24, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Nov 23, 2009
-
-
Roberto Raggi authored
-
Christian Kamm authored
Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- Nov 20, 2009
-
-
Christian Kamm 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;.
-
- Nov 19, 2009
-
-
Roberto Raggi authored
Done-with: ckamm
-
- Nov 18, 2009
-
-
Christian Kamm authored
Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
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>
-
- Nov 16, 2009
-
-
Roberto Raggi authored
-
- Nov 13, 2009
-
-
Roberto Raggi authored
-