-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #274 from tannergooding/v13.0.0
Updating to Clang v13.0.0
- Loading branch information
Showing
203 changed files
with
488 additions
and
255 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...bClangSharp.runtime.freebsd.11-x64.nuspec → ...bClangSharp.runtime.freebsd.12-x64.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata minClientVersion="2.12"> | ||
<id>libClangSharp.runtime.freebsd.11-x64</id> | ||
<version>12.0.0-beta1</version> | ||
<id>libClangSharp.runtime.freebsd.12-x64</id> | ||
<version>13.0.0-beta1</version> | ||
<authors>Microsoft and Contributors</authors> | ||
<owners>Microsoft and Contributors</owners> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<license type="expression">NCSA</license> | ||
<projectUrl>https://github.com/microsoft/clangsharp</projectUrl> | ||
<description>freebsd 11 x64 native library for libClangSharp.</description> | ||
<description>freebsd 12 x64 native library for libClangSharp.</description> | ||
<copyright>Copyright © Microsoft and Contributors</copyright> | ||
<repository type="git" url="https://github.com/microsoft/clangsharp" branch="main" /> | ||
</metadata> | ||
<files> | ||
<file src="..\libClangSharp\LICENSE.TXT" target="LICENSE.TXT" /> | ||
<file src="..\libClangSharp\NOTICE.TXT" target="NOTICE.TXT" /> | ||
<file src="libClangSharp.so" target="runtimes\freebsd.11-x64\native\libClangSharp.so" /> | ||
<file src="libClangSharp.so" target="runtimes\freebsd.12-x64\native\libClangSharp.so" /> | ||
</files> | ||
</package> |
8 changes: 4 additions & 4 deletions
8
...bClangSharp.runtime.freebsd.11-x86.nuspec → ...bClangSharp.runtime.freebsd.12-x86.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata minClientVersion="2.12"> | ||
<id>libClangSharp.runtime.freebsd.11-x86</id> | ||
<version>12.0.0-beta1</version> | ||
<id>libClangSharp.runtime.freebsd.12-x86</id> | ||
<version>13.0.0-beta1</version> | ||
<authors>Microsoft and Contributors</authors> | ||
<owners>Microsoft and Contributors</owners> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<license type="expression">NCSA</license> | ||
<projectUrl>https://github.com/microsoft/clangsharp</projectUrl> | ||
<description>freebsd 11 x86 native library for libClangSharp.</description> | ||
<description>freebsd 12 x86 native library for libClangSharp.</description> | ||
<copyright>Copyright © Microsoft and Contributors</copyright> | ||
<repository type="git" url="https://github.com/microsoft/clangsharp" branch="main" /> | ||
</metadata> | ||
<files> | ||
<file src="..\libClangSharp\LICENSE.TXT" target="LICENSE.TXT" /> | ||
<file src="..\libClangSharp\NOTICE.TXT" target="NOTICE.TXT" /> | ||
<file src="libClangSharp.so" target="runtimes\freebsd.11-x86\native\libClangSharp.so" /> | ||
<file src="libClangSharp.so" target="runtimes\freebsd.12-x86\native\libClangSharp.so" /> | ||
</files> | ||
</package> |
20 changes: 20 additions & 0 deletions
20
...angSharp/libClangSharp.runtime.freebsd.13-x64/libClangSharp.runtime.freebsd.13-x64.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata minClientVersion="2.12"> | ||
<id>libClangSharp.runtime.freebsd.13-x64</id> | ||
<version>13.0.0-beta1</version> | ||
<authors>Microsoft and Contributors</authors> | ||
<owners>Microsoft and Contributors</owners> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<license type="expression">NCSA</license> | ||
<projectUrl>https://github.com/microsoft/clangsharp</projectUrl> | ||
<description>freebsd 13 x64 native library for libClangSharp.</description> | ||
<copyright>Copyright © Microsoft and Contributors</copyright> | ||
<repository type="git" url="https://github.com/microsoft/clangsharp" branch="main" /> | ||
</metadata> | ||
<files> | ||
<file src="..\libClangSharp\LICENSE.TXT" target="LICENSE.TXT" /> | ||
<file src="..\libClangSharp\NOTICE.TXT" target="NOTICE.TXT" /> | ||
<file src="libClangSharp.so" target="runtimes\freebsd.13-x64\native\libClangSharp.so" /> | ||
</files> | ||
</package> |
20 changes: 20 additions & 0 deletions
20
...angSharp/libClangSharp.runtime.freebsd.13-x86/libClangSharp.runtime.freebsd.13-x86.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata minClientVersion="2.12"> | ||
<id>libClangSharp.runtime.freebsd.13-x86</id> | ||
<version>13.0.0-beta1</version> | ||
<authors>Microsoft and Contributors</authors> | ||
<owners>Microsoft and Contributors</owners> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<license type="expression">NCSA</license> | ||
<projectUrl>https://github.com/microsoft/clangsharp</projectUrl> | ||
<description>freebsd 13 x86 native library for libClangSharp.</description> | ||
<copyright>Copyright © Microsoft and Contributors</copyright> | ||
<repository type="git" url="https://github.com/microsoft/clangsharp" branch="main" /> | ||
</metadata> | ||
<files> | ||
<file src="..\libClangSharp\LICENSE.TXT" target="LICENSE.TXT" /> | ||
<file src="..\libClangSharp\NOTICE.TXT" target="NOTICE.TXT" /> | ||
<file src="libClangSharp.so" target="runtimes\freebsd.13-x86\native\libClangSharp.so" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...64/libclang.runtime.freebsd.11-x64.nuspec → ...64/libclang.runtime.freebsd.12-x64.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata minClientVersion="2.12"> | ||
<id>libclang.runtime.freebsd.11-x64</id> | ||
<version>12.0.0</version> | ||
<id>libclang.runtime.freebsd.12-x64</id> | ||
<version>13.0.0</version> | ||
<authors>Microsoft and Contributors</authors> | ||
<owners>Microsoft and Contributors</owners> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<license type="expression">Apache-2.0 WITH LLVM-exception</license> | ||
<projectUrl>https://github.com/microsoft/clangsharp</projectUrl> | ||
<description>freebsd 11 x64 native library for libclang.</description> | ||
<description>freebsd 12 x64 native library for libclang.</description> | ||
<copyright>Copyright © LLVM Project</copyright> | ||
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-12.0.0" /> | ||
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-13.0.0" /> | ||
</metadata> | ||
<files> | ||
<file src="..\libclang\LICENSE.TXT" target="LICENSE.TXT" /> | ||
<file src="libclang.so" target="runtimes\freebsd.11-x64\native\libclang.so" /> | ||
<file src="libclang.so" target="runtimes\freebsd.12-x64\native\libclang.so" /> | ||
</files> | ||
</package> |
10 changes: 5 additions & 5 deletions
10
...86/libclang.runtime.freebsd.11-x86.nuspec → ...86/libclang.runtime.freebsd.12-x86.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata minClientVersion="2.12"> | ||
<id>libclang.runtime.freebsd.11-x86</id> | ||
<version>12.0.0</version> | ||
<id>libclang.runtime.freebsd.12-x86</id> | ||
<version>13.0.0</version> | ||
<authors>Microsoft and Contributors</authors> | ||
<owners>Microsoft and Contributors</owners> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<license type="expression">Apache-2.0 WITH LLVM-exception</license> | ||
<projectUrl>https://github.com/microsoft/clangsharp</projectUrl> | ||
<description>freebsd 11 x86 native library for libclang.</description> | ||
<description>freebsd 12 x86 native library for libclang.</description> | ||
<copyright>Copyright © LLVM Project</copyright> | ||
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-12.0.0" /> | ||
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-13.0.0" /> | ||
</metadata> | ||
<files> | ||
<file src="..\libclang\LICENSE.TXT" target="LICENSE.TXT" /> | ||
<file src="libclang.so" target="runtimes\freebsd.11-x86\native\libclang.so" /> | ||
<file src="libclang.so" target="runtimes\freebsd.12-x86\native\libclang.so" /> | ||
</files> | ||
</package> |
Oops, something went wrong.