forked from OSchip/llvm-project
				
			Oops, didn't define AreTypesSame correctly.
llvm-svn: 108483
This commit is contained in:
		
							parent
							
								
									3348e2d175
								
							
						
					
					
						commit
						23a3027a67
					
				| 
						 | 
					@ -672,8 +672,8 @@ ClangASTContext::CopyType(clang::ASTContext *dest_context,
 | 
				
			||||||
    return ret.getAsOpaquePtr();
 | 
					    return ret.getAsOpaquePtr();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static bool
 | 
					bool
 | 
				
			||||||
AreTypesSame(clang::ASTContext *ast_context,
 | 
					ClangASTContext::AreTypesSame(clang::ASTContext *ast_context,
 | 
				
			||||||
             void *type1,
 | 
					             void *type1,
 | 
				
			||||||
             void *type2)
 | 
					             void *type2)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue