aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Analysis/PathSensitive/ExplodedGraph.h
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-01-13 04:03:38 +0000
committerTed Kremenek <kremenek@apple.com>2008-01-13 04:03:38 +0000
commit51125a21eafc29c925cac3655b46cfd8ef55f764 (patch)
treed6c4dce24738776668339887c0a18c257cf7930e /include/clang/Analysis/PathSensitive/ExplodedGraph.h
parentce9328bd3b22ac46256501bc63660b7de820a197 (diff)
Fixed some comments.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45924 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Analysis/PathSensitive/ExplodedGraph.h')
-rw-r--r--include/clang/Analysis/PathSensitive/ExplodedGraph.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/clang/Analysis/PathSensitive/ExplodedGraph.h b/include/clang/Analysis/PathSensitive/ExplodedGraph.h
index e91056412a..f5f1945a93 100644
--- a/include/clang/Analysis/PathSensitive/ExplodedGraph.h
+++ b/include/clang/Analysis/PathSensitive/ExplodedGraph.h
@@ -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."
//
//===----------------------------------------------------------------------===//