search for: indent2

Displaying 3 results from an estimated 3 matches for "indent2".

Did you mean: indent
2000 Oct 02
3
several documentation problems (PR#675)
Full_Name: Sheila Bryant Version: 1.1.1 OS: Solaris 2.6 Submission from: (NULL) (134.225.16.2) During the 'make' process I get the following: String found where operator expected at /export/bors/bors-01/sws96srb/R-1.1.1/etc/Rdconvlib.pl line 781, near "("</TABLE>\n"" (Missing operator before "</TABLE>\n"?) Bare word found where operator
2009 Aug 22
0
[LLVMdev] X86 Disassembler
...ecision " << name << " = {" << std::endl; + i2.push(); + o2 << i2.indent() << "{ /* opcodeDecisions */" << std::endl; + i2.push(); You can use: +void DisassemblerTables::emitContextDecision( + raw_ostream &o2, + unsigned &Indent2, + o2.indent(Indent2++) << "struct ContextDecision " << name << " = {\n"; + o2.indent(Indent2++) << "{ /* opcodeDecisions */\n"; Which reads better, is more efficient, and scales to more than 256 levels of indentation. +#include <fc...
2009 Aug 19
3
[LLVMdev] X86 Disassembler
Bill, thanks for your comments. I'll respond to them individually. I've attached a new revision of the patch that addresses them. Patch built and tested against SVN 79487, with the additional attached fix that fixes an Intel table bug. Sean On 2009/08/18, at 0:57, Bill Wendling wrote: > 0. Watch out for tabs! Fixed. Thanks. > 1. Includes like this "#include