forked from OSchip/llvm-project
Add comments back that were accidentally removed in r170933.
llvm-svn: 170938
This commit is contained in:
parent
9e89195dce
commit
8a67a65a4b
|
@ -714,12 +714,14 @@ bool DeclSpec::SetTypeQual(TQ T, SourceLocation Loc, const char *&PrevSpec,
|
|||
}
|
||||
|
||||
bool DeclSpec::setFunctionSpecInline(SourceLocation Loc) {
|
||||
// 'inline inline' is ok.
|
||||
FS_inline_specified = true;
|
||||
FS_inlineLoc = Loc;
|
||||
return false;
|
||||
}
|
||||
|
||||
bool DeclSpec::setFunctionSpecVirtual(SourceLocation Loc) {
|
||||
// 'virtual virtual' is ok.
|
||||
FS_virtual_specified = true;
|
||||
FS_virtualLoc = Loc;
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue