summaryrefslogtreecommitdiff
path: root/vala/valasourcefile.vala
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2008-10-31 09:37:07 +0000
committerJürg Billeter <juergbi@src.gnome.org>2008-10-31 09:37:07 +0000
commite8fc44061afe8dfbb2c3c9ab85733d61a6bfc683 (patch)
tree7484cc1140f14132732bf6cf4045b4d86690c889 /vala/valasourcefile.vala
parentf3b32d5a6e0177b06fc0a8fe55e08ffe33599353 (diff)
downloadvala-e8fc44061afe8dfbb2c3c9ab85733d61a6bfc683.tar.gz
Check parameters when checking arguments
2008-10-31 Jürg Billeter <j@bitron.ch> * vala/valacodenode.vala: * vala/valaformalparameter.vala: * vala/valasemanticanalyzer.vala: * vala/valasourcefile.vala: Check parameters when checking arguments svn path=/trunk/; revision=1944
Diffstat (limited to 'vala/valasourcefile.vala')
-rw-r--r--vala/valasourcefile.vala6
1 files changed, 6 insertions, 0 deletions
diff --git a/vala/valasourcefile.vala b/vala/valasourcefile.vala
index b38a717f6..89a08e198 100644
--- a/vala/valasourcefile.vala
+++ b/vala/valasourcefile.vala
@@ -265,6 +265,9 @@ public class Vala.SourceFile {
* Adds the specified symbol to the list of symbols code in this source
* file depends on.
*
+ * TODO Move source and header file dependency analysis to
+ * code generator.
+ *
* @param sym a symbol
* @param dep_type type of dependency
*/
@@ -328,6 +331,9 @@ public class Vala.SourceFile {
* Adds the symbols that define the specified type to the list of
* symbols code in this source file depends on.
*
+ * TODO Move source and header file dependency analysis to
+ * code generator.
+ *
* @param type a data type
* @param dep_type type of dependency
*/