]> granicus.if.org Git - clang/commit
Add --disable-free flag to clang.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 16 Oct 2008 16:54:18 +0000 (16:54 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 16 Oct 2008 16:54:18 +0000 (16:54 +0000)
commitd3db40151868df39b14d2ef8ffacf19e8c36331f
tree578814d5ceb5a81fc11992b8271c3a977757747d
parent1e6759e9e33dcaa73ce14c8a908ac9f87ac16463
Add --disable-free flag to clang.
 - Disables the freeing of the ASTContext and the TranslationUnit
   after parsing & sema.
 - Primarily for timing the impact on -fsyntax-only timings.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57643 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/clang.cpp
include/clang/Sema/ParseAST.h
lib/Sema/ParseAST.cpp