diff options
Diffstat (limited to 'include/clang/Basic/CapturedStmt.h')
-rw-r--r-- | include/clang/Basic/CapturedStmt.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/include/clang/Basic/CapturedStmt.h b/include/clang/Basic/CapturedStmt.h deleted file mode 100644 index c4a289b..0000000 --- a/include/clang/Basic/CapturedStmt.h +++ /dev/null @@ -1,24 +0,0 @@ -//===--- CapturedStmt.h - Types for CapturedStmts ---------------*- C++ -*-===// -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - - -#ifndef LLVM_CLANG_BASIC_CAPTUREDSTMT_H -#define LLVM_CLANG_BASIC_CAPTUREDSTMT_H - -namespace clang { - -/// \brief The different kinds of captured statement. -enum CapturedRegionKind { - CR_Default, - CR_OpenMP -}; - -} // end namespace clang - -#endif // LLVM_CLANG_BASIC_CAPTUREDSTMT_H |