Move Language class to Semmle.Util

This commit is contained in:
Michael B. Gale
2023-02-28 14:16:33 +00:00
parent e60676fbde
commit e3762c7f93
5 changed files with 6 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
using Semmle.Autobuild.Shared;
using Semmle.Util;
namespace Semmle.Autobuild.Cpp
{

View File

@@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using Semmle.Util;
namespace Semmle.Autobuild.Shared
{

View File

@@ -1,3 +1,5 @@
using Semmle.Util;
namespace Semmle.Autobuild.Shared
{
public static class EnvVars

View File

@@ -1,5 +1,6 @@
using System.Collections.Generic;
using System.Linq;
using Semmle.Util;
namespace Semmle.Autobuild.Shared
{

View File

@@ -1,4 +1,4 @@
namespace Semmle.Autobuild.Shared
namespace Semmle.Util
{
public sealed class Language
{