-
Notifications
You must be signed in to change notification settings - Fork 166
Comparing changes
Open a pull request
base repository: dotnet/ClangSharp
base: v18.1.0.3
head repository: dotnet/ClangSharp
compare: v18.1.0.4
- 17 commits
- 15 files changed
- 4 contributors
Commits on Feb 11, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 716ae31 - Browse repository at this point
Copy the full SHA 716ae31View commit details
Commits on Feb 12, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 5b4f845 - Browse repository at this point
Copy the full SHA 5b4f845View commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0b62dec - Browse repository at this point
Copy the full SHA 0b62decView commit details
Commits on Nov 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 74b8873 - Browse repository at this point
Copy the full SHA 74b8873View commit details
Commits on Jan 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 43759a9 - Browse repository at this point
Copy the full SHA 43759a9View commit details
Commits on Jan 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d557274 - Browse repository at this point
Copy the full SHA d557274View commit details -
possibly could still cause problems if 0 params is not specified as well
Configuration menu - View commit details
-
Copy full SHA for b44596a - Browse repository at this point
Copy the full SHA b44596aView commit details
Commits on Jan 31, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 98fcc16 - Browse repository at this point
Copy the full SHA 98fcc16View commit details -
Merge pull request #590 from curin/main
Add Parameter Types to InheritDoc comments
Configuration menu - View commit details
-
Copy full SHA for c914fcb - Browse repository at this point
Copy the full SHA c914fcbView commit details
Commits on Feb 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4c866fb - Browse repository at this point
Copy the full SHA 4c866fbView commit details
Commits on Mar 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4da340c - Browse repository at this point
Copy the full SHA 4da340cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9694912 - Browse repository at this point
Copy the full SHA 9694912View commit details
Commits on Apr 4, 2025
-
Merge pull request #578 from MrJul/fix/template-argument-kind
Fix incorrect template argument kind
Configuration menu - View commit details
-
Copy full SHA for af2a428 - Browse repository at this point
Copy the full SHA af2a428View commit details -
Merge pull request #528 from ceresgalax/bug_ttpd_da
Fix crash when accessing property TemplateTypeParmDecl.DefaultArgument
Configuration menu - View commit details
-
Copy full SHA for 0296dbf - Browse repository at this point
Copy the full SHA 0296dbfView commit details -
Merge pull request #529 from ceresgalax/feature_sttpt_associated_decl
Add AssociatedDecl property to SubstTemplateTypeParamType.
Configuration menu - View commit details
-
Copy full SHA for fef1919 - Browse repository at this point
Copy the full SHA fef1919View commit details -
Merge pull request #594 from curin/main
Add DontUseUsingStaticsForGuidMember
Configuration menu - View commit details
-
Copy full SHA for d6c9fb3 - Browse repository at this point
Copy the full SHA d6c9fb3View commit details
Commits on Apr 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 233d46d - Browse repository at this point
Copy the full SHA 233d46dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v18.1.0.3...v18.1.0.4