[all-commits] [llvm/llvm-project] 0ccdd4: [ASTImporter] Fix infinite recurse on return type ...
Ding Fei via All-commits
all-commits at lists.llvm.org
Fri Apr 19 19:11:24 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0ccdd4c28fca72d1e1d518c6ed9715e92fb47edf
https://github.com/llvm/llvm-project/commit/0ccdd4c28fca72d1e1d518c6ed9715e92fb47edf
Author: Ding Fei <fding at feysh.com>
Date: 2024-04-20 (Sat, 20 Apr 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/AST/ASTImporter.cpp
M clang/unittests/AST/ASTImporterTest.cpp
Log Message:
-----------
[ASTImporter] Fix infinite recurse on return type declared inside body (#68775)
Lambda without trailing auto could have return type declared inside the
body too.
Fixes #68775
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list