[llvm-branch-commits] [clang] [clang] add fallback to expr in the template differ when comparing ValueDecl (PR #93266)
Erich Keane via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri May 24 06:37:38 PDT 2024
================
@@ -784,6 +784,7 @@ Miscellaneous Bug Fixes
- Fixed an infinite recursion in ASTImporter, on return type declared inside
body of C++11 lambda without trailing return (#GH68775).
- Fixed declaration name source location of instantiated function definitions (GH71161).
+- Missing fallback to expression in the template differ when comparing ValueDecls.
----------------
erichkeane wrote:
```suggestion
- Improve diagnostic output to print an expression instead of 'no argument` when comparing Values as template arguments.
```
Or something like this?
https://github.com/llvm/llvm-project/pull/93266
More information about the llvm-branch-commits
mailing list