Skip to content

Commit 3da2ee1

Browse files
committed
format code
1 parent c046247 commit 3da2ee1

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

include/llvm/ADT/StringRef.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -571,10 +571,11 @@ namespace llvm {
571571
}
572572

573573
// HLSL Change Starts
574-
// StringRef provides an operator string; that trips up the std::pair noexcept specification,
575-
// which (a) enables the moves constructor (because conversion is allowed), but (b)
576-
// misclassifies the the construction as nothrow. Newer libc++ releases reject user
577-
// specializations of this trait outright, and also compute the trait correctly without help.
574+
// StringRef provides an operator string; that trips up the std::pair noexcept
575+
// specification, which (a) enables the moves constructor (because conversion is
576+
// allowed), but (b) misclassifies the the construction as nothrow. Newer libc++
577+
// releases reject user specializations of this trait outright, and also compute
578+
// the trait correctly without help.
578579
#if !defined(_LIBCPP_VERSION)
579580
namespace std {
580581
template<>

0 commit comments

Comments
 (0)