[cfe-commits] r158716 - /cfe/trunk/utils/TableGen/ClangAttrEmitter.cpp

Richard Smith richard at metafoo.co.uk
Tue Jun 19 19:49:51 PDT 2012


On Tue, Jun 19, 2012 at 6:36 AM, Sean Hunt <scshunt at csclub.uwaterloo.ca> 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?




More information about the cfe-commits mailing list