[cfe-commits] r148058 - /cfe/trunk/include/clang/Sema/Sema.h

Eli Friedman eli.friedman at gmail.com
Thu Jan 12 14:43:19 PST 2012


Author: efriedma
Date: Thu Jan 12 16:43:19 2012
New Revision: 148058

URL: http://llvm.org/viewvc/llvm-project?rev=148058&view=rev
Log:
Revert accidental commit.


Modified:
    cfe/trunk/include/clang/Sema/Sema.h

Modified: cfe/trunk/include/clang/Sema/Sema.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Sema/Sema.h?rev=148058&r1=148057&r2=148058&view=diff
==============================================================================
--- cfe/trunk/include/clang/Sema/Sema.h (original)
+++ cfe/trunk/include/clang/Sema/Sema.h Thu Jan 12 16:43:19 2012
@@ -5684,8 +5684,6 @@
   // 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.





More information about the cfe-commits mailing list