@ -134,7 +134,7 @@ namespace Cxxi.Types
{
foreach (var typeMap in types)
var attrs = typeMap.GetCustomAttributes(typeof(TypeMapAttribute));
var attrs = typeMap.GetCustomAttributes(typeof(TypeMapAttribute), true);
if (attrs == null) continue;
foreach (TypeMapAttribute attr in attrs)
@ -1625,7 +1625,7 @@ ParserResult^ Parser::Parse(const std::string& File)
client->EndSourceFile();
// Convert the diagnostics to the managed types
for(auto& Diag : DiagClient->Diagnostics)
for each (auto& Diag in DiagClient->Diagnostics)
using namespace clix;