2006-07-01 Marek Safar <marek.safar@seznam.cz>
authorMarek Safar <marek.safar@gmail.com>
Sat, 1 Jul 2006 21:51:54 +0000 (21:51 -0000)
committerMarek Safar <marek.safar@gmail.com>
Sat, 1 Jul 2006 21:51:54 +0000 (21:51 -0000)
commit3c36d279678523165a21110195ec91237a391386
treea897868252636c8473eb26a19e4b0ecd8cfa7821
parenta760170a6a89338a1a2ede13f4a096689f36da29
2006-07-01  Marek Safar  <marek.safar@seznam.cz>

A fix for #78738
* attribute.cs, class.cs, ecore.cs : Add missing location of related symbol
for CS0122 where appropriate.
* typemanager.cs (IsNestedChildOf): Type can be null in the case of top
level attributes.
(Filter): Assembly can be null in the case of top level attributes.

svn path=/trunk/mcs/; revision=62179
12 files changed:
mcs/errors/cs0122-21.cs [new file with mode: 0644]
mcs/gmcs/ChangeLog
mcs/gmcs/attribute.cs
mcs/gmcs/class.cs
mcs/gmcs/ecore.cs
mcs/gmcs/typemanager.cs
mcs/mcs/ChangeLog
mcs/mcs/attribute.cs
mcs/mcs/class.cs
mcs/mcs/ecore.cs
mcs/mcs/typemanager.cs
mcs/tests/test-522.cs [new file with mode: 0644]