File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -200,13 +200,13 @@ bool ParsedAttr::existsInTarget(const TargetInfo &Target) const {
200
200
// function just returns true.
201
201
bool HasSpelling = K != IgnoredAttribute && K != UnknownAttribute &&
202
202
K != NoSemaHandlerAttribute;
203
- bool TargetSpecificSpellingExists = !HasSpelling ||
204
- getInfo ().spellingExistsInTarget (Target, getAttributeSpellingListIndex ());
203
+ bool TargetSpecificSpellingExists =
204
+ !HasSpelling ||
205
+ getInfo ().spellingExistsInTarget (Target, getAttributeSpellingListIndex ());
205
206
206
207
return getInfo ().existsInTarget (Target) && TargetSpecificSpellingExists;
207
208
}
208
209
209
-
210
210
bool ParsedAttr::isKnownToGCC () const { return getInfo ().IsKnownToGCC ; }
211
211
212
212
bool ParsedAttr::isSupportedByPragmaAttribute () const {
You can’t perform that action at this time.
0 commit comments