summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ArgList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Driver/ArgList.cpp')
-rw-r--r--clang/lib/Driver/ArgList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Driver/ArgList.cpp b/clang/lib/Driver/ArgList.cpp
index dbcc11501d9..3d07431209e 100644
--- a/clang/lib/Driver/ArgList.cpp
+++ b/clang/lib/Driver/ArgList.cpp
@@ -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)) {
OpenPOWER on IntegriCloud