File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1291,20 +1291,20 @@ class TargetInfo : public TransferrableTargetInfo,
1291
1291
fillValidCPUList (Values);
1292
1292
}
1293
1293
1294
- // / brief Determine whether this TargetInfo supports the given CPU name.
1294
+ // / Determine whether this TargetInfo supports the given CPU name.
1295
1295
virtual bool isValidCPUName (StringRef Name) const {
1296
1296
return true ;
1297
1297
}
1298
1298
1299
- // / brief Determine whether this TargetInfo supports the given CPU name for
1300
- // tuning.
1299
+ // / Determine whether this TargetInfo supports the given CPU name for
1300
+ // / tuning.
1301
1301
virtual bool isValidTuneCPUName (StringRef Name) const {
1302
1302
return isValidCPUName (Name);
1303
1303
}
1304
1304
1305
1305
virtual ParsedTargetAttr parseTargetAttr (StringRef Str) const ;
1306
1306
1307
- // / brief Determine whether this TargetInfo supports tune in target attribute.
1307
+ // / Determine whether this TargetInfo supports tune in target attribute.
1308
1308
virtual bool supportsTargetAttributeTune () const {
1309
1309
return false ;
1310
1310
}
Original file line number Diff line number Diff line change @@ -663,9 +663,9 @@ class Parser : public CodeCompletionHandler {
663
663
return PrevTokLocation;
664
664
}
665
665
666
- // /\ brief When we are consuming a code-completion token without having
667
- // / matched specific position in the grammar, provide code-completion results
668
- // / based on context.
666
+ // / When we are consuming a code-completion token without having matched
667
+ // / specific position in the grammar, provide code-completion results based
668
+ // / on context.
669
669
// /
670
670
// / \returns the source location of the code-completion token.
671
671
SourceLocation handleUnexpectedCodeCompletionToken ();
You can’t perform that action at this time.
0 commit comments