Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/swift/AST/Identifier.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class Identifier {
bool nonempty() const { return !empty(); }
#ifdef COMPILED_WITH_SWIFT
SWIFT_COMPUTED_PROPERTY
bool getIsValid() const { return empty(); }
bool getIsValid() const { return nonempty(); }
#endif

/// isOperator - Return true if this identifier is an operator, false if it is
Expand Down