[analyzer] Refactoring: Drop the 'GR' prefix.
llvm-svn: 122424
diff --git a/clang/lib/GR/RegionStore.cpp b/clang/lib/GR/RegionStore.cpp
index f2c4737..2fa8a97 100644
--- a/clang/lib/GR/RegionStore.cpp
+++ b/clang/lib/GR/RegionStore.cpp
@@ -221,7 +221,7 @@
/// type. 'Array' represents the lvalue of the array being decayed
/// to a pointer, and the returned SVal represents the decayed
/// version of that lvalue (i.e., a pointer to the first element of
- /// the array). This is called by GRExprEngine when evaluating
+ /// the array). This is called by ExprEngine when evaluating
/// casts from arrays to pointers.
SVal ArrayToPointer(Loc Array);
@@ -787,7 +787,7 @@
/// type. 'Array' represents the lvalue of the array being decayed
/// to a pointer, and the returned SVal represents the decayed
/// version of that lvalue (i.e., a pointer to the first element of
-/// the array). This is called by GRExprEngine when evaluating casts
+/// the array). This is called by ExprEngine when evaluating casts
/// from arrays to pointers.
SVal RegionStoreManager::ArrayToPointer(Loc Array) {
if (!isa<loc::MemRegionVal>(Array))