forked from OSchip/llvm-project
Test commit: Fix run-on sentence in comment
llvm-svn: 262764
This commit is contained in:
parent
a1d9d75a88
commit
c4572c2a85
|
@ -1416,8 +1416,8 @@ void Parser::handleDeclspecAlignBeforeClassKey(ParsedAttributesWithRange &Attrs,
|
|||
while (AL) {
|
||||
AttributeList *Next = AL->getNext();
|
||||
|
||||
// We only consider attributes using the appropriate '__declspec' spelling,
|
||||
// this behavior doesn't extend to any other spellings.
|
||||
// We only consider attributes using the appropriate '__declspec' spelling.
|
||||
// This behavior doesn't extend to any other spellings.
|
||||
if (AL->getKind() == AttributeList::AT_Aligned &&
|
||||
AL->isDeclspecAttribute()) {
|
||||
// Stitch the attribute into the tag's attribute list.
|
||||
|
|
Loading…
Reference in New Issue