summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/CodeInjector.cpp
blob: 3ac94f9bc013515f2c42f5642f0f4ee45cdf202d (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() = default;
CodeInjector::~CodeInjector() = default;
OpenPOWER on IntegriCloud