aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Sema/Sema.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Sema/Sema.h')
-rw-r--r--include/clang/Sema/Sema.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/clang/Sema/Sema.h b/include/clang/Sema/Sema.h
index e0ef1cf50a..b43a69929f 100644
--- a/include/clang/Sema/Sema.h
+++ b/include/clang/Sema/Sema.h
@@ -1570,6 +1570,8 @@ public:
bool Inherited, VisibilityAttr::VisibilityType Vis);
bool mergeDLLImportAttr(Decl *D, SourceRange Range, bool Inherited);
bool mergeDLLExportAttr(Decl *D, SourceRange Range, bool Inherited);
+ bool mergeFormatAttr(Decl *D, SourceRange Range, bool Inherited,
+ StringRef Format, int FormatIdx, int FirstArg);
bool mergeDeclAttribute(Decl *New, InheritableAttr *Attr);
void mergeDeclAttributes(Decl *New, Decl *Old, bool MergeDeprecation = true);