]> granicus.if.org Git - clang/commit
Hold the LLVMContext by reference instead of by pointer.
authorOwen Anderson <resistor@mac.com>
Wed, 1 Jul 2009 21:23:16 +0000 (21:23 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 1 Jul 2009 21:23:16 +0000 (21:23 +0000)
commitc93f49832d2dae19a24d644c8021388fc5b099ee
tree28fa0d00a01c12ca42ea12dc0373c0b3094b6efe
parentd45c36308e563e1fac1cd124d606f403f9a39a29
Hold the LLVMContext by reference instead of by pointer.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74642 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/CodeGen/ModuleBuilder.h
include/clang/Frontend/ASTConsumers.h
lib/CodeGen/ModuleBuilder.cpp
lib/Frontend/Backend.cpp
tools/clang-cc/clang-cc.cpp