Update to reflect the change of macro name in r168993.
authorChandler Carruth <chandlerc@gmail.com>
Fri, 30 Nov 2012 11:04:44 +0000 (11:04 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 30 Nov 2012 11:04:44 +0000 (11:04 +0000)
llvm-svn: 168994

clang/include/clang/Analysis/CFG.h
clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h

index 5fcd64c..c5d7c05 100644 (file)
@@ -87,7 +87,7 @@ public:
     return dyn_cast<ElemTy>(this);
   }
 
-#if LLVM_USE_RVALUE_REFERENCES
+#if LLVM_HAS_RVALUE_REFERENCE_THIS
   template<class ElemTy> void getAs() && LLVM_DELETED_FUNCTION;
 #endif
 };
index ebdb02d..7b3eda9 100644 (file)
@@ -159,7 +159,7 @@ public:
     return dyn_cast<T>(&Location);
   }
 
-#if LLVM_USE_RVALUE_REFERENCES
+#if LLVM_HAS_RVALUE_REFERENCE_THIS
   template <typename T>
   void getLocationAs() && LLVM_DELETED_FUNCTION;
 #endif