[Lldb-commits] [lldb] r114125 -	/lldb/trunk/include/lldb/Symbol/ClangASTContext.h
    Sean Callanan 
    scallanan at apple.com
       
    Thu Sep 16 15:40:36 PDT 2010
    
    
  
Author: spyffe
Date: Thu Sep 16 17:40:36 2010
New Revision: 114125
URL: http://llvm.org/viewvc/llvm-project?rev=114125&view=rev
Log:
GetBuiltInType_void(clang::ASTContext*) should be
static.
Modified:
    lldb/trunk/include/lldb/Symbol/ClangASTContext.h
Modified: lldb/trunk/include/lldb/Symbol/ClangASTContext.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Symbol/ClangASTContext.h?rev=114125&r1=114124&r2=114125&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Symbol/ClangASTContext.h (original)
+++ lldb/trunk/include/lldb/Symbol/ClangASTContext.h Thu Sep 16 17:40:36 2010
@@ -92,7 +92,7 @@
         uint32_t dw_ate,
         uint32_t bit_size);
 
-    void *
+    static void *
     GetBuiltInType_void(clang::ASTContext *ast_context);
     
     void *
    
    
More information about the lldb-commits
mailing list