ΒΆunsigned int clang_defaultReparseOptions(
CXTranslationUnit TU)
unsigned int clang_defaultReparseOptions(
CXTranslationUnit TU)
Description
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.
Declared at: clang/include/clang-c/Index.h:1560
Parameters
- CXTranslationUnit TU