clang_defaultReparseOptions

\brief Returns the set of flags that is suitable for reparsing a translation unit.

The set of flags returned provide options for \c clang_reparseTranslationUnit() by default. The returned flag set contains an unspecified set of optimizations geared toward common uses of reparsing. The set of optimizations enabled may change from one version to the next.

extern (C)
uint
clang_defaultReparseOptions

Meta