r178707 - Revert accidental commit.
Richard Smith
richard-llvm at metafoo.co.uk
Wed Apr 3 15:50:34 PDT 2013
Author: rsmith
Date: Wed Apr 3 17:50:34 2013
New Revision: 178707
URL: http://llvm.org/viewvc/llvm-project?rev=178707&view=rev
Log:
Revert accidental commit.
Modified:
cfe/trunk/include/clang/AST/DeclBase.h
Modified: cfe/trunk/include/clang/AST/DeclBase.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/DeclBase.h?rev=178707&r1=178706&r2=178707&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/DeclBase.h (original)
+++ cfe/trunk/include/clang/AST/DeclBase.h Wed Apr 3 17:50:34 2013
@@ -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.
More information about the cfe-commits
mailing list