]> granicus.if.org Git - clang/commitdiff
Define "exploded graph" by reference to a paper.
authorJeffrey Yasskin <jyasskin@google.com>
Wed, 31 Mar 2010 05:26:20 +0000 (05:26 +0000)
committerJeffrey Yasskin <jyasskin@google.com>
Wed, 31 Mar 2010 05:26:20 +0000 (05:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99990 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Checker/PathSensitive/ExplodedGraph.h

index d6c4436c594c35e1dc079f7dcb5c601883d1a7a6..c09c89312e10624fedad2f3749f7bfa0cdcb5b0b 100644 (file)
@@ -9,6 +9,10 @@
 //
 //  This file defines the template classes ExplodedNode and ExplodedGraph,
 //  which represent a path-sensitive, intra-procedural "exploded graph."
+//  See "Precise interprocedural dataflow analysis via graph reachability"
+//  by Reps, Horwitz, and Sagiv
+//  (http://portal.acm.org/citation.cfm?id=199462) for the definition of an
+//  exploded graph.
 //
 //===----------------------------------------------------------------------===//