Skip to content
  • Dan Gohman's avatar
    Move getAccessedFieldNo out of lib/AST/Expr.cpp into · 75d69da5
    Dan Gohman authored
    lib/CodeGen/CGExpr.cpp and to change include/clang/AST/Attr.h to
    use its own enum for visibility types instead of using
    llvm::GlobalValue::VisibilityTypes. These changes eliminate
    dependencies in the AST library on LLVM's VMCore library.
    
    llvm-svn: 51398
    75d69da5
Loading