zuki.tools.llvm.clang
1.2.390.6115
Requires NuGet 2.5 or higher.
dotnet add package zuki.tools.llvm.clang --version 1.2.390.6115
NuGet\Install-Package zuki.tools.llvm.clang -Version 1.2.390.6115
<PackageReference Include="zuki.tools.llvm.clang" Version="1.2.390.6115" />
paket add zuki.tools.llvm.clang --version 1.2.390.6115
#r "nuget: zuki.tools.llvm.clang, 1.2.390.6115"
// Install zuki.tools.llvm.clang as a Cake Addin #addin nuget:?package=zuki.tools.llvm.clang&version=1.2.390.6115 // Install zuki.tools.llvm.clang as a Cake Tool #tool nuget:?package=zuki.tools.llvm.clang&version=1.2.390.6115
Provides a comprehensive object model that exposes the entire libclang API including static indexing, event driven indexing, code completion, build system, compilation database, and documentation parsing. Requires Microsoft.NET version 4.5 or higher.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on zuki.tools.llvm.clang:
Package | Downloads |
---|---|
zuki.tools.llvm.clang.Samples
This package contains samples that demonstrate the use of the zuki.tools.llvm.clang library |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.390.6115 | 1,539 | 9/29/2016 |
1.1.381.6036 | 1,381 | 7/12/2016 |
1.1.380.6003 | 1,110 | 6/9/2016 |
1.0.380.5974 | 1,838 | 5/10/2016 |
Version 1.2 (libclang v3.9.0)
* New CallingConvention, CursorKind, ObjectiveCPropertyAttribute, TranslationUnitParseOptions, and TypeKind values (libclang 3.9)
* New EvaluationResult class / EvaluationResultKind enumeration (libclang 3.9)
* New Cursor.Evaluate method (libclang 3.9)
* New Cursor.HasAttributes, Cursor.IsCxxConvertingConstructor, Cursor.IsCxxCopyConstructor, Cursor.IsCxxDefaultConstructor Cursor.IsCxxMethodDefaulted, Cursor.IsCxxMoveConstructor, Cursor.IsFunctionInlined, Cursor.IsMacroBuiltIn, and Cursor.IsMacroFunctionLike properties (libclang 3.9)
* New Type.NamedType and Type.ObjectiveCEncoding properties (libclang 3.9)