]> granicus.if.org Git - clang/commit
Add a (currently unused) "options" parameter to
authorDouglas Gregor <dgregor@apple.com>
Wed, 11 Aug 2010 15:58:42 +0000 (15:58 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 11 Aug 2010 15:58:42 +0000 (15:58 +0000)
commite1e13bf568a7e37c95eda6fcfa626659a06e67b1
treef66841d4d4f82b76d1e0157f7ea7c179a2480324
parent30216ac9a95096d70a130991e71cc48fb302d268
Add a (currently unused) "options" parameter to
clang_reparseTranslationUnit(), along with a function to retrieve the
default recommended reparsing options for a translation unit.

Also, add the CXTranslationUnit_CacheCompletionResults flag, which is
also currently unused.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110811 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
tools/c-index-test/c-index-test.c
tools/libclang/CIndex.cpp
tools/libclang/libclang.darwin.exports
tools/libclang/libclang.exports