commit | 5e30b8bf56c41fcfec63ae82ddd461c99f3c4221 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Sat May 22 05:05:12 2010 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Sat May 22 05:05:12 2010 +0000 |
tree | c407c8f56cc54066f570b87a8f9dcaf6cfe28a4f | |
parent | c304ba341a7daa88da42faf8f86310b764dd7b6a [diff] [blame] |
Attempt to make MSVC happy. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@104432 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Driver/ArgList.cpp b/lib/Driver/ArgList.cpp index dbcc115..3d07431 100644 --- a/lib/Driver/ArgList.cpp +++ b/lib/Driver/ArgList.cpp
@@ -118,7 +118,7 @@ } int ArgList::getLastArgIntValue(OptSpecifier Id, int Default, - Diagnostic &Diags) const { + clang::Diagnostic &Diags) const { int Res = Default; if (Arg *A = getLastArg(Id)) {