Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/ClangSharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v18.1.0.3
Choose a base ref
...
head repository: dotnet/ClangSharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v18.1.0.4
Choose a head ref
  • 17 commits
  • 15 files changed
  • 4 contributors

Commits on Feb 11, 2024

  1. Fix crash when accessing property TemplateTypeParmDecl.DefaultArgument

    * hasDefaultArgType() must be called first.
    * Since the type may not have a default arg type, make the property nullable.
    ceresgalax committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    716ae31 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Add AssociatedDecl property to SubstTemplateTypeParamType.

    * This calls getAssociatedDecl() on the underlying clang c++ type object.
    
    * Note: I added a function was added to clangsharp.cpp and .h, but the clangsharp.cs file was updated manually. I was having issues getting ClangSharpPInvokeGenerator output the .cs source files correctly.
    ceresgalax committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    5b4f845 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    0b62dec View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    74b8873 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

  1. Configuration menu
    Copy the full SHA
    43759a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. Configuration menu
    Copy the full SHA
    d557274 View commit details
    Browse the repository at this point in the history
  2. removed an unnecessary check

    possibly could still cause problems if 0 params is not specified as well
    curin committed Jan 30, 2025
    Configuration menu
    Copy the full SHA
    b44596a View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2025

  1. Configuration menu
    Copy the full SHA
    98fcc16 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #590 from curin/main

    Add Parameter Types to InheritDoc comments
    tannergooding authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    c914fcb View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Configuration menu
    Copy the full SHA
    4c866fb View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. Configuration menu
    Copy the full SHA
    4da340c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9694912 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2025

  1. Merge pull request #578 from MrJul/fix/template-argument-kind

    Fix incorrect template argument kind
    tannergooding authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    af2a428 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #528 from ceresgalax/bug_ttpd_da

    Fix crash when accessing property TemplateTypeParmDecl.DefaultArgument
    tannergooding authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    0296dbf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #529 from ceresgalax/feature_sttpt_associated_decl

    Add AssociatedDecl property to SubstTemplateTypeParamType.
    tannergooding authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    fef1919 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #594 from curin/main

    Add DontUseUsingStaticsForGuidMember
    tannergooding authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    d6c9fb3 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. Configuration menu
    Copy the full SHA
    233d46d View commit details
    Browse the repository at this point in the history
Loading