diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-04-03 22:50:34 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-04-03 22:50:34 +0000 |
commit | 5b8d0af4234252b38229a5bae1d615ac9769f73f (patch) | |
tree | 300a06871a43cb6838655c3725d004326b32d7e0 | |
parent | 4382867f04549f9bfcd33a08342f4f74ab13841c (diff) |
Revert accidental commit.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178707 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/AST/DeclBase.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/clang/AST/DeclBase.h b/include/clang/AST/DeclBase.h index 4af49efb7d..852bb9ab04 100644 --- a/include/clang/AST/DeclBase.h +++ b/include/clang/AST/DeclBase.h @@ -1479,11 +1479,7 @@ public: inline ddiag_iterator ddiag_end() const; // Low-level accessors - - bool mustBuildLookupTable() { - return LookupPtr.getInt(); - } - + /// \brief Mark the lookup table as needing to be built. This should be /// used only if setHasExternalLexicalStorage() has been called on any /// decl context for which this is the primary context. |