summaryrefslogtreecommitdiffstats
path: root/include/clang/Analysis/Analyses/ReachableCode.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Analysis/Analyses/ReachableCode.h')
-rw-r--r--include/clang/Analysis/Analyses/ReachableCode.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/clang/Analysis/Analyses/ReachableCode.h b/include/clang/Analysis/Analyses/ReachableCode.h
index 1dd02e5b95..4c523bfc8b 100644
--- a/include/clang/Analysis/Analyses/ReachableCode.h
+++ b/include/clang/Analysis/Analyses/ReachableCode.h
@@ -64,7 +64,6 @@ unsigned ScanReachableFromBlock(const CFGBlock *Start,
void FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP,
Callback &CB);
-} // namespace reachable_code
-} // namespace clang
+}} // end namespace clang::reachable_code
#endif