Files
swift-mirror/include/swift/Basic/LLVM.h
Michael Gottesman 5113657db6 [stringref-upgrade] Inject llvm::StringLiteral into the Swift namespace like we have done with StringRef.
StringLiteral is a subclass of StringRef that is intended to be used for global
constant strings in a constexpr context.

I am going to be refactoring some uses of const char foo[] = ""; to use this
instead.
2018-04-16 09:54:36 -07:00

2.5 KiB