[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 15:42:08 PDT 2016


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>




More information about the lldb-commits mailing list