On Tue, Oct 25, 2011 at 4:42 AM, John McCall <[email protected]> wrote: > Author: rjmccall > Date: Tue Oct 25 03:42:34 2011 > New Revision: 142915 > > URL: http://llvm.org/viewvc/llvm-project?rev=142915&view=rev > Log: > Pull the pseudo-object stuff into its own file. > Tidy up some marginally related code just to annoy > single-purpose-commit lovers. No functionality change. > > > Modified: > cfe/trunk/lib/Sema/CMakeLists.txt > cfe/trunk/lib/Sema/SemaExpr.cpp > > Modified: cfe/trunk/lib/Sema/CMakeLists.txt > URL: > http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/CMakeLists.txt?rev=142915&r1=142914&r2=142915&view=diff > ============================================================================== > --- cfe/trunk/lib/Sema/CMakeLists.txt (original) > +++ cfe/trunk/lib/Sema/CMakeLists.txt Tue Oct 25 03:42:34 2011 > @@ -31,6 +31,7 @@ > SemaLookup.cpp > SemaObjCProperty.cpp > SemaOverload.cpp > + SemaPseudoObject.cpp
Ok but where is SemaPseudoObject.cpp? _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
