diff options
Diffstat (limited to 'include/clang/Sema/Sema.h')
-rw-r--r-- | include/clang/Sema/Sema.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/clang/Sema/Sema.h b/include/clang/Sema/Sema.h index b43a69929f..3e03befba9 100644 --- a/include/clang/Sema/Sema.h +++ b/include/clang/Sema/Sema.h @@ -1572,6 +1572,8 @@ public: bool mergeDLLExportAttr(Decl *D, SourceRange Range, bool Inherited); bool mergeFormatAttr(Decl *D, SourceRange Range, bool Inherited, StringRef Format, int FormatIdx, int FirstArg); + bool mergeSectionAttr(Decl *D, SourceRange Range, bool Inherited, + StringRef Name); bool mergeDeclAttribute(Decl *New, InheritableAttr *Attr); void mergeDeclAttributes(Decl *New, Decl *Old, bool MergeDeprecation = true); |