Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1726)

Issue 6342043: DebugInfo lib (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 10 months ago by samsonov
Modified:
11 years, 10 months ago
Reviewers:
bkramer, dvyukov
Base URL:
https://llvm.org/svn/llvm-project/llvm/trunk/
Visibility:
Public.

Patch Set 1 : z #

Total comments: 8

Patch Set 2 : z #

Total comments: 11

Patch Set 3 : z #

Unified diffs Side-by-side diffs Delta from patch set Stats (+174 lines, -31 lines) Patch
M include/llvm/DebugInfo/DIContext.h View 1 2 2 chunks +29 lines, -5 lines 0 comments Download
M lib/DebugInfo/DWARFCompileUnit.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M lib/DebugInfo/DWARFCompileUnit.cpp View 1 2 4 chunks +14 lines, -4 lines 0 comments Download
M lib/DebugInfo/DWARFContext.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M lib/DebugInfo/DWARFContext.cpp View 1 2 1 chunk +31 lines, -19 lines 0 comments Download
M lib/DebugInfo/DWARFDebugAranges.cpp View 1 2 2 chunks +1 line, -1 line 0 comments Download
M lib/DebugInfo/DWARFDebugInfoEntry.h View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M lib/DebugInfo/DWARFDebugInfoEntry.cpp View 1 2 1 chunk +48 lines, -0 lines 0 comments Download
A test/DebugInfo/dwarfdump-test.test View 1 2 1 chunk +25 lines, -0 lines 0 comments Download
M tools/llvm-dwarfdump/llvm-dwarfdump.cpp View 1 2 2 chunks +12 lines, -1 line 0 comments Download

Messages

Total messages: 10
dvyukov
http://codereview.appspot.com/6342043/diff/4002/include/llvm/DebugInfo/DIContext.h File include/llvm/DebugInfo/DIContext.h (right): http://codereview.appspot.com/6342043/diff/4002/include/llvm/DebugInfo/DIContext.h#newcode68 include/llvm/DebugInfo/DIContext.h:68: void addSpecification(const Specification &spec) { Flags |= spec; } ...
11 years, 10 months ago (2012-06-25 14:11:42 UTC) #1
samsonov
http://codereview.appspot.com/6342043/diff/4002/include/llvm/DebugInfo/DIContext.h File include/llvm/DebugInfo/DIContext.h (right): http://codereview.appspot.com/6342043/diff/4002/include/llvm/DebugInfo/DIContext.h#newcode68 include/llvm/DebugInfo/DIContext.h:68: void addSpecification(const Specification &spec) { Flags |= spec; } ...
11 years, 10 months ago (2012-06-25 15:09:48 UTC) #2
dvyukov
DIContext.h LGTM http://codereview.appspot.com/6342043/diff/10004/include/llvm/DebugInfo/DIContext.h File include/llvm/DebugInfo/DIContext.h (right): http://codereview.appspot.com/6342043/diff/10004/include/llvm/DebugInfo/DIContext.h#newcode66 include/llvm/DebugInfo/DIContext.h:66: DILineInfoSpecifier(uint32_t flags = FileLineInfo) : Flags(flags) {} ...
11 years, 10 months ago (2012-06-25 15:13:48 UTC) #3
samsonov
http://codereview.appspot.com/6342043/diff/10004/include/llvm/DebugInfo/DIContext.h File include/llvm/DebugInfo/DIContext.h (right): http://codereview.appspot.com/6342043/diff/10004/include/llvm/DebugInfo/DIContext.h#newcode66 include/llvm/DebugInfo/DIContext.h:66: DILineInfoSpecifier(uint32_t flags = FileLineInfo) : Flags(flags) {} On 2012/06/25 ...
11 years, 10 months ago (2012-06-25 15:15:17 UTC) #4
benny.kra_googlemail.com
Sorry, this was on my review list but I didn't get around to it so ...
11 years, 10 months ago (2012-06-28 12:19:14 UTC) #5
samsonov
On 2012/06/28 12:19:14, bkramer wrote: > Sorry, this was on my review list but I ...
11 years, 10 months ago (2012-06-29 08:54:39 UTC) #6
samsonov
http://codereview.appspot.com/6342043/diff/10004/include/llvm/DebugInfo/DIContext.h File include/llvm/DebugInfo/DIContext.h (right): http://codereview.appspot.com/6342043/diff/10004/include/llvm/DebugInfo/DIContext.h#newcode68 include/llvm/DebugInfo/DIContext.h:68: return (Flags | spec) > 0; On 2012/06/28 12:19:14, ...
11 years, 10 months ago (2012-06-29 08:54:46 UTC) #7
dvyukov
On Fri, Jun 29, 2012 at 12:54 PM, <samsonov@google.com> wrote: > > http://codereview.appspot.com/**6342043/diff/10004/include/** > llvm/DebugInfo/DIContext.h<http://codereview.appspot.com/6342043/diff/10004/include/llvm/DebugInfo/DIContext.h> ...
11 years, 10 months ago (2012-06-29 09:13:57 UTC) #8
bkramer
LGTM!
11 years, 10 months ago (2012-06-30 09:34:43 UTC) #9
samsonov
11 years, 10 months ago (2012-07-02 06:09:48 UTC) #10
On 2012/06/30 09:34:43, bkramer wrote:
> LGTM!

Submitted as r159512, thanks!
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b