[Lldb-commits] [lldb] r143029 - /lldb/trunk/include/lldb/Symbol/VerifyDecl.h

Sean Callanan scallanan at apple.com
Wed Oct 26 09:20:57 PDT 2011


Author: spyffe
Date: Wed Oct 26 11:20:57 2011
New Revision: 143029

URL: http://llvm.org/viewvc/llvm-project?rev=143029&view=rev
Log:
Fixed VerifyDecl to use shared forward declarations.

Modified:
    lldb/trunk/include/lldb/Symbol/VerifyDecl.h

Modified: lldb/trunk/include/lldb/Symbol/VerifyDecl.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Symbol/VerifyDecl.h?rev=143029&r1=143028&r2=143029&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Symbol/VerifyDecl.h (original)
+++ lldb/trunk/include/lldb/Symbol/VerifyDecl.h Wed Oct 26 11:20:57 2011
@@ -10,10 +10,7 @@
 #ifndef lldb_VariableList_h_
 #define lldb_VariableList_h_
 
-namespace clang
-{
-    class Decl;
-}
+#include "ClangForward.h"
 
 namespace lldb_private
 {





More information about the lldb-commits mailing list