]> granicus.if.org Git - clang/commitdiff
Changed "Location" from "ProgramEdge" to "ProgramEdge&" (slightly more svelt
authorTed Kremenek <kremenek@apple.com>
Fri, 21 Dec 2007 22:57:10 +0000 (22:57 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 21 Dec 2007 22:57:10 +0000 (22:57 +0000)
memory representation).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45297 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Analysis/PathSensitive/SimulVertex.h

index cf5e67b4631a205d8a9ca563dfc16e0d09c1c1b3..2ea7a454be8237d0898161739d5774e5c5594439 100644 (file)
@@ -32,7 +32,7 @@ class SimulVertex : public FoldingSetNode {
   
   /// Location - The program edge representing the location in the function body
   ///  that this vertex corresponds to.
-  ProgramEdge Location;
+  const ProgramEdge& Location;
   
   /// State - The state associated with this vertex. Normally this value
   ///  is immutable, but we anticipate there will be times when algorithms