[Lldb-commits] [lldb] r275223 - Mark TagDecls as having external visible storage, like ContainerDecls.
Sean Callanan via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 12 16:39:09 PDT 2016
Reverted with r275237.
Sean
> On Jul 12, 2016, at 4:33 PM, Sean Callanan <scallanan at apple.com> wrote:
>
> Argh, this isn’t what I wanted to commit AT ALL.
> Sorry folks. I’ll fix this momentarily.
> Thanks to Jim Ingham for pointing it out.
>
> Sean
>
>> On Jul 12, 2016, at 3:42 PM, Sean Callanan via lldb-commits <lldb-commits at lists.llvm.org> wrote:
>>
>> Author: spyffe
>> Date: Tue Jul 12 17:42:07 2016
>> New Revision: 275223
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=275223&view=rev
>> Log:
>> Mark TagDecls as having external visible storage, like ContainerDecls.
>>
>> The lookup tables can get out of date during the lifetime of the object so we
>> need to preserve LLDB's ability to answer questions about TagDecls' contents.
>>
>> <rdar://problem/20751935>
>>
>> Modified:
>> lldb/trunk/lldb.xcworkspace/contents.xcworkspacedata
>>
>> Modified: lldb/trunk/lldb.xcworkspace/contents.xcworkspacedata
>> URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lldb.xcworkspace/contents.xcworkspacedata?rev=275223&r1=275222&r2=275223&view=diff
>> ==============================================================================
>> --- lldb/trunk/lldb.xcworkspace/contents.xcworkspacedata (original)
>> +++ lldb/trunk/lldb.xcworkspace/contents.xcworkspacedata Tue Jul 12 17:42:07 2016
>> @@ -10,4 +10,7 @@
>> <FileRef
>> location = "group:tools/lldb-perf/lldbperf.xcodeproj">
>> </FileRef>
>> + <FileRef
>> + location = "group:llvm">
>> + </FileRef>
>> </Workspace>
>>
>>
>> _______________________________________________
>> lldb-commits mailing list
>> lldb-commits at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
>
More information about the lldb-commits
mailing list