diff options
Diffstat (limited to 'lib/Sema/Sema.h')
-rw-r--r-- | lib/Sema/Sema.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Sema/Sema.h b/lib/Sema/Sema.h index 2bfc6b7857..1c652114e3 100644 --- a/lib/Sema/Sema.h +++ b/lib/Sema/Sema.h @@ -2424,6 +2424,8 @@ public: QualType rhsType); bool IsStringLiteralToNonConstPointerConversion(Expr *From, QualType ToType); + QualType CompositePointerType(Expr *LHS, Expr *RHS, + bool LHSIsNull, bool RHSIsNull); bool PerformImplicitConversion(Expr *&From, QualType ToType, const char *Flavor, |