]> granicus.if.org Git - clang/commit
Introduce a new libclang API, clang_reparseTranslationUnit(), which
authorDouglas Gregor <dgregor@apple.com>
Mon, 19 Jul 2010 21:46:24 +0000 (21:46 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 19 Jul 2010 21:46:24 +0000 (21:46 +0000)
commitabc563f554951259bbe0315055cad92ee14d87e4
tree6cbc8328342f3a64717e7652f10cd00def0c4fb1
parenta7765a6857a138d1402834ea01e13e397bc3610f
Introduce a new libclang API, clang_reparseTranslationUnit(), which
reparses an already-parsed translation unit. At the moment it's just a
convenience function, but we hope to use it for performance
optimizations.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108756 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
include/clang/Basic/Diagnostic.h
include/clang/Frontend/ASTUnit.h
include/clang/Frontend/PreprocessorOptions.h
lib/Basic/Diagnostic.cpp
lib/Frontend/ASTUnit.cpp
test/Index/cindex-from-source.m
tools/c-index-test/c-index-test.c
tools/libclang/CIndex.cpp
tools/libclang/libclang.darwin.exports
tools/libclang/libclang.exports