search for: b3472004

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

Did you mean: 372004
2010 Feb 12
0
[LLVMdev] [PATCH] Fix off-by-one errors in the doxygen documentation
On Feb 12, 2010, at 11:22 AM, Peter Collingbourne wrote: > Some doxygen annotations are attached to the wrong entry, which can be > misleading. This patch fixes the mistake everywhere I could find it. Nice, please send this patch as a non-inline attachment and I'll be happy to apply it, -Chris
2010 Feb 12
1
[LLVMdev] [PATCH] Fix off-by-one errors in the doxygen documentation
...se see attached. -- Peter -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Fix-off-by-one-errors-in-the-doxygen-documentation.patch Type: text/x-diff Size: 8145 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100212/b3472004/attachment.patch>
2010 Feb 12
2
[LLVMdev] [PATCH] Fix off-by-one errors in the doxygen documentation
Some doxygen annotations are attached to the wrong entry, which can be misleading. This patch fixes the mistake everywhere I could find it. --- include/llvm/InstrTypes.h | 54 ++++++++++++++++++++-------------------- include/llvm/MC/MCDirectives.h | 42 +++++++++++++++--------------- include/llvm/Pass.h | 10 +++--- 3 files changed, 53 insertions(+), 53 deletions(-) diff