]> granicus.if.org Git - clang/commit
Instead of having a specific CXTranslationUnit_* option flag for
authorDouglas Gregor <dgregor@apple.com>
Mon, 9 Aug 2010 22:28:58 +0000 (22:28 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 9 Aug 2010 22:28:58 +0000 (22:28 +0000)
commitb1c031be513705d924038f497279b9b599868ba1
tree5ff526970d8d9671d7645be4177c0f16b92bf000
parent74c730ad1f6818b676b0bad46d806a9176950328
Instead of having a specific CXTranslationUnit_* option flag for
"editing" mode, introduce a separate function
clang_defaultEditingTranslationUnitOptions() that retrieves the set of
options. No functionality change.

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