[clang] [Sema] Fast-path simple plain auto deduction in DeduceAutoType (PR #188196)

via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 1 01:48:37 PDT 2026


================
@@ -183,6 +183,11 @@ 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 the fast path
+  for additional simple cases, including non-canonical initializer types,
+  top-level-cv-qualified ``auto``, and single-level ``auto*`` declarators in
+  supported language modes.
----------------
heturing wrote:

I have updated the text.

https://github.com/llvm/llvm-project/pull/188196


More information about the cfe-commits mailing list