]> granicus.if.org Git - clang/commitdiff
Fixed some comments.
authorTed Kremenek <kremenek@apple.com>
Sun, 13 Jan 2008 04:03:38 +0000 (04:03 +0000)
committerTed Kremenek <kremenek@apple.com>
Sun, 13 Jan 2008 04:03:38 +0000 (04:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45924 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Analysis/PathSensitive/ExplodedGraph.h

index e91056412a3e48f65abfd793d3e09b2a40b3c5fa..f5f1945a936c2963fd50692055312e52b44d84a8 100644 (file)
@@ -1,4 +1,4 @@
-//===-- ExplodedGraph.h - Local, Path-Sensitive Supergraph -*- C++ -*------===//
+//=-- ExplodedGraph.h - Local, Path-Sens. "Exploded Graph" -*- C++ -*-------==//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -7,8 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 //
-//  This file defines the template class ExplodedGraph, which represents a
-//  path-sensitive, intra-procedural dataflow "exploded graph."
+//  This file defines the template classes ExplodedNode and ExplodedGraph,
+//  which represent a path-sensitive, intra-procedural "exploded graph."
 //
 //===----------------------------------------------------------------------===//