summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/PrintfFormatString.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Analysis/PrintfFormatString.cpp')
-rw-r--r--clang/lib/Analysis/PrintfFormatString.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Analysis/PrintfFormatString.cpp b/clang/lib/Analysis/PrintfFormatString.cpp
index 1a95e0b882a..fdeaddec35d 100644
--- a/clang/lib/Analysis/PrintfFormatString.cpp
+++ b/clang/lib/Analysis/PrintfFormatString.cpp
@@ -244,6 +244,6 @@ bool ParseFormatString(FormatStringHandler &H,
assert(I == E && "Format string not exhausted");
return false;
}
-}}
FormatStringHandler::~FormatStringHandler() {}
+}} // end namespace clang::analyze_printf
OpenPOWER on IntegriCloud