]> granicus.if.org Git - clang/commit
Teach CompilerInstance to create and hold on to the Sema object used
authorDouglas Gregor <dgregor@apple.com>
Thu, 12 Aug 2010 23:31:19 +0000 (23:31 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 12 Aug 2010 23:31:19 +0000 (23:31 +0000)
commitf18d0d8b39e891460d50f8a8b85029885b264986
tree8a120245ca3d945c0ba5a7a87673d434f72ca849
parent505a5065af704c63c2c747458e7d997dd31ae35b
Teach CompilerInstance to create and hold on to the Sema object used
for parsing, so that it can persist beyond the lifetime of the parsing
call.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110978 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/CompilerInstance.h
lib/Frontend/CompilerInstance.cpp
lib/Frontend/FrontendAction.cpp