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