forked from OSchip/llvm-project
parent
e039148801
commit
bd3b1d40da
|
@ -118,7 +118,7 @@ llvm::StringRef ArgList::getLastArgValue(OptSpecifier Id,
|
|||
}
|
||||
|
||||
int ArgList::getLastArgIntValue(OptSpecifier Id, int Default,
|
||||
Diagnostic &Diags) const {
|
||||
clang::Diagnostic &Diags) const {
|
||||
int Res = Default;
|
||||
|
||||
if (Arg *A = getLastArg(Id)) {
|
||||
|
|
Loading…
Reference in New Issue