forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[clang][ASTImporter] New fix for default template parameter values. (l…
…lvm#101836) Commit e4440b8 added a change that introduced new crash in an incorrectly handled case. This is fixed here. Default argument definition or inheritance is preserved in the "To" AST compared to the "From". If the default argument is defined already in the "To" AST it can be duplicated at the import.
- Loading branch information
Showing
2 changed files
with
309 additions
and
143 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
Oops, something went wrong.