1*0a6a1f1dSLionel Sambuc //===-- CodeInjector.cpp ----------------------------------------*- C++ -*-===// 2*0a6a1f1dSLionel Sambuc // 3*0a6a1f1dSLionel Sambuc // The LLVM Compiler Infrastructure 4*0a6a1f1dSLionel Sambuc // 5*0a6a1f1dSLionel Sambuc // This file is distributed under the University of Illinois Open Source 6*0a6a1f1dSLionel Sambuc // License. See LICENSE.TXT for details. 7*0a6a1f1dSLionel Sambuc // 8*0a6a1f1dSLionel Sambuc //===----------------------------------------------------------------------===// 9*0a6a1f1dSLionel Sambuc 10*0a6a1f1dSLionel Sambuc #include "clang/Analysis/CodeInjector.h" 11*0a6a1f1dSLionel Sambuc 12*0a6a1f1dSLionel Sambuc using namespace clang; 13*0a6a1f1dSLionel Sambuc CodeInjector()14*0a6a1f1dSLionel SambucCodeInjector::CodeInjector() {} ~CodeInjector()15*0a6a1f1dSLionel SambucCodeInjector::~CodeInjector() {} 16