Rework top-level type AST hierarchy to include namespaces. Allows MD to iterate full...
authorMarek Safar <marek.safar@gmail.com>
Sat, 14 Jan 2012 09:57:11 +0000 (09:57 +0000)
committerMarek Safar <marek.safar@gmail.com>
Sat, 14 Jan 2012 10:00:20 +0000 (10:00 +0000)
commita1ee5d2d51a9750f1ac95f5f2d08dce247da96e0
treea471ee4faa44b8690108a8c6e49f4811b78d6947
parent09eb71f37c1fd421470a3b40165e71ed9e2b4337
Rework top-level type AST hierarchy to include namespaces. Allows MD to iterate full AST exactly as it was parsed, fixes bugs where namespace without types was ignored completely.
40 files changed:
mcs/errors/cs0101-6.cs [new file with mode: 0644]
mcs/errors/cs0105-3.cs [new file with mode: 0644]
mcs/errors/cs0118-5.cs
mcs/errors/cs0246-7.cs [new file with mode: 0644]
mcs/errors/cs0430-2.cs [new file with mode: 0644]
mcs/errors/cs0432-5.cs [new file with mode: 0644]
mcs/errors/cs3008-9.cs [new file with mode: 0644]
mcs/mcs/anonymous.cs
mcs/mcs/assembly.cs
mcs/mcs/async.cs
mcs/mcs/class.cs
mcs/mcs/codegen.cs
mcs/mcs/complete.cs
mcs/mcs/const.cs
mcs/mcs/cs-parser.jay
mcs/mcs/decl.cs
mcs/mcs/delegate.cs
mcs/mcs/driver.cs
mcs/mcs/dynamic.cs
mcs/mcs/ecore.cs
mcs/mcs/enum.cs
mcs/mcs/eval.cs
mcs/mcs/expression.cs
mcs/mcs/field.cs
mcs/mcs/generic.cs
mcs/mcs/iterators.cs
mcs/mcs/membercache.cs
mcs/mcs/method.cs
mcs/mcs/namespace.cs
mcs/mcs/pending.cs
mcs/mcs/property.cs
mcs/mcs/report.cs
mcs/mcs/roottypes.cs
mcs/mcs/statement.cs
mcs/mcs/typemanager.cs
mcs/mcs/typespec.cs
mcs/mcs/visit.cs
mcs/tests/test-838.cs [new file with mode: 0644]
mcs/tests/test-839.cs [new file with mode: 0644]
mcs/tests/ver-il-net_4_5.xml