Remove remaining VISIBILITY_HIDDEN from anonymous namespaces.
llvm-svn: 90044
This commit is contained in:
@@ -22,13 +22,11 @@
|
||||
#include "llvm/LLVMContext.h"
|
||||
#include "llvm/Module.h"
|
||||
#include "llvm/Target/TargetData.h"
|
||||
#include "llvm/Support/Compiler.h"
|
||||
#include "llvm/ADT/OwningPtr.h"
|
||||
using namespace clang;
|
||||
|
||||
|
||||
namespace {
|
||||
class VISIBILITY_HIDDEN CodeGeneratorImpl : public CodeGenerator {
|
||||
class CodeGeneratorImpl : public CodeGenerator {
|
||||
Diagnostic &Diags;
|
||||
llvm::OwningPtr<const llvm::TargetData> TD;
|
||||
ASTContext *Ctx;
|
||||
|
||||
Reference in New Issue
Block a user