commit | 78b38d1e36934a60b3abcd82d576b54ca254b323 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Mon Feb 13 18:14:46 2017 +0000 |
committer | Yifan Hong <elsk@google.com> | Mon Feb 13 11:28:58 2017 -0800 |
tree | d648f5039921aa35b228b4352b7dd4f6b7e52f37 | |
parent | 3b8a65a5a8dbff4b2e554c386745f1e2bd934fe3 [diff] [blame] |
Revert "Revert "Enforce minor version uprevs."" This reverts commit 976ae898472e03f31c56eb1df62c81842e0ccb90. Test: mma Change-Id: Ib2f0be2b4cbf809831500ac536453237523904ec
diff --git a/AST.cpp b/AST.cpp index ab0e386..fb5d333 100644 --- a/AST.cpp +++ b/AST.cpp
@@ -553,4 +553,8 @@ return iface != nullptr && iface->isIBase(); } +const Interface *AST::getInterface() const { + return mRootScope->getInterface(); +} + } // namespace android;