search for: dbackid

Displaying 1 result from an estimated 1 matches for "dbackid".

Did you mean: backed
2009 Apr 01
1
[LLVMdev] Visual Studio 2005/2008 ClangDiagnosticsEmitter Patch
I'm in the process of trying to build LLVM and clang in Visual Studio 2008. Building trunk of LLVM and clang fails because of an VC STL issue: http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?Fee dbackID=328343 Here's a patch that allows tablegen to compile: Index: TableGen/ClangDiagnosticsEmitter.cpp =================================================================== --- TableGen/ClangDiagnosticsEmitter.cpp (revision 68202) +++ TableGen/ClangDiagnosticsEmitter.cpp (working copy) @@ -135,7 +...