On Tue, Jun 19, 2012 at 6:36 AM, Sean Hunt <[email protected]> wrote: > Author: coppro > Date: Tue Jun 19 08:36:02 2012 > New Revision: 158716 > > URL: http://llvm.org/viewvc/llvm-project?rev=158716&view=rev > Log: > Stop abusing StringRef. Fixes the Windows build. > > I've also removed the duplicate check for PARSED_ATTR since it seems > unnecessary, and would have made the code more complicated. > > Modified: > cfe/trunk/utils/TableGen/ClangAttrEmitter.cpp > > Modified: cfe/trunk/utils/TableGen/ClangAttrEmitter.cpp > URL: > http://llvm.org/viewvc/llvm-project/cfe/trunk/utils/TableGen/ClangAttrEmitter.cpp?rev=158716&r1=158715&r2=158716&view=diff > ============================================================================== > --- cfe/trunk/utils/TableGen/ClangAttrEmitter.cpp (original) > +++ cfe/trunk/utils/TableGen/ClangAttrEmitter.cpp Tue Jun 19 08:36:02 2012 > @@ -1074,6 +1075,9 @@ > << "} // end namespace clang\n"; > } > > +} > +#include <cstdio> > +namespace clang {
Left behind debugging code? _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
