Move LinkageInfo out of NamedDecl so that it can be used in Type.h.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 27 Feb 2013 02:15:29 +0000 (02:15 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 27 Feb 2013 02:15:29 +0000 (02:15 +0000)
commita8fbdab8501f0470da8bf414d52473749aaf8c24
tree37454350c261a0cc485630e40271f8058e9ecc71
parent683f59b36c80753e6bff63e43871109bceff6eac
Move LinkageInfo out of NamedDecl so that it can be used in Type.h.

Everything that cares about visibility also cares about linkage, so I just
moved it to Visibility.h instead of creating a new .h.

llvm-svn: 176155
clang/include/clang/AST/Decl.h
clang/include/clang/Basic/Visibility.h
clang/lib/AST/Decl.cpp
clang/lib/AST/Type.cpp
clang/lib/CodeGen/CodeGenModule.cpp