ΒΆunsigned int clang_defaultSaveOptions(
    CXTranslationUnit TU)

Description

Returns the set of flags that is suitable for saving a translation unit. The set of flags returned provide options for\c clang_saveTranslationUnit() by default. The returned flag set contains an unspecified set of options that save translation units with the most commonly-requested data.

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

Parameters

CXTranslationUnit TU