summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c
diff options
context:
space:
mode:
authorIvan Donchevskii <ivan.donchevskii@qt.io>2018-05-17 09:15:22 +0000
committerIvan Donchevskii <ivan.donchevskii@qt.io>2018-05-17 09:15:22 +0000
commitf70d28b1f458c79aa70bcf85111c35442588d01e (patch)
treede438d94812f0d8644a9f32ffb0db46f7e5a78d2 /clang/include/clang-c
parent75cfa341567851509f916db580927a958487b4dc (diff)
downloadbcm5719-llvm-f70d28b1f458c79aa70bcf85111c35442588d01e.tar.gz
bcm5719-llvm-f70d28b1f458c79aa70bcf85111c35442588d01e.zip
Revert https://reviews.llvm.org/D46050 and https://reviews.llvm.org/D45815
Windows line endings. Requires proper resubmission. llvm-svn: 332585
Diffstat (limited to 'clang/include/clang-c')
-rw-r--r--clang/include/clang-c/Index.h22
1 files changed, 7 insertions, 15 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h
index 4e6fcce8adf..3fee13a40b4 100644
--- a/clang/include/clang-c/Index.h
+++ b/clang/include/clang-c/Index.h
@@ -1321,21 +1321,13 @@ enum CXTranslationUnit_Flags {
*/
CXTranslationUnit_KeepGoing = 0x200,
- /**
- * Sets the preprocessor in a mode for parsing a single file only.
- */
- CXTranslationUnit_SingleFileParse = 0x400,
-
- /**
- * \brief Used in combination with CXTranslationUnit_SkipFunctionBodies to
- * constrain the skipping of function bodies to the preamble.
- *
- * The function bodies of the main file are not skipped.
- */
- CXTranslationUnit_LimitSkipFunctionBodiesToPreamble = 0x800,
-};
-
-/**
+ /**
+ * Sets the preprocessor in a mode for parsing a single file only.
+ */
+ CXTranslationUnit_SingleFileParse = 0x400
+};
+
+/**
* Returns the set of flags that is suitable for parsing a translation
* unit that is being edited.
*
OpenPOWER on IntegriCloud