[PATCH] D67563: Debug Info: Add support for named constants

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 13 16:11:52 PDT 2019


dblaikie added a comment.

Out of curiosity does swift have const in the type system like C and C++? (I guess so) - and what would be the difference between a normal (non-let) variable of a const type, versus a let variable of a non-const type?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67563/new/

https://reviews.llvm.org/D67563





More information about the llvm-commits mailing list