[PATCH] D44480: [Sema] Don't skip function bodies with 'auto' without trailing return type

S. B. Tam via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 30 20:09:56 PDT 2018


cpplearner added a comment.

Does `getAs<AutoType>()` work correctly with function returning `auto&`?


Repository:
  rL LLVM

https://reviews.llvm.org/D44480





More information about the llvm-commits mailing list