]> granicus.if.org Git - clang/commitdiff
Move comment to its proper place.
authorTed Kremenek <kremenek@apple.com>
Mon, 14 Oct 2013 19:11:25 +0000 (19:11 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 14 Oct 2013 19:11:25 +0000 (19:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192613 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/AnalysisBasedWarnings.cpp

index 88b7dc4e5d3b56fff35defd6aa7ba0f297356b10..737f59a3f97b43bf1402a7bd10130c8e49a066ac 100644 (file)
@@ -1598,6 +1598,7 @@ AnalysisBasedWarnings::IssueWarnings(sema::AnalysisBasedWarnings::Policy P,
   const Stmt *Body = D->getBody();
   assert(Body);
 
+  // Construct the analysis context with the specified CFG build options.
   AnalysisDeclContext AC(/* AnalysisDeclContextManager */ 0, D);
 
   // Don't generate EH edges for CallExprs as we'd like to avoid the n^2
@@ -1631,8 +1632,7 @@ AnalysisBasedWarnings::IssueWarnings(sema::AnalysisBasedWarnings::Policy P,
       .setAlwaysAdd(Stmt::AttributedStmtClass);
   }
 
-  // Construct the analysis context with the specified CFG build options.
-  
+
   // Emit delayed diagnostics.
   if (!fscope->PossiblyUnreachableDiags.empty()) {
     bool analyzed = false;