enum CXSaveTranslationUnit_Flags

Description

Flags that control how translation units are saved. The enumerators in this enumeration type are meant to be bitwise ORed together to specify which options should be used when saving the translation unit.

Declared at: clang/include/clang-c/Index.h:1442

Enumerators

NameValueComment
CXSaveTranslationUnit_None0Used to indicate that no special saving options are needed.