diff options
Diffstat (limited to 'include/clang/AST/DeclBase.h')
-rw-r--r-- | include/clang/AST/DeclBase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/AST/DeclBase.h b/include/clang/AST/DeclBase.h index 2d2407ffb1..cc0124394b 100644 --- a/include/clang/AST/DeclBase.h +++ b/include/clang/AST/DeclBase.h @@ -312,6 +312,7 @@ public: return getAttrsImpl(); // Uncommon case, out of line hash lookup. } void swapAttrs(Decl *D); + void copyAttrs(Decl *D); void invalidateAttrs(); template<typename T> const T *getAttr() const { |