llvm-capstone/clang/lib/Analysis/CodeInjector.cpp
Angel Garcia Gomez 637d1e6694 Roll-back r250822.
Summary: It breaks the build for the ASTMatchers

Subscribers: klimek, cfe-commits

Differential Revision: http://reviews.llvm.org/D13893

llvm-svn: 250827
2015-10-20 13:23:58 +00:00

16 lines
473 B
C++

//===-- 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() {}