Skip to content

Commit c75681d

Browse files
committed
clang-format
1 parent e24ee9c commit c75681d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/lib/Sema/ParsedAttr.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,13 +200,13 @@ bool ParsedAttr::existsInTarget(const TargetInfo &Target) const {
200200
// function just returns true.
201201
bool HasSpelling = K != IgnoredAttribute && K != UnknownAttribute &&
202202
K != NoSemaHandlerAttribute;
203-
bool TargetSpecificSpellingExists = !HasSpelling ||
204-
getInfo().spellingExistsInTarget(Target, getAttributeSpellingListIndex());
203+
bool TargetSpecificSpellingExists =
204+
!HasSpelling ||
205+
getInfo().spellingExistsInTarget(Target, getAttributeSpellingListIndex());
205206

206207
return getInfo().existsInTarget(Target) && TargetSpecificSpellingExists;
207208
}
208209

209-
210210
bool ParsedAttr::isKnownToGCC() const { return getInfo().IsKnownToGCC; }
211211

212212
bool ParsedAttr::isSupportedByPragmaAttribute() const {

0 commit comments

Comments
 (0)