summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Sema.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Sema/Sema.h')
-rw-r--r--clang/lib/Sema/Sema.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h
index 8bc5a6073b9..e8702bcea10 100644
--- a/clang/lib/Sema/Sema.h
+++ b/clang/lib/Sema/Sema.h
@@ -1634,7 +1634,8 @@ public:
SourceLocation Loc, SourceRange Range);
std::string getAmbiguousPathsDisplayString(BasePaths &Paths);
- bool RequireNonAbstractType(SourceLocation Loc, QualType T, unsigned SelID);
+ bool RequireNonAbstractType(SourceLocation Loc, QualType T,
+ unsigned DiagID, unsigned SelID);
//===--------------------------------------------------------------------===//
// C++ Overloaded Operators [C++ 13.5]
OpenPOWER on IntegriCloud