aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Analysis/Analyses/PrintfFormatString.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Analysis/Analyses/PrintfFormatString.h')
-rw-r--r--include/clang/Analysis/Analyses/PrintfFormatString.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/clang/Analysis/Analyses/PrintfFormatString.h b/include/clang/Analysis/Analyses/PrintfFormatString.h
index 46f23ce3e2..a5c0b23c2d 100644
--- a/include/clang/Analysis/Analyses/PrintfFormatString.h
+++ b/include/clang/Analysis/Analyses/PrintfFormatString.h
@@ -234,8 +234,6 @@ public:
bool hasLeadingZeros() const { return (bool) HasLeadingZeroes; }
};
-} // end printf namespace
-
class FormatStringHandler {
public:
FormatStringHandler() {}
@@ -261,6 +259,6 @@ public:
bool ParseFormatString(FormatStringHandler &H,
const char *beg, const char *end);
-
+} // end printf namespace
} // end clang namespace
#endif