summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/CodeInjector.cpp
blob: d3766fad69ce1dc0fe2a5869c3a8c4bb0ba8df56 (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() {}
OpenPOWER on IntegriCloud