summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-06-04 21:58:39 +0200
committerAraq <rumpf_a@web.de>2013-06-04 21:58:39 +0200
commit2aaa8f7909e51eb3d971e197f152e247c64362e9 (patch)
treedef61be7039f3154d61efca75f996c7e1ccdf1cf /web/news.txt
parentf7c0cc976ddb4e86e2341352b0674b9787005a4a (diff)
downloadNim-2aaa8f7909e51eb3d971e197f152e247c64362e9.tar.gz
implemented dataflow analysis; activate via --warning[Uninit]:on
Diffstat (limited to 'web/news.txt')
-rw-r--r--web/news.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index f133968c2..4f932bc05 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -26,6 +26,10 @@ Changes affecting backwards compatibility
 Compiler Additions
 ------------------
 
+- The compiler can now warn about "uninitialized" variables. (There are no
+  real uninitialized variables in Nimrod as they are initialized to binary
+  zero). Activate via ``{.warning[Uninit]:on.}``.
+
 
 Language Additions
 ------------------