- 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
-
- Dec 22, 2009
-
-
Christian Kamm authored
-
- Dec 15, 2009
-
-
Roberto Raggi authored
-
Christian Kamm authored
-
- Nov 27, 2009
-
-
Christian Kamm authored
-
Christian Kamm authored
-
- Nov 26, 2009
-
-
Christian Kamm authored
a op b -> !(a invop b) and a op b -> b flipop a
-
Christian Kamm authored
-
Christian Kamm authored
-
Christian Kamm authored
-
Christian Kamm authored
-
- Nov 25, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
Reviewed-By:
Christian Kamm <christian.d.kamm@nokia.com>
-
Christian Kamm authored
-
- Nov 24, 2009
-
-
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>
-
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
-
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;.
-
- Nov 19, 2009
-
-
Roberto Raggi authored
Done-with: ckamm
-
Roberto Raggi authored
Done-with: ckamm
-
- Nov 18, 2009
-
-
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>
-