diff options
Diffstat (limited to 'include/clang/Parse/Action.h')
-rw-r--r-- | include/clang/Parse/Action.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/clang/Parse/Action.h b/include/clang/Parse/Action.h index 9cb47aa8da..2ca49ad675 100644 --- a/include/clang/Parse/Action.h +++ b/include/clang/Parse/Action.h @@ -202,6 +202,8 @@ public: return DeclGroupPtrTy(); } + virtual void DiagnoseUseOfUnimplementedSelectors() {} + /// getTypeName - Return non-null if the specified identifier is a type name /// in the current scope. /// |