diff options
Diffstat (limited to 'include/clang/Analysis/CFG.h')
-rw-r--r-- | include/clang/Analysis/CFG.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Analysis/CFG.h b/include/clang/Analysis/CFG.h index 5fcd64c76c..c5d7c054bc 100644 --- a/include/clang/Analysis/CFG.h +++ b/include/clang/Analysis/CFG.h @@ -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 }; |