Skip to content

Commit d55f737

Browse files
xedinahoppen
authored andcommitted
[ConstraintSystem] NFC: Replace LLVM_NODISCARD with [[nodiscard]] on newly added method
1 parent 4b84391 commit d55f737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Sema/ConstraintSystem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4376,7 +4376,7 @@ class ConstraintSystem {
43764376
/// \param tap the tap expression
43774377
///
43784378
/// \returns \c true if constraint generation failed, \c false otherwise
4379-
LLVM_NODISCARD
4379+
[[nodiscard]]
43804380
bool generateConstraints(TapExpr *tap);
43814381

43824382
/// Generate constraints for the body of the given function or closure.

0 commit comments

Comments
 (0)