[llvm-branch-commits] [cfe-branch] r71333 - /cfe/branches/Apple/Dib/include/clang/Analysis/PathSensitive/GRExprEngine.h
Mike Stump
mrs at apple.com
Fri May 8 23:19:15 PDT 2009
Author: mrs
Date: Sat May 9 01:19:15 2009
New Revision: 71333
URL: http://llvm.org/viewvc/llvm-project?rev=71333&view=rev
Log:
Merge in 71279:
Fix typo in method name.
Modified:
cfe/branches/Apple/Dib/include/clang/Analysis/PathSensitive/GRExprEngine.h
Modified: cfe/branches/Apple/Dib/include/clang/Analysis/PathSensitive/GRExprEngine.h
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/Dib/include/clang/Analysis/PathSensitive/GRExprEngine.h?rev=71333&r1=71332&r2=71333&view=diff
==============================================================================
--- cfe/branches/Apple/Dib/include/clang/Analysis/PathSensitive/GRExprEngine.h (original)
+++ cfe/branches/Apple/Dib/include/clang/Analysis/PathSensitive/GRExprEngine.h Sat May 9 01:19:15 2009
@@ -453,7 +453,7 @@
}
GRStateManager& getStateManager() { return StateMgr; }
- const GRStateManager& getStateManger() const { return StateMgr; }
+ const GRStateManager& getStateManager() const { return StateMgr; }
StoreManager& getStoreManager() { return StateMgr.getStoreManager(); }
More information about the llvm-branch-commits
mailing list