summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-01-14 18:11:35 +0000
committerTed Kremenek <kremenek@apple.com>2008-01-14 18:11:35 +0000
commitd065a790d9034feebe26b50a2f72f1c3f4a0124b (patch)
treefff9a24d9aec8f91b1b397fa0652ad31d50a4c7a /clang
parentc8dc2f781fa6d6ac59eca631d8ce56bc4c5ebda1 (diff)
downloadbcm5719-llvm-d065a790d9034feebe26b50a2f72f1c3f4a0124b.tar.gz
bcm5719-llvm-d065a790d9034feebe26b50a2f72f1c3f4a0124b.zip
Removed 'inline' keywords from methods now defined in ExplodedGraph.cpp.
llvm-svn: 45965
Diffstat (limited to 'clang')
-rw-r--r--clang/include/clang/Analysis/PathSensitive/ExplodedGraph.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/include/clang/Analysis/PathSensitive/ExplodedGraph.h b/clang/include/clang/Analysis/PathSensitive/ExplodedGraph.h
index 1a9ec32f601..d2241dca23f 100644
--- a/clang/include/clang/Analysis/PathSensitive/ExplodedGraph.h
+++ b/clang/include/clang/Analysis/PathSensitive/ExplodedGraph.h
@@ -46,13 +46,13 @@ protected:
~NodeGroup();
- inline ExplodedNodeImpl** begin() const;
+ ExplodedNodeImpl** begin() const;
- inline ExplodedNodeImpl** end() const;
+ ExplodedNodeImpl** end() const;
- inline unsigned size() const;
+ unsigned size() const;
- inline bool empty() const;
+ bool empty() const;
void addNode(ExplodedNodeImpl* N);
};
OpenPOWER on IntegriCloud