diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-12-25 04:47:44 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-12-25 04:47:44 +0000 |
commit | eaf5ec43ec52f650a00254d1c20d51fb7671aead (patch) | |
tree | 4d86fbb0e475df5bf9bfa69f3fe06925538db368 /include/clang/AST/Type.h | |
parent | dfb316613a40d0efc033c7bd0a49da59c915fc63 (diff) |
Revert r171048, "Cache visibility of decls."
It broke stage2.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171050 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/AST/Type.h')
-rw-r--r-- | include/clang/AST/Type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/Type.h b/include/clang/AST/Type.h index 7277f0fc68..cf3b565fc3 100644 --- a/include/clang/AST/Type.h +++ b/include/clang/AST/Type.h @@ -1786,7 +1786,7 @@ public: std::pair<Linkage,Visibility> getLinkageAndVisibility() const; /// \brief Note that the linkage is no longer known. - void ClearLVCache(); + void ClearLinkageCache(); const char *getTypeClassName() const; |