forked from OSchip/llvm-project
parent
5cfbe4aa53
commit
3c502aca18
|
@ -5684,8 +5684,6 @@ public:
|
|||
// type.
|
||||
ExprResult DefaultLvalueConversion(Expr *E);
|
||||
|
||||
void MarkLValueReferenced(Expr *E);
|
||||
|
||||
// DefaultArgumentPromotion (C99 6.5.2.2p6). Used for function calls that
|
||||
// do not have a prototype. Integer promotions are performed on each
|
||||
// argument, and arguments that have type float are promoted to double.
|
||||
|
|
Loading…
Reference in New Issue