================
@@ -652,6 +652,7 @@ Bug Fixes to C++ Support
   an implicitly instantiated class template specialization. (#GH51051)
 - Fixed an assertion failure caused by invalid enum forward declarations. 
(#GH112208)
 - Name independent data members were not correctly initialized from default 
member initializers. (#GH114069)
+- Clang now uses deduced type locations in trailing return without auto 
diagnostics. (#GH78694)
----------------
Fznamznon wrote:

How about
```suggestion
- Clang now uses valid deduced type locations when diagnosing functions with 
trailing return type missing placeholder return type. (#GH78694)
```

https://github.com/llvm/llvm-project/pull/115786
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to