[clang] [Sema] Fast-path simple plain auto deduction in DeduceAutoType (PR #188196)
Younan Zhang via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 2 03:58:12 PDT 2026
================
@@ -183,6 +183,9 @@ Non-comprehensive list of changes in this release
- Added header ``endian.h`` which contains byte order helpers specified in POSIX
+- Improved the performance of ``auto`` deduction by adding a fast path
+ for simple cases, including ``auto``, ``const auto``, and ``auto*``. (#GH186274)
+
----------------
zyn0217 wrote:
I think you should move it to section `Improvements`
https://github.com/llvm/llvm-project/pull/188196
More information about the cfe-commits
mailing list