Files
sdk/runtime/lib
Florian Schneider fbdce6a59e VM: Const-correctness fixes.
Three types of fixes:
1. Remove redundant const_cast
2. Remove const_cast by adding const when appropiate.
3. Remove const_cast by removing const (e.g. places where we call free with it)

For now I only fixed places where the fix is local enough - i.e. does not require
changed a large amount of code.

BUG=
R=rmacnak@google.com

Review URL: https://codereview.chromium.org/1526123002 .
2015-12-15 19:24:40 +01:00
..
2015-06-04 14:55:32 +02:00
2015-11-24 08:26:03 +01:00
2015-12-09 00:46:46 +01:00
2015-06-03 12:39:59 -07:00
2015-08-04 17:13:22 -07:00
2015-12-15 19:24:40 +01:00
2014-08-19 21:15:39 +00:00
2015-09-04 10:06:02 +02:00
2015-11-24 08:26:03 +01:00
2015-08-04 17:13:22 -07:00
2015-08-12 11:01:21 +02:00
2015-11-11 10:59:38 -08:00
2015-11-25 14:39:19 -08:00