summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Sema.h
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-04-16 17:21:50 +0000
committerDouglas Gregor <dgregor@apple.com>2010-04-16 17:21:50 +0000
commit73b0cd72ff765549d3994dcc5c67eef3d8c6538f (patch)
tree029c83e66440a61f6bd46b6ab44f1a6386f7b129 /clang/lib/Sema/Sema.h
parentf149520464423e0f96d6d3bdd1796e6dbe6249e8 (diff)
downloadbcm5719-llvm-73b0cd72ff765549d3994dcc5c67eef3d8c6538f.tar.gz
bcm5719-llvm-73b0cd72ff765549d3994dcc5c67eef3d8c6538f.zip
Eliminate the default value for the UserCast parameter of Sema::IsUserDefinedConversion. No functionality change
llvm-svn: 101482
Diffstat (limited to 'clang/lib/Sema/Sema.h')
-rw-r--r--clang/lib/Sema/Sema.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h
index 9c090398778..ea18c3d0b41 100644
--- a/clang/lib/Sema/Sema.h
+++ b/clang/lib/Sema/Sema.h
@@ -1093,7 +1093,7 @@ public:
OverloadCandidateSet& Conversions,
bool AllowConversionFunctions,
bool AllowExplicit, bool ForceRValue,
- bool UserCast = false);
+ bool UserCast);
bool DiagnoseMultipleUserDefinedConversion(Expr *From, QualType ToType);
OpenPOWER on IntegriCloud